| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelCardExportJobSummary |
ModelCardExportJobSummary.clone() |
ModelCardExportJobSummary |
ModelCardExportJobSummary.withCreatedAt(Date createdAt)
The date and time that the model card export job was created.
|
ModelCardExportJobSummary |
ModelCardExportJobSummary.withLastModifiedAt(Date lastModifiedAt)
The date and time that the model card export job was last modified..
|
ModelCardExportJobSummary |
ModelCardExportJobSummary.withModelCardExportJobArn(String modelCardExportJobArn)
The Amazon Resource Name (ARN) of the model card export job.
|
ModelCardExportJobSummary |
ModelCardExportJobSummary.withModelCardExportJobName(String modelCardExportJobName)
The name of the model card export job.
|
ModelCardExportJobSummary |
ModelCardExportJobSummary.withModelCardName(String modelCardName)
The name of the model card that the export job exports.
|
ModelCardExportJobSummary |
ModelCardExportJobSummary.withModelCardVersion(Integer modelCardVersion)
The version of the model card that the export job exports.
|
ModelCardExportJobSummary |
ModelCardExportJobSummary.withStatus(ModelCardExportJobStatus status)
The completion status of the model card export job.
|
ModelCardExportJobSummary |
ModelCardExportJobSummary.withStatus(String status)
The completion status of the model card export job.
|
| Modifier and Type | Method and Description |
|---|---|
List<ModelCardExportJobSummary> |
ListModelCardExportJobsResult.getModelCardExportJobSummaries()
The summaries of the listed model card export jobs.
|
| Modifier and Type | Method and Description |
|---|---|
ListModelCardExportJobsResult |
ListModelCardExportJobsResult.withModelCardExportJobSummaries(ModelCardExportJobSummary... modelCardExportJobSummaries)
The summaries of the listed model card export jobs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListModelCardExportJobsResult.setModelCardExportJobSummaries(Collection<ModelCardExportJobSummary> modelCardExportJobSummaries)
The summaries of the listed model card export jobs.
|
ListModelCardExportJobsResult |
ListModelCardExportJobsResult.withModelCardExportJobSummaries(Collection<ModelCardExportJobSummary> modelCardExportJobSummaries)
The summaries of the listed model card export jobs.
|
Copyright © 2023. All rights reserved.