| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
FeatureGroupStatus |
DescribeFeatureGroupResponse.featureGroupStatus()
The status of the feature group.
|
FeatureGroupStatus |
FeatureGroupSummary.featureGroupStatus()
The status of a FeatureGroup.
|
FeatureGroupStatus |
FeatureGroup.featureGroupStatus()
A
FeatureGroup status. |
FeatureGroupStatus |
ListFeatureGroupsRequest.featureGroupStatusEquals()
A
FeatureGroup status. |
static FeatureGroupStatus |
FeatureGroupStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static FeatureGroupStatus |
FeatureGroupStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureGroupStatus[] |
FeatureGroupStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<FeatureGroupStatus> |
FeatureGroupStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFeatureGroupResponse.Builder |
DescribeFeatureGroupResponse.Builder.featureGroupStatus(FeatureGroupStatus featureGroupStatus)
The status of the feature group.
|
FeatureGroupSummary.Builder |
FeatureGroupSummary.Builder.featureGroupStatus(FeatureGroupStatus featureGroupStatus)
The status of a FeatureGroup.
|
FeatureGroup.Builder |
FeatureGroup.Builder.featureGroupStatus(FeatureGroupStatus featureGroupStatus)
A
FeatureGroup status. |
ListFeatureGroupsRequest.Builder |
ListFeatureGroupsRequest.Builder.featureGroupStatusEquals(FeatureGroupStatus featureGroupStatusEquals)
A
FeatureGroup status. |
Copyright © 2021. All rights reserved.