FeaturesetVersionProperties Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. ResourceBase - com.
azure. resourcemanager. machinelearning. models. AssetBase - com.
azure. resourcemanager. machinelearning. models. FeaturesetVersionProperties
- com.
- com.
- com.
public final class FeaturesetVersionProperties
extends AssetBase
DTO object representing feature set version.
Constructor Summary
| Constructor | Description |
|---|---|
| FeaturesetVersionProperties() |
Creates an instance of Featureset |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<String> |
entities()
Get the entities property: Specifies list of entities. |
|
static
Featureset |
fromJson(JsonReader jsonReader)
Reads an instance of Featureset |
|
Materialization |
materializationSettings()
Get the materialization |
|
Asset |
provisioningState()
Get the provisioning |
|
Featureset |
specification()
Get the specification property: Specifies the feature spec details. |
| String |
stage()
Get the stage property: Specifies the asset stage. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Featureset |
withDescription(String description)
Set the description property: The asset description text. |
|
Featureset |
withEntities(List<String> entities)
Set the entities property: Specifies list of entities. |
|
Featureset |
withIsAnonymous(Boolean isAnonymous)
Set the is |
|
Featureset |
withIsArchived(Boolean isArchived)
Set the is |
|
Featureset |
withMaterializationSettings(MaterializationSettings materializationSettings)
Set the materialization |
|
Featureset |
withProperties(Map<String,String> properties)
Set the properties property: The asset property dictionary. |
|
Featureset |
withSpecification(FeaturesetSpecification specification)
Set the specification property: Specifies the feature spec details. |
|
Featureset |
withStage(String stage)
Set the stage property: Specifies the asset stage. |
|
Featureset |
withTags(Map<String,String> tags)
Set the tags property: Tag dictionary. |
Methods inherited from AssetBase
Methods inherited from ResourceBase
Methods inherited from java.lang.Object
Constructor Details
FeaturesetVersionProperties
public FeaturesetVersionProperties()
Creates an instance of FeaturesetVersionProperties class.
Method Details
entities
public List<String> entities()
Get the entities property: Specifies list of entities.
Returns:
fromJson
public static FeaturesetVersionProperties fromJson(JsonReader jsonReader)
Reads an instance of FeaturesetVersionProperties from the JsonReader.
Parameters:
Returns:
Throws:
materializationSettings
public MaterializationSettings materializationSettings()
Get the materializationSettings property: Specifies the materialization settings.
Returns:
provisioningState
public AssetProvisioningState provisioningState()
Get the provisioningState property: Provisioning state for the featureset version container.
Returns:
specification
public FeaturesetSpecification specification()
Get the specification property: Specifies the feature spec details.
Returns:
stage
public String stage()
Get the stage property: Specifies the asset stage.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
FeaturesetVersionProperties.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
FeaturesetVersionProperties.validate()withDescription
public FeaturesetVersionProperties withDescription(String description)
Set the description property: The asset description text.
Overrides:
FeaturesetVersionProperties.withDescription(String description)Parameters:
withEntities
public FeaturesetVersionProperties withEntities(List<String> entities)
Set the entities property: Specifies list of entities.
Parameters:
Returns:
withIsAnonymous
public FeaturesetVersionProperties withIsAnonymous(Boolean isAnonymous)
Set the isAnonymous property: If the name version are system generated (anonymous registration).
Overrides:
FeaturesetVersionProperties.withIsAnonymous(Boolean isAnonymous)Parameters:
withIsArchived
public FeaturesetVersionProperties withIsArchived(Boolean isArchived)
Set the isArchived property: Is the asset archived?.
Overrides:
FeaturesetVersionProperties.withIsArchived(Boolean isArchived)Parameters:
withMaterializationSettings
public FeaturesetVersionProperties withMaterializationSettings(MaterializationSettings materializationSettings)
Set the materializationSettings property: Specifies the materialization settings.
Parameters:
Returns:
withProperties
public FeaturesetVersionProperties withProperties(Map<String,String> properties)
Set the properties property: The asset property dictionary.
Overrides:
FeaturesetVersionProperties.withProperties(Map<String,String> properties)Parameters:
withSpecification
public FeaturesetVersionProperties withSpecification(FeaturesetSpecification specification)
Set the specification property: Specifies the feature spec details.
Parameters:
Returns:
withStage
public FeaturesetVersionProperties withStage(String stage)
Set the stage property: Specifies the asset stage.
Parameters:
Returns:
withTags
public FeaturesetVersionProperties withTags(Map<String,String> tags)
Set the tags property: Tag dictionary. Tags can be added, removed, and updated.
Overrides:
FeaturesetVersionProperties.withTags(Map<String,String> tags)Parameters: