FeaturestoreEntityContainerProperties Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. ResourceBase - com.
azure. resourcemanager. machinelearning. models. AssetContainer - com.
azure. resourcemanager. machinelearning. models. FeaturestoreEntityContainerProperties
- com.
- com.
- com.
public final class FeaturestoreEntityContainerProperties
extends AssetContainer
DTO object representing feature entity.
Constructor Summary
| Constructor | Description |
|---|---|
| FeaturestoreEntityContainerProperties() |
Creates an instance of Featurestore |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Featurestore |
fromJson(JsonReader jsonReader)
Reads an instance of Featurestore |
| String |
latestVersion()
Get the latest |
| String |
nextVersion()
Get the next |
|
Asset |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Featurestore |
withDescription(String description)
Set the description property: The asset description text. |
|
Featurestore |
withIsArchived(Boolean isArchived)
Set the is |
|
Featurestore |
withProperties(Map<String,String> properties)
Set the properties property: The asset property dictionary. |
|
Featurestore |
withTags(Map<String,String> tags)
Set the tags property: Tag dictionary. |
Methods inherited from AssetContainer
Methods inherited from ResourceBase
Methods inherited from java.lang.Object
Constructor Details
FeaturestoreEntityContainerProperties
public FeaturestoreEntityContainerProperties()
Creates an instance of FeaturestoreEntityContainerProperties class.
Method Details
fromJson
public static FeaturestoreEntityContainerProperties fromJson(JsonReader jsonReader)
Reads an instance of FeaturestoreEntityContainerProperties from the JsonReader.
Parameters:
Returns:
Throws:
latestVersion
public String latestVersion()
Get the latestVersion property: The latest version inside this container.
Overrides:
FeaturestoreEntityContainerProperties.latestVersion()Returns:
nextVersion
public String nextVersion()
Get the nextVersion property: The next auto incremental version.
Overrides:
FeaturestoreEntityContainerProperties.nextVersion()Returns:
provisioningState
public AssetProvisioningState provisioningState()
Get the provisioningState property: Provisioning state for the featurestore entity container.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
FeaturestoreEntityContainerProperties.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
FeaturestoreEntityContainerProperties.validate()withDescription
public FeaturestoreEntityContainerProperties withDescription(String description)
Set the description property: The asset description text.
Overrides:
FeaturestoreEntityContainerProperties.withDescription(String description)Parameters:
withIsArchived
public FeaturestoreEntityContainerProperties withIsArchived(Boolean isArchived)
Set the isArchived property: Is the asset archived?.
Overrides:
FeaturestoreEntityContainerProperties.withIsArchived(Boolean isArchived)Parameters:
withProperties
public FeaturestoreEntityContainerProperties withProperties(Map<String,String> properties)
Set the properties property: The asset property dictionary.
Overrides:
FeaturestoreEntityContainerProperties.withProperties(Map<String,String> properties)Parameters:
withTags
public FeaturestoreEntityContainerProperties withTags(Map<String,String> tags)
Set the tags property: Tag dictionary. Tags can be added, removed, and updated.
Overrides:
FeaturestoreEntityContainerProperties.withTags(Map<String,String> tags)Parameters: