static DescribeModelCardExportJobResponse.Builder |
DescribeModelCardExportJobResponse.builder() |
|
DescribeModelCardExportJobResponse.Builder |
DescribeModelCardExportJobResponse.Builder.createdAt(Instant createdAt) |
The date and time that the model export job was created.
|
default DescribeModelCardExportJobResponse.Builder |
DescribeModelCardExportJobResponse.Builder.exportArtifacts(Consumer<ModelCardExportArtifacts.Builder> exportArtifacts) |
The exported model card artifacts.
|
DescribeModelCardExportJobResponse.Builder |
DescribeModelCardExportJobResponse.Builder.exportArtifacts(ModelCardExportArtifacts exportArtifacts) |
The exported model card artifacts.
|
DescribeModelCardExportJobResponse.Builder |
DescribeModelCardExportJobResponse.Builder.failureReason(String failureReason) |
The failure reason if the model export job fails.
|
DescribeModelCardExportJobResponse.Builder |
DescribeModelCardExportJobResponse.Builder.lastModifiedAt(Instant lastModifiedAt) |
The date and time that the model export job was last modified.
|
DescribeModelCardExportJobResponse.Builder |
DescribeModelCardExportJobResponse.Builder.modelCardExportJobArn(String modelCardExportJobArn) |
The Amazon Resource Name (ARN) of the model card export job.
|
DescribeModelCardExportJobResponse.Builder |
DescribeModelCardExportJobResponse.Builder.modelCardExportJobName(String modelCardExportJobName) |
The name of the model card export job to describe.
|
DescribeModelCardExportJobResponse.Builder |
DescribeModelCardExportJobResponse.Builder.modelCardName(String modelCardName) |
The name or Amazon Resource Name (ARN) of the model card that the model export job exports.
|
DescribeModelCardExportJobResponse.Builder |
DescribeModelCardExportJobResponse.Builder.modelCardVersion(Integer modelCardVersion) |
The version of the model card that the model export job exports.
|
default DescribeModelCardExportJobResponse.Builder |
DescribeModelCardExportJobResponse.Builder.outputConfig(Consumer<ModelCardExportOutputConfig.Builder> outputConfig) |
The export output details for the model card.
|
DescribeModelCardExportJobResponse.Builder |
DescribeModelCardExportJobResponse.Builder.outputConfig(ModelCardExportOutputConfig outputConfig) |
The export output details for the model card.
|
DescribeModelCardExportJobResponse.Builder |
DescribeModelCardExportJobResponse.Builder.status(String status) |
The completion status of the model card export job.
|
DescribeModelCardExportJobResponse.Builder |
DescribeModelCardExportJobResponse.Builder.status(ModelCardExportJobStatus status) |
The completion status of the model card export job.
|
DescribeModelCardExportJobResponse.Builder |
DescribeModelCardExportJobResponse.toBuilder() |
|