| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelSummary |
ModelSummary.clone() |
ModelSummary |
ModelSummary.withCreationTime(Date creationTime)
A timestamp that indicates when the model was created.
|
ModelSummary |
ModelSummary.withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the model.
|
ModelSummary |
ModelSummary.withModelName(String modelName)
The name of the model that you want a summary for.
|
| Modifier and Type | Method and Description |
|---|---|
List<ModelSummary> |
ListModelsResult.getModels()
An array of
ModelSummary objects, each of which lists a model. |
| Modifier and Type | Method and Description |
|---|---|
ListModelsResult |
ListModelsResult.withModels(ModelSummary... models)
An array of
ModelSummary objects, each of which lists a model. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListModelsResult.setModels(Collection<ModelSummary> models)
An array of
ModelSummary objects, each of which lists a model. |
ListModelsResult |
ListModelsResult.withModels(Collection<ModelSummary> models)
An array of
ModelSummary objects, each of which lists a model. |
Copyright © 2025. All rights reserved.