Class DataVersionBaseDetails

    • Constructor Detail

      • DataVersionBaseDetails

        public DataVersionBaseDetails()
    • Method Detail

      • dataUri

        public String dataUri()
        Get the dataUri property: [Required] Uri of the data. Usage/meaning depends on Microsoft.MachineLearning.ManagementFrontEnd.Contracts.V20220201Preview.Assets.DataVersionBase.DataType.
        Returns:
        the dataUri value.
      • withDataUri

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

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

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

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

        public DataVersionBaseDetails withProperties​(Map<String,​String> properties)
        Set the properties property: The asset property dictionary.
        Overrides:
        withProperties in class AssetBase
        Parameters:
        properties - the properties value to set.
        Returns:
        the ResourceBase object itself.
      • withTags

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