| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelCardVersionSummary |
ModelCardVersionSummary.clone() |
ModelCardVersionSummary |
ModelCardVersionSummary.withCreationTime(Date creationTime)
The date and time that the model card version was created.
|
ModelCardVersionSummary |
ModelCardVersionSummary.withLastModifiedTime(Date lastModifiedTime)
The time date and time that the model card version was last modified.
|
ModelCardVersionSummary |
ModelCardVersionSummary.withModelCardArn(String modelCardArn)
The Amazon Resource Name (ARN) of the model card.
|
ModelCardVersionSummary |
ModelCardVersionSummary.withModelCardName(String modelCardName)
The name of the model card.
|
ModelCardVersionSummary |
ModelCardVersionSummary.withModelCardStatus(ModelCardStatus modelCardStatus)
The approval status of the model card version within your organization.
|
ModelCardVersionSummary |
ModelCardVersionSummary.withModelCardStatus(String modelCardStatus)
The approval status of the model card version within your organization.
|
ModelCardVersionSummary |
ModelCardVersionSummary.withModelCardVersion(Integer modelCardVersion)
A version of the model card.
|
| Modifier and Type | Method and Description |
|---|---|
List<ModelCardVersionSummary> |
ListModelCardVersionsResult.getModelCardVersionSummaryList()
The summaries of the listed versions of the model card.
|
| Modifier and Type | Method and Description |
|---|---|
ListModelCardVersionsResult |
ListModelCardVersionsResult.withModelCardVersionSummaryList(ModelCardVersionSummary... modelCardVersionSummaryList)
The summaries of the listed versions of the model card.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListModelCardVersionsResult.setModelCardVersionSummaryList(Collection<ModelCardVersionSummary> modelCardVersionSummaryList)
The summaries of the listed versions of the model card.
|
ListModelCardVersionsResult |
ListModelCardVersionsResult.withModelCardVersionSummaryList(Collection<ModelCardVersionSummary> modelCardVersionSummaryList)
The summaries of the listed versions of the model card.
|
Copyright © 2024. All rights reserved.