Class FeaturesetVersionProperties
java.lang.Object
com.azure.resourcemanager.machinelearning.models.ResourceBase
com.azure.resourcemanager.machinelearning.models.AssetBase
com.azure.resourcemanager.machinelearning.models.FeaturesetVersionProperties
- All Implemented Interfaces:
com.azure.json.JsonSerializable<ResourceBase>
DTO object representing feature set version.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of FeaturesetVersionProperties class. -
Method Summary
Modifier and TypeMethodDescriptionentities()Get the entities property: Specifies list of entities.static FeaturesetVersionPropertiesfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FeaturesetVersionProperties from the JsonReader.Get the materializationSettings property: Specifies the materialization settings.Get the provisioningState property: Provisioning state for the featureset version container.Get the specification property: Specifies the feature spec details.stage()Get the stage property: Specifies the asset stage.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.withDescription(String description) Set the description property: The asset description text.withEntities(List<String> entities) Set the entities property: Specifies list of entities.withIsAnonymous(Boolean isAnonymous) Set the isAnonymous property: If the name version are system generated (anonymous registration).withIsArchived(Boolean isArchived) Set the isArchived property: Is the asset archived?.withMaterializationSettings(MaterializationSettings materializationSettings) Set the materializationSettings property: Specifies the materialization settings.withProperties(Map<String, String> properties) Set the properties property: The asset property dictionary.withSpecification(FeaturesetSpecification specification) Set the specification property: Specifies the feature spec details.Set the stage property: Specifies the asset stage.Set the tags property: Tag dictionary.Methods inherited from class com.azure.resourcemanager.machinelearning.models.AssetBase
isAnonymous, isArchivedMethods inherited from class com.azure.resourcemanager.machinelearning.models.ResourceBase
description, properties, tagsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
FeaturesetVersionProperties
public FeaturesetVersionProperties()Creates an instance of FeaturesetVersionProperties class.
-
-
Method Details
-
specification
Get the specification property: Specifies the feature spec details.- Returns:
- the specification value.
-
withSpecification
Set the specification property: Specifies the feature spec details.- Parameters:
specification- the specification value to set.- Returns:
- the FeaturesetVersionProperties object itself.
-
materializationSettings
Get the materializationSettings property: Specifies the materialization settings.- Returns:
- the materializationSettings value.
-
withMaterializationSettings
public FeaturesetVersionProperties withMaterializationSettings(MaterializationSettings materializationSettings) Set the materializationSettings property: Specifies the materialization settings.- Parameters:
materializationSettings- the materializationSettings value to set.- Returns:
- the FeaturesetVersionProperties object itself.
-
stage
Get the stage property: Specifies the asset stage.- Returns:
- the stage value.
-
withStage
Set the stage property: Specifies the asset stage.- Parameters:
stage- the stage value to set.- Returns:
- the FeaturesetVersionProperties object itself.
-
entities
Get the entities property: Specifies list of entities.- Returns:
- the entities value.
-
withEntities
Set the entities property: Specifies list of entities.- Parameters:
entities- the entities value to set.- Returns:
- the FeaturesetVersionProperties object itself.
-
provisioningState
Get the provisioningState property: Provisioning state for the featureset version container.- Returns:
- the provisioningState value.
-
withIsArchived
Set the isArchived property: Is the asset archived?.- Overrides:
withIsArchivedin classAssetBase- Parameters:
isArchived- the isArchived value to set.- Returns:
- the AssetBase object itself.
-
withIsAnonymous
Set the isAnonymous property: If the name version are system generated (anonymous registration).- Overrides:
withIsAnonymousin classAssetBase- Parameters:
isAnonymous- the isAnonymous value to set.- Returns:
- the AssetBase object itself.
-
withDescription
Set the description property: The asset description text.- Overrides:
withDescriptionin classAssetBase- Parameters:
description- the description value to set.- Returns:
- the ResourceBase object itself.
-
withTags
Set the tags property: Tag dictionary. Tags can be added, removed, and updated. -
withProperties
Set the properties property: The asset property dictionary.- Overrides:
withPropertiesin classAssetBase- Parameters:
properties- the properties value to set.- Returns:
- the ResourceBase object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classAssetBase- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<ResourceBase>- Overrides:
toJsonin classAssetBase- Throws:
IOException
-
fromJson
public static FeaturesetVersionProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of FeaturesetVersionProperties from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of FeaturesetVersionProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the FeaturesetVersionProperties.
-