| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelCardSummary |
ModelCardSummary.clone() |
ModelCardSummary |
ModelCardSummary.withCreationTime(Date creationTime)
The date and time that the model card was created.
|
ModelCardSummary |
ModelCardSummary.withLastModifiedTime(Date lastModifiedTime)
The date and time that the model card was last modified.
|
ModelCardSummary |
ModelCardSummary.withModelCardArn(String modelCardArn)
The Amazon Resource Name (ARN) of the model card.
|
ModelCardSummary |
ModelCardSummary.withModelCardName(String modelCardName)
The name of the model card.
|
ModelCardSummary |
ModelCardSummary.withModelCardStatus(ModelCardStatus modelCardStatus)
The approval status of the model card within your organization.
|
ModelCardSummary |
ModelCardSummary.withModelCardStatus(String modelCardStatus)
The approval status of the model card within your organization.
|
| Modifier and Type | Method and Description |
|---|---|
List<ModelCardSummary> |
ListModelCardsResult.getModelCardSummaries()
The summaries of the listed model cards.
|
| Modifier and Type | Method and Description |
|---|---|
ListModelCardsResult |
ListModelCardsResult.withModelCardSummaries(ModelCardSummary... modelCardSummaries)
The summaries of the listed model cards.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListModelCardsResult.setModelCardSummaries(Collection<ModelCardSummary> modelCardSummaries)
The summaries of the listed model cards.
|
ListModelCardsResult |
ListModelCardsResult.withModelCardSummaries(Collection<ModelCardSummary> modelCardSummaries)
The summaries of the listed model cards.
|
Copyright © 2024. All rights reserved.