Interface CollaborationTrainedModelExportJobSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CollaborationTrainedModelExportJobSummary.Builder,
,CollaborationTrainedModelExportJobSummary> SdkBuilder<CollaborationTrainedModelExportJobSummary.Builder,
,CollaborationTrainedModelExportJobSummary> SdkPojo
- Enclosing class:
CollaborationTrainedModelExportJobSummary
-
Method Summary
Modifier and TypeMethodDescriptioncollaborationIdentifier
(String collaborationIdentifier) The collaboration ID of the collaboration that contains the trained model export job.createTime
(Instant createTime) The time at which the trained model export job was created.creatorAccountId
(String creatorAccountId) The account ID of the member that created the trained model.description
(String description) The description of the trained model.membershipIdentifier
(String membershipIdentifier) The membership ID of the member that created the trained model export job.The name of the trained model export job.outputConfiguration
(Consumer<TrainedModelExportOutputConfiguration.Builder> outputConfiguration) Sets the value of the OutputConfiguration property for this object.outputConfiguration
(TrainedModelExportOutputConfiguration outputConfiguration) Sets the value of the OutputConfiguration property for this object.The status of the trained model.status
(TrainedModelExportJobStatus status) The status of the trained model.statusDetails
(Consumer<StatusDetails.Builder> statusDetails) Sets the value of the StatusDetails property for this object.statusDetails
(StatusDetails statusDetails) Sets the value of the StatusDetails property for this object.trainedModelArn
(String trainedModelArn) The Amazon Resource Name (ARN) of the trained model that is being exported.trainedModelVersionIdentifier
(String trainedModelVersionIdentifier) The version identifier of the trained model that was exported in this job.updateTime
(Instant updateTime) The most recent time at which the trained model export job was updated.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, sdkFieldNameToField, sdkFields
-
Method Details
-
createTime
The time at which the trained model export job was created.
- Parameters:
createTime
- The time at which the trained model export job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
The most recent time at which the trained model export job was updated.
- Parameters:
updateTime
- The most recent time at which the trained model export job was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the trained model export job.
- Parameters:
name
- The name of the trained model export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputConfiguration
CollaborationTrainedModelExportJobSummary.Builder outputConfiguration(TrainedModelExportOutputConfiguration outputConfiguration) Sets the value of the OutputConfiguration property for this object.- Parameters:
outputConfiguration
- The new value for the OutputConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputConfiguration
default CollaborationTrainedModelExportJobSummary.Builder outputConfiguration(Consumer<TrainedModelExportOutputConfiguration.Builder> outputConfiguration) Sets the value of the OutputConfiguration property for this object. This is a convenience method that creates an instance of theTrainedModelExportOutputConfiguration.Builder
avoiding the need to create one manually viaTrainedModelExportOutputConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooutputConfiguration(TrainedModelExportOutputConfiguration)
.- Parameters:
outputConfiguration
- a consumer that will call methods onTrainedModelExportOutputConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the trained model.
- Parameters:
status
- The status of the trained model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the trained model.
- Parameters:
status
- The status of the trained model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusDetails
Sets the value of the StatusDetails property for this object.- Parameters:
statusDetails
- The new value for the StatusDetails property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusDetails
default CollaborationTrainedModelExportJobSummary.Builder statusDetails(Consumer<StatusDetails.Builder> statusDetails) Sets the value of the StatusDetails property for this object. This is a convenience method that creates an instance of theStatusDetails.Builder
avoiding the need to create one manually viaStatusDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostatusDetails(StatusDetails)
.- Parameters:
statusDetails
- a consumer that will call methods onStatusDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
The description of the trained model.
- Parameters:
description
- The description of the trained model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creatorAccountId
The account ID of the member that created the trained model.
- Parameters:
creatorAccountId
- The account ID of the member that created the trained model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trainedModelArn
The Amazon Resource Name (ARN) of the trained model that is being exported.
- Parameters:
trainedModelArn
- The Amazon Resource Name (ARN) of the trained model that is being exported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trainedModelVersionIdentifier
CollaborationTrainedModelExportJobSummary.Builder trainedModelVersionIdentifier(String trainedModelVersionIdentifier) The version identifier of the trained model that was exported in this job.
- Parameters:
trainedModelVersionIdentifier
- The version identifier of the trained model that was exported in this job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipIdentifier
The membership ID of the member that created the trained model export job.
- Parameters:
membershipIdentifier
- The membership ID of the member that created the trained model export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationIdentifier
CollaborationTrainedModelExportJobSummary.Builder collaborationIdentifier(String collaborationIdentifier) The collaboration ID of the collaboration that contains the trained model export job.
- Parameters:
collaborationIdentifier
- The collaboration ID of the collaboration that contains the trained model export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-