Interface DescribeModelCardExportJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeModelCardExportJobResponse.Builder,DescribeModelCardExportJobResponse>
,SageMakerResponse.Builder
,SdkBuilder<DescribeModelCardExportJobResponse.Builder,DescribeModelCardExportJobResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- DescribeModelCardExportJobResponse
public static interface DescribeModelCardExportJobResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeModelCardExportJobResponse.Builder,DescribeModelCardExportJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method 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(String status)
The completion status of the model card export job.DescribeModelCardExportJobResponse.Builder
status(ModelCardExportJobStatus status)
The completion status of the model card export job.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
modelCardExportJobName
DescribeModelCardExportJobResponse.Builder modelCardExportJobName(String modelCardExportJobName)
The 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.
-
modelCardExportJobArn
DescribeModelCardExportJobResponse.Builder modelCardExportJobArn(String modelCardExportJobArn)
The 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.
-
status
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 theFailureReason
field in the response to aDescribeModelCardExportJob
call.
- 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 theFailureReason
field in the response to aDescribeModelCardExportJob
call.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelCardExportJobStatus
,ModelCardExportJobStatus
-
-
status
DescribeModelCardExportJobResponse.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 theFailureReason
field in the response to aDescribeModelCardExportJob
call.
- 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 theFailureReason
field in the response to aDescribeModelCardExportJob
call.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelCardExportJobStatus
,ModelCardExportJobStatus
-
-
modelCardName
DescribeModelCardExportJobResponse.Builder modelCardName(String modelCardName)
The 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.
-
modelCardVersion
DescribeModelCardExportJobResponse.Builder modelCardVersion(Integer modelCardVersion)
The 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.
-
outputConfig
DescribeModelCardExportJobResponse.Builder outputConfig(ModelCardExportOutputConfig outputConfig)
The 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.
-
outputConfig
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 viaModelCardExportOutputConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooutputConfig(ModelCardExportOutputConfig)
.- Parameters:
outputConfig
- a consumer that will call methods onModelCardExportOutputConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
outputConfig(ModelCardExportOutputConfig)
-
createdAt
DescribeModelCardExportJobResponse.Builder createdAt(Instant createdAt)
The 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.
-
lastModifiedAt
DescribeModelCardExportJobResponse.Builder lastModifiedAt(Instant lastModifiedAt)
The 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.
-
failureReason
DescribeModelCardExportJobResponse.Builder failureReason(String failureReason)
The 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.
-
exportArtifacts
DescribeModelCardExportJobResponse.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.
-
exportArtifacts
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 viaModelCardExportArtifacts.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toexportArtifacts(ModelCardExportArtifacts)
.- Parameters:
exportArtifacts
- a consumer that will call methods onModelCardExportArtifacts.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
exportArtifacts(ModelCardExportArtifacts)
-
-