public static interface ModelCardExportJobSummary.Builder extends SdkPojo, CopyableBuilder<ModelCardExportJobSummary.Builder,ModelCardExportJobSummary>
| Modifier and Type | Method and Description |
|---|---|
ModelCardExportJobSummary.Builder |
createdAt(Instant createdAt)
The date and time that the model card export job was created.
|
ModelCardExportJobSummary.Builder |
lastModifiedAt(Instant lastModifiedAt)
The date and time that the model card export job was last modified..
|
ModelCardExportJobSummary.Builder |
modelCardExportJobArn(String modelCardExportJobArn)
The Amazon Resource Name (ARN) of the model card export job.
|
ModelCardExportJobSummary.Builder |
modelCardExportJobName(String modelCardExportJobName)
The name of the model card export job.
|
ModelCardExportJobSummary.Builder |
modelCardName(String modelCardName)
The name of the model card that the export job exports.
|
ModelCardExportJobSummary.Builder |
modelCardVersion(Integer modelCardVersion)
The version of the model card that the export job exports.
|
ModelCardExportJobSummary.Builder |
status(ModelCardExportJobStatus status)
The completion status of the model card export job.
|
ModelCardExportJobSummary.Builder |
status(String status)
The completion status of the model card export job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModelCardExportJobSummary.Builder modelCardExportJobName(String modelCardExportJobName)
The name of the model card export job.
modelCardExportJobName - The name of the model card export job.ModelCardExportJobSummary.Builder modelCardExportJobArn(String modelCardExportJobArn)
The Amazon Resource Name (ARN) of the model card export job.
modelCardExportJobArn - The Amazon Resource Name (ARN) of the model card export job.ModelCardExportJobSummary.Builder status(String status)
The completion status of the model card export job.
status - The completion status of the model card export job.ModelCardExportJobStatus,
ModelCardExportJobStatusModelCardExportJobSummary.Builder status(ModelCardExportJobStatus status)
The completion status of the model card export job.
status - The completion status of the model card export job.ModelCardExportJobStatus,
ModelCardExportJobStatusModelCardExportJobSummary.Builder modelCardName(String modelCardName)
The name of the model card that the export job exports.
modelCardName - The name of the model card that the export job exports.ModelCardExportJobSummary.Builder modelCardVersion(Integer modelCardVersion)
The version of the model card that the export job exports.
modelCardVersion - The version of the model card that the export job exports.ModelCardExportJobSummary.Builder createdAt(Instant createdAt)
The date and time that the model card export job was created.
createdAt - The date and time that the model card export job was created.ModelCardExportJobSummary.Builder lastModifiedAt(Instant lastModifiedAt)
The date and time that the model card export job was last modified..
lastModifiedAt - The date and time that the model card export job was last modified..Copyright © 2023. All rights reserved.