Uses of Class
software.amazon.awssdk.services.sagemaker.model.ModelPackageGroupStatus
-
Packages that use ModelPackageGroupStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ModelPackageGroupStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ModelPackageGroupStatus Modifier and Type Method Description static ModelPackageGroupStatusModelPackageGroupStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ModelPackageGroupStatusDescribeModelPackageGroupResponse. modelPackageGroupStatus()The status of the model group.ModelPackageGroupStatusModelPackageGroup. modelPackageGroupStatus()The status of the model group.ModelPackageGroupStatusModelPackageGroupSummary. modelPackageGroupStatus()The status of the model group.static ModelPackageGroupStatusModelPackageGroupStatus. 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.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ModelPackageGroupStatus Modifier and Type Method Description static Set<ModelPackageGroupStatus>ModelPackageGroupStatus. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ModelPackageGroupStatus Modifier and Type Method Description DescribeModelPackageGroupResponse.BuilderDescribeModelPackageGroupResponse.Builder. modelPackageGroupStatus(ModelPackageGroupStatus modelPackageGroupStatus)The status of the model group.ModelPackageGroup.BuilderModelPackageGroup.Builder. modelPackageGroupStatus(ModelPackageGroupStatus modelPackageGroupStatus)The status of the model group.ModelPackageGroupSummary.BuilderModelPackageGroupSummary.Builder. modelPackageGroupStatus(ModelPackageGroupStatus modelPackageGroupStatus)The status of the model group.
-