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 |
modelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the model package.
|
ModelPackageSummary.Builder |
modelPackageDescription(String modelPackageDescription)
A brief statement describing the model package.
|
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.
|
copyapplyMutation, buildModelPackageSummary.Builder modelPackageName(String modelPackageName)
The name of the model package.
modelPackageName - The name of the model package.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 statement describing the model package.
modelPackageDescription - A brief statement describing 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,
ModelPackageStatusCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.