| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ModelApprovalStatus |
ModelApprovalStatus.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
ModelPackageSummary |
ModelPackageSummary.withModelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
The approval status of the model.
|
BatchDescribeModelPackageSummary |
BatchDescribeModelPackageSummary.withModelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
The approval status of the model.
|
UpdateModelPackageRequest |
UpdateModelPackageRequest.withModelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
The approval status of the model.
|
DescribeModelPackageResult |
DescribeModelPackageResult.withModelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
The approval status of the model package.
|
CreateModelPackageRequest |
CreateModelPackageRequest.withModelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
Whether the model is approved for deployment.
|
ModelPackage |
ModelPackage.withModelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
The approval status of the model.
|
ListModelPackagesRequest |
ListModelPackagesRequest.withModelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
A filter that returns only the model packages with the specified approval status.
|
Copyright © 2024. All rights reserved.