| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ModelPackageGroupStatus |
ModelPackageGroupStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ModelPackageGroupStatus |
ModelPackageGroup.modelPackageGroupStatus()
The status of the model group.
|
ModelPackageGroupStatus |
DescribeModelPackageGroupResponse.modelPackageGroupStatus()
The status of the model group.
|
ModelPackageGroupStatus |
ModelPackageGroupSummary.modelPackageGroupStatus()
The status of the model group.
|
static ModelPackageGroupStatus |
ModelPackageGroupStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelPackageGroupStatus[] |
ModelPackageGroupStatus.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<ModelPackageGroupStatus> |
ModelPackageGroupStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ModelPackageGroup.Builder |
ModelPackageGroup.Builder.modelPackageGroupStatus(ModelPackageGroupStatus modelPackageGroupStatus)
The status of the model group.
|
DescribeModelPackageGroupResponse.Builder |
DescribeModelPackageGroupResponse.Builder.modelPackageGroupStatus(ModelPackageGroupStatus modelPackageGroupStatus)
The status of the model group.
|
ModelPackageGroupSummary.Builder |
ModelPackageGroupSummary.Builder.modelPackageGroupStatus(ModelPackageGroupStatus modelPackageGroupStatus)
The status of the model group.
|
Copyright © 2021. All rights reserved.