Class MLTableData

    • Constructor Detail

      • MLTableData

        public MLTableData()
    • Method Detail

      • referencedUris

        public List<String> referencedUris()
        Get the referencedUris property: Uris referenced in the MLTable definition (required for lineage).
        Returns:
        the referencedUris value.
      • withReferencedUris

        public MLTableData withReferencedUris​(List<String> referencedUris)
        Set the referencedUris property: Uris referenced in the MLTable definition (required for lineage).
        Parameters:
        referencedUris - the referencedUris value to set.
        Returns:
        the MLTableData object itself.
      • withDataUri

        public MLTableData withDataUri​(String dataUri)
        Set the dataUri property: [Required] Uri of the data. Usage/meaning depends on Microsoft.MachineLearning.ManagementFrontEnd.Contracts.V20220201Preview.Assets.DataVersionBase.DataType.
        Overrides:
        withDataUri in class DataVersionBaseDetails
        Parameters:
        dataUri - the dataUri value to set.
        Returns:
        the DataVersionBaseDetails object itself.
      • withIsAnonymous

        public MLTableData withIsAnonymous​(Boolean isAnonymous)
        Set the isAnonymous property: If the name version are system generated (anonymous registration).
        Overrides:
        withIsAnonymous in class DataVersionBaseDetails
        Parameters:
        isAnonymous - the isAnonymous value to set.
        Returns:
        the AssetBase object itself.
      • withIsArchived

        public MLTableData withIsArchived​(Boolean isArchived)
        Set the isArchived property: Is the asset archived?.
        Overrides:
        withIsArchived in class DataVersionBaseDetails
        Parameters:
        isArchived - the isArchived value to set.
        Returns:
        the AssetBase object itself.
      • withDescription

        public MLTableData withDescription​(String description)
        Set the description property: The asset description text.
        Overrides:
        withDescription in class DataVersionBaseDetails
        Parameters:
        description - the description value to set.
        Returns:
        the ResourceBase object itself.
      • withTags

        public MLTableData withTags​(Map<String,​String> tags)
        Set the tags property: Tag dictionary. Tags can be added, removed, and updated.
        Overrides:
        withTags in class DataVersionBaseDetails
        Parameters:
        tags - the tags value to set.
        Returns:
        the ResourceBase object itself.