public static interface DescribeModelCardExportJobResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeModelCardExportJobResponse.Builder,DescribeModelCardExportJobResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeModelCardExportJobResponse.Builder |
createdAt(Instant createdAt)
The date and time that the model export job was created.
|
default DescribeModelCardExportJobResponse.Builder |
exportArtifacts(Consumer<ModelCardExportArtifacts.Builder> exportArtifacts)
The exported model card artifacts.
|
DescribeModelCardExportJobResponse.Builder |
exportArtifacts(ModelCardExportArtifacts exportArtifacts)
The exported model card artifacts.
|
DescribeModelCardExportJobResponse.Builder |
failureReason(String failureReason)
The failure reason if the model export job fails.
|
DescribeModelCardExportJobResponse.Builder |
lastModifiedAt(Instant lastModifiedAt)
The date and time that the model export job was last modified.
|
DescribeModelCardExportJobResponse.Builder |
modelCardExportJobArn(String modelCardExportJobArn)
The Amazon Resource Name (ARN) of the model card export job.
|
DescribeModelCardExportJobResponse.Builder |
modelCardExportJobName(String modelCardExportJobName)
The name of the model card export job to describe.
|
DescribeModelCardExportJobResponse.Builder |
modelCardName(String modelCardName)
The name or Amazon Resource Name (ARN) of the model card that the model export job exports.
|
DescribeModelCardExportJobResponse.Builder |
modelCardVersion(Integer modelCardVersion)
The version of the model card that the model export job exports.
|
default DescribeModelCardExportJobResponse.Builder |
outputConfig(Consumer<ModelCardExportOutputConfig.Builder> outputConfig)
The export output details for the model card.
|
DescribeModelCardExportJobResponse.Builder |
outputConfig(ModelCardExportOutputConfig outputConfig)
The export output details for the model card.
|
DescribeModelCardExportJobResponse.Builder |
status(ModelCardExportJobStatus status)
The completion status of the model card export job.
|
DescribeModelCardExportJobResponse.Builder |
status(String status)
The completion status of the model card export job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeModelCardExportJobResponse.Builder modelCardExportJobName(String modelCardExportJobName)
The name of the model card export job to describe.
modelCardExportJobName - The name of the model card export job to describe.DescribeModelCardExportJobResponse.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.DescribeModelCardExportJobResponse.Builder status(String status)
The completion status of the model card export job.
InProgress: The model card export job is in progress.
Completed: The model card export job is complete.
Failed: The model card export job failed. To see the reason for the failure, see the
FailureReason field in the response to a DescribeModelCardExportJob call.
status - The completion status of the model card export job.
InProgress: The model card export job is in progress.
Completed: The model card export job is complete.
Failed: The model card export job failed. To see the reason for the failure, see the
FailureReason field in the response to a DescribeModelCardExportJob call.
ModelCardExportJobStatus,
ModelCardExportJobStatusDescribeModelCardExportJobResponse.Builder status(ModelCardExportJobStatus status)
The completion status of the model card export job.
InProgress: The model card export job is in progress.
Completed: The model card export job is complete.
Failed: The model card export job failed. To see the reason for the failure, see the
FailureReason field in the response to a DescribeModelCardExportJob call.
status - The completion status of the model card export job.
InProgress: The model card export job is in progress.
Completed: The model card export job is complete.
Failed: The model card export job failed. To see the reason for the failure, see the
FailureReason field in the response to a DescribeModelCardExportJob call.
ModelCardExportJobStatus,
ModelCardExportJobStatusDescribeModelCardExportJobResponse.Builder modelCardName(String modelCardName)
The name or Amazon Resource Name (ARN) of the model card that the model export job exports.
modelCardName - The name or Amazon Resource Name (ARN) of the model card that the model export job exports.DescribeModelCardExportJobResponse.Builder modelCardVersion(Integer modelCardVersion)
The version of the model card that the model export job exports.
modelCardVersion - The version of the model card that the model export job exports.DescribeModelCardExportJobResponse.Builder outputConfig(ModelCardExportOutputConfig outputConfig)
The export output details for the model card.
outputConfig - The export output details for the model card.default DescribeModelCardExportJobResponse.Builder outputConfig(Consumer<ModelCardExportOutputConfig.Builder> outputConfig)
The export output details for the model card.
This is a convenience method that creates an instance of theModelCardExportOutputConfig.Builder
avoiding the need to create one manually via ModelCardExportOutputConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to outputConfig(ModelCardExportOutputConfig).
outputConfig - a consumer that will call methods on ModelCardExportOutputConfig.BuilderoutputConfig(ModelCardExportOutputConfig)DescribeModelCardExportJobResponse.Builder createdAt(Instant createdAt)
The date and time that the model export job was created.
createdAt - The date and time that the model export job was created.DescribeModelCardExportJobResponse.Builder lastModifiedAt(Instant lastModifiedAt)
The date and time that the model export job was last modified.
lastModifiedAt - The date and time that the model export job was last modified.DescribeModelCardExportJobResponse.Builder failureReason(String failureReason)
The failure reason if the model export job fails.
failureReason - The failure reason if the model export job fails.DescribeModelCardExportJobResponse.Builder exportArtifacts(ModelCardExportArtifacts exportArtifacts)
The exported model card artifacts.
exportArtifacts - The exported model card artifacts.default DescribeModelCardExportJobResponse.Builder exportArtifacts(Consumer<ModelCardExportArtifacts.Builder> exportArtifacts)
The exported model card artifacts.
This is a convenience method that creates an instance of theModelCardExportArtifacts.Builder
avoiding the need to create one manually via ModelCardExportArtifacts.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to exportArtifacts(ModelCardExportArtifacts).
exportArtifacts - a consumer that will call methods on ModelCardExportArtifacts.BuilderexportArtifacts(ModelCardExportArtifacts)Copyright © 2023. All rights reserved.