FeaturestoreEntityVersionProperties Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. ResourceBase - com.
azure. resourcemanager. machinelearning. models. AssetBase - com.
azure. resourcemanager. machinelearning. models. FeaturestoreEntityVersionProperties
- com.
- com.
- com.
public final class FeaturestoreEntityVersionProperties
extends AssetBase
DTO object representing feature entity version.
Constructor Summary
| Constructor | Description |
|---|---|
| FeaturestoreEntityVersionProperties() |
Creates an instance of Featurestore |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Featurestore |
fromJson(JsonReader jsonReader)
Reads an instance of Featurestore |
|
List<Index |
indexColumns()
Get the index |
|
Asset |
provisioningState()
Get the provisioning |
| String |
stage()
Get the stage property: Specifies the asset stage. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Featurestore |
withDescription(String description)
Set the description property: The asset description text. |
|
Featurestore |
withIndexColumns(List<IndexColumn> indexColumns)
Set the index |
|
Featurestore |
withIsAnonymous(Boolean isAnonymous)
Set the is |
|
Featurestore |
withIsArchived(Boolean isArchived)
Set the is |
|
Featurestore |
withProperties(Map<String,String> properties)
Set the properties property: The asset property dictionary. |
|
Featurestore |
withStage(String stage)
Set the stage property: Specifies the asset stage. |
|
Featurestore |
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
FeaturestoreEntityVersionProperties
public FeaturestoreEntityVersionProperties()
Creates an instance of FeaturestoreEntityVersionProperties class.
Method Details
fromJson
public static FeaturestoreEntityVersionProperties fromJson(JsonReader jsonReader)
Reads an instance of FeaturestoreEntityVersionProperties from the JsonReader.
Parameters:
Returns:
Throws:
indexColumns
public List<IndexColumn> indexColumns()
Get the indexColumns property: Specifies index columns.
Returns:
provisioningState
public AssetProvisioningState provisioningState()
Get the provisioningState property: Provisioning state for the featurestore entity version.
Returns:
stage
public String stage()
Get the stage property: Specifies the asset stage.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
FeaturestoreEntityVersionProperties.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
FeaturestoreEntityVersionProperties.validate()withDescription
public FeaturestoreEntityVersionProperties withDescription(String description)
Set the description property: The asset description text.
Overrides:
FeaturestoreEntityVersionProperties.withDescription(String description)Parameters:
withIndexColumns
public FeaturestoreEntityVersionProperties withIndexColumns(List<IndexColumn> indexColumns)
Set the indexColumns property: Specifies index columns.
Parameters:
Returns:
withIsAnonymous
public FeaturestoreEntityVersionProperties withIsAnonymous(Boolean isAnonymous)
Set the isAnonymous property: If the name version are system generated (anonymous registration).
Overrides:
FeaturestoreEntityVersionProperties.withIsAnonymous(Boolean isAnonymous)Parameters:
withIsArchived
public FeaturestoreEntityVersionProperties withIsArchived(Boolean isArchived)
Set the isArchived property: Is the asset archived?.
Overrides:
FeaturestoreEntityVersionProperties.withIsArchived(Boolean isArchived)Parameters:
withProperties
public FeaturestoreEntityVersionProperties withProperties(Map<String,String> properties)
Set the properties property: The asset property dictionary.
Overrides:
FeaturestoreEntityVersionProperties.withProperties(Map<String,String> properties)Parameters:
withStage
public FeaturestoreEntityVersionProperties withStage(String stage)
Set the stage property: Specifies the asset stage.
Parameters:
Returns:
withTags
public FeaturestoreEntityVersionProperties withTags(Map<String,String> tags)
Set the tags property: Tag dictionary. Tags can be added, removed, and updated.
Overrides:
FeaturestoreEntityVersionProperties.withTags(Map<String,String> tags)Parameters: