| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelPackageSummary |
ModelPackageSummary.clone() |
ModelPackageSummary |
ModelPackageSummary.withCreationTime(Date creationTime)
A timestamp that shows when the model package was created.
|
ModelPackageSummary |
ModelPackageSummary.withModelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the model package.
|
ModelPackageSummary |
ModelPackageSummary.withModelPackageDescription(String modelPackageDescription)
A brief description of the model package.
|
ModelPackageSummary |
ModelPackageSummary.withModelPackageName(String modelPackageName)
The name of the model package.
|
ModelPackageSummary |
ModelPackageSummary.withModelPackageStatus(ModelPackageStatus modelPackageStatus)
The overall status of the model package.
|
ModelPackageSummary |
ModelPackageSummary.withModelPackageStatus(String modelPackageStatus)
The overall status of the model package.
|
| Modifier and Type | Method and Description |
|---|---|
List<ModelPackageSummary> |
ListModelPackagesResult.getModelPackageSummaryList()
An array of
ModelPackageSummary objects, each of which lists a model package. |
| Modifier and Type | Method and Description |
|---|---|
ListModelPackagesResult |
ListModelPackagesResult.withModelPackageSummaryList(ModelPackageSummary... modelPackageSummaryList)
An array of
ModelPackageSummary objects, each of which lists a model package. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListModelPackagesResult.setModelPackageSummaryList(Collection<ModelPackageSummary> modelPackageSummaryList)
An array of
ModelPackageSummary objects, each of which lists a model package. |
ListModelPackagesResult |
ListModelPackagesResult.withModelPackageSummaryList(Collection<ModelPackageSummary> modelPackageSummaryList)
An array of
ModelPackageSummary objects, each of which lists a model package. |
Copyright © 2020. All rights reserved.