Interface ModelCardExportJobSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ModelCardExportJobSummary.Builder,
,ModelCardExportJobSummary> SdkBuilder<ModelCardExportJobSummary.Builder,
,ModelCardExportJobSummary> SdkPojo
- Enclosing class:
ModelCardExportJobSummary
public static interface ModelCardExportJobSummary.Builder
extends SdkPojo, CopyableBuilder<ModelCardExportJobSummary.Builder,ModelCardExportJobSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time that the model card export job was created.lastModifiedAt
(Instant lastModifiedAt) The date and time that the model card 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.modelCardName
(String modelCardName) The name of the model card that the export job exports.modelCardVersion
(Integer modelCardVersion) The version of the model card that the export job exports.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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
modelCardExportJobName
The name of the model card export job.
- Parameters:
modelCardExportJobName
- The name of the model card export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
The completion status of the model card export job.
- Parameters:
status
- The completion status of the model card export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The completion status of the model card export job.
- Parameters:
status
- The completion status of the model card export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
modelCardName
The name of the model card that the export job exports.
- Parameters:
modelCardName
- The name of the model card that the export job exports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelCardVersion
The version of the model card that the export job exports.
- Parameters:
modelCardVersion
- The version of the model card that the export job exports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time that the model card export job was created.
- Parameters:
createdAt
- The date and time that the model card export job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedAt
The date and time that the model card export job was last modified..
- Parameters:
lastModifiedAt
- The date and time that the model card export job was last modified..- Returns:
- Returns a reference to this object so that method calls can be chained together.
-