public static interface ModelPackageSummary.Builder extends SdkPojo, CopyableBuilder<ModelPackageSummary.Builder,ModelPackageSummary>
| Modifier and Type | Method and Description |
|---|---|
ModelPackageSummary.Builder |
creationTime(Instant creationTime)
A timestamp that shows when the model package was created.
|
ModelPackageSummary.Builder |
modelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
The approval status of the model.
|
ModelPackageSummary.Builder |
modelApprovalStatus(String modelApprovalStatus)
The approval status of the model.
|
ModelPackageSummary.Builder |
modelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the model package.
|
ModelPackageSummary.Builder |
modelPackageDescription(String modelPackageDescription)
A brief description of the model package.
|
ModelPackageSummary.Builder |
modelPackageGroupName(String modelPackageGroupName)
If the model package is a versioned model, the model group that the versioned model belongs to.
|
ModelPackageSummary.Builder |
modelPackageName(String modelPackageName)
The name of the model package.
|
ModelPackageSummary.Builder |
modelPackageStatus(ModelPackageStatus modelPackageStatus)
The overall status of the model package.
|
ModelPackageSummary.Builder |
modelPackageStatus(String modelPackageStatus)
The overall status of the model package.
|
ModelPackageSummary.Builder |
modelPackageVersion(Integer modelPackageVersion)
If the model package is a versioned model, the version of the model.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModelPackageSummary.Builder modelPackageName(String modelPackageName)
The name of the model package.
modelPackageName - The name of the model package.ModelPackageSummary.Builder modelPackageGroupName(String modelPackageGroupName)
If the model package is a versioned model, the model group that the versioned model belongs to.
modelPackageGroupName - If the model package is a versioned model, the model group that the versioned model belongs to.ModelPackageSummary.Builder modelPackageVersion(Integer modelPackageVersion)
If the model package is a versioned model, the version of the model.
modelPackageVersion - If the model package is a versioned model, the version of the model.ModelPackageSummary.Builder modelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the model package.
modelPackageArn - The Amazon Resource Name (ARN) of the model package.ModelPackageSummary.Builder modelPackageDescription(String modelPackageDescription)
A brief description of the model package.
modelPackageDescription - A brief description of the model package.ModelPackageSummary.Builder creationTime(Instant creationTime)
A timestamp that shows when the model package was created.
creationTime - A timestamp that shows when the model package was created.ModelPackageSummary.Builder modelPackageStatus(String modelPackageStatus)
The overall status of the model package.
modelPackageStatus - The overall status of the model package.ModelPackageStatus,
ModelPackageStatusModelPackageSummary.Builder modelPackageStatus(ModelPackageStatus modelPackageStatus)
The overall status of the model package.
modelPackageStatus - The overall status of the model package.ModelPackageStatus,
ModelPackageStatusModelPackageSummary.Builder modelApprovalStatus(String modelApprovalStatus)
The approval status of the model. This can be one of the following values.
APPROVED - The model is approved
REJECTED - The model is rejected.
PENDING_MANUAL_APPROVAL - The model is waiting for manual approval.
modelApprovalStatus - The approval status of the model. This can be one of the following values.
APPROVED - The model is approved
REJECTED - The model is rejected.
PENDING_MANUAL_APPROVAL - The model is waiting for manual approval.
ModelApprovalStatus,
ModelApprovalStatusModelPackageSummary.Builder modelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
The approval status of the model. This can be one of the following values.
APPROVED - The model is approved
REJECTED - The model is rejected.
PENDING_MANUAL_APPROVAL - The model is waiting for manual approval.
modelApprovalStatus - The approval status of the model. This can be one of the following values.
APPROVED - The model is approved
REJECTED - The model is rejected.
PENDING_MANUAL_APPROVAL - The model is waiting for manual approval.
ModelApprovalStatus,
ModelApprovalStatusCopyright © 2021. All rights reserved.