Interface DescribeModelCardExportJobResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DescribeModelCardExportJobResponse.Builder,,- DescribeModelCardExportJobResponse> - SageMakerResponse.Builder,- SdkBuilder<DescribeModelCardExportJobResponse.Builder,,- DescribeModelCardExportJobResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeModelCardExportJobResponse
- 
Method SummaryModifier and TypeMethodDescriptionThe date and time that the model export job was created.exportArtifacts(Consumer<ModelCardExportArtifacts.Builder> exportArtifacts) The exported model card artifacts.exportArtifacts(ModelCardExportArtifacts exportArtifacts) The exported model card artifacts.failureReason(String failureReason) The failure reason if the model export job fails.lastModifiedAt(Instant lastModifiedAt) The date and time that the model export job was last modified.modelCardExportJobArn(String modelCardExportJobArn) The Amazon Resource Name (ARN) of the model card export job.modelCardExportJobName(String modelCardExportJobName) The name of the model card export job to describe.modelCardName(String modelCardName) The name or Amazon Resource Name (ARN) of the model card that the model export job exports.modelCardVersion(Integer modelCardVersion) The version of the model card that the model export job exports.outputConfig(Consumer<ModelCardExportOutputConfig.Builder> outputConfig) The export output details for the model card.outputConfig(ModelCardExportOutputConfig outputConfig) The export output details for the model card.The completion status of the model card export job.status(ModelCardExportJobStatus status) The completion status of the model card export job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
modelCardExportJobNameThe name of the model card export job to describe. - Parameters:
- modelCardExportJobName- The name of the model card export job to describe.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
modelCardExportJobArnThe Amazon Resource Name (ARN) of the model card export job. - Parameters:
- modelCardExportJobArn- The Amazon Resource Name (ARN) of the model card export job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe 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 theFailureReasonfield in the response to aDescribeModelCardExportJobcall.
 - Parameters:
- 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 theFailureReasonfield in the response to aDescribeModelCardExportJobcall.
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
statusThe 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 theFailureReasonfield in the response to aDescribeModelCardExportJobcall.
 - Parameters:
- 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 theFailureReasonfield in the response to aDescribeModelCardExportJobcall.
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
modelCardNameThe name or Amazon Resource Name (ARN) of the model card that the model export job exports. - Parameters:
- modelCardName- The name or Amazon Resource Name (ARN) of the model card that the model export job exports.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
modelCardVersionThe version of the model card that the model export job exports. - Parameters:
- modelCardVersion- The version of the model card that the model export job exports.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
outputConfigThe export output details for the model card. - Parameters:
- outputConfig- The export output details for the model card.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
outputConfigdefault 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.Builderavoiding the need to create one manually viaModelCardExportOutputConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutputConfig(ModelCardExportOutputConfig).- Parameters:
- outputConfig- a consumer that will call methods on- ModelCardExportOutputConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
createdAtThe date and time that the model export job was created. - Parameters:
- createdAt- The date and time that the model export job was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastModifiedAtThe date and time that the model export job was last modified. - Parameters:
- lastModifiedAt- The date and time that the model export job was last modified.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
failureReasonThe failure reason if the model export job fails. - Parameters:
- failureReason- The failure reason if the model export job fails.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
exportArtifactsDescribeModelCardExportJobResponse.Builder exportArtifacts(ModelCardExportArtifacts exportArtifacts) The exported model card artifacts. - Parameters:
- exportArtifacts- The exported model card artifacts.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
exportArtifactsdefault DescribeModelCardExportJobResponse.Builder exportArtifacts(Consumer<ModelCardExportArtifacts.Builder> exportArtifacts) The exported model card artifacts. This is a convenience method that creates an instance of theModelCardExportArtifacts.Builderavoiding the need to create one manually viaModelCardExportArtifacts.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexportArtifacts(ModelCardExportArtifacts).- Parameters:
- exportArtifacts- a consumer that will call methods on- ModelCardExportArtifacts.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-