| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ModelApprovalStatus |
ModelApprovalStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ModelApprovalStatus |
DescribeModelPackageResponse.modelApprovalStatus()
The approval status of the model package.
|
ModelApprovalStatus |
ListModelPackagesRequest.modelApprovalStatus()
A filter that returns only the model packages with the specified approval status.
|
ModelApprovalStatus |
BatchDescribeModelPackageSummary.modelApprovalStatus()
The approval status of the model.
|
ModelApprovalStatus |
UpdateModelPackageRequest.modelApprovalStatus()
The approval status of the model.
|
ModelApprovalStatus |
ModelPackage.modelApprovalStatus()
The approval status of the model.
|
ModelApprovalStatus |
CreateModelPackageRequest.modelApprovalStatus()
Whether the model is approved for deployment.
|
ModelApprovalStatus |
ModelPackageSummary.modelApprovalStatus()
The approval status of the model.
|
static ModelApprovalStatus |
ModelApprovalStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelApprovalStatus[] |
ModelApprovalStatus.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<ModelApprovalStatus> |
ModelApprovalStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeModelPackageResponse.Builder |
DescribeModelPackageResponse.Builder.modelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
The approval status of the model package.
|
ListModelPackagesRequest.Builder |
ListModelPackagesRequest.Builder.modelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
A filter that returns only the model packages with the specified approval status.
|
BatchDescribeModelPackageSummary.Builder |
BatchDescribeModelPackageSummary.Builder.modelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
The approval status of the model.
|
UpdateModelPackageRequest.Builder |
UpdateModelPackageRequest.Builder.modelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
The approval status of the model.
|
ModelPackage.Builder |
ModelPackage.Builder.modelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
The approval status of the model.
|
CreateModelPackageRequest.Builder |
CreateModelPackageRequest.Builder.modelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
Whether the model is approved for deployment.
|
ModelPackageSummary.Builder |
ModelPackageSummary.Builder.modelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
The approval status of the model.
|
Copyright © 2023. All rights reserved.