Interface GetCollaborationTrainedModelResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CleanRoomsMlResponse.Builder
,CopyableBuilder<GetCollaborationTrainedModelResponse.Builder,
,GetCollaborationTrainedModelResponse> SdkBuilder<GetCollaborationTrainedModelResponse.Builder,
,GetCollaborationTrainedModelResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetCollaborationTrainedModelResponse
-
Method Summary
Modifier and TypeMethodDescriptioncollaborationIdentifier
(String collaborationIdentifier) The collaboration ID of the collaboration that contains the trained model.configuredModelAlgorithmAssociationArn
(String configuredModelAlgorithmAssociationArn) The Amazon Resource Name (ARN) of the configured model algorithm association that was used to create this trained model.createTime
(Instant createTime) The time at which the trained model 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.incrementalTrainingDataChannels
(Collection<IncrementalTrainingDataChannelOutput> incrementalTrainingDataChannels) Information about the incremental training data channels used to create this version of the trained model.incrementalTrainingDataChannels
(Consumer<IncrementalTrainingDataChannelOutput.Builder>... incrementalTrainingDataChannels) Information about the incremental training data channels used to create this version of the trained model.incrementalTrainingDataChannels
(IncrementalTrainingDataChannelOutput... incrementalTrainingDataChannels) Information about the incremental training data channels used to create this version of the trained model.logsStatus
(String logsStatus) Status information for the logs.logsStatus
(LogsStatus logsStatus) Status information for the logs.logsStatusDetails
(String logsStatusDetails) Details about the status information for the logs.membershipIdentifier
(String membershipIdentifier) The membership ID of the member that created the trained model.metricsStatus
(String metricsStatus) The status of the model metrics.metricsStatus
(MetricsStatus metricsStatus) The status of the model metrics.metricsStatusDetails
(String metricsStatusDetails) Details about the status information for the model metrics.The name of the trained model.resourceConfig
(Consumer<ResourceConfig.Builder> resourceConfig) The EC2 resource configuration that was used to train this model.resourceConfig
(ResourceConfig resourceConfig) The EC2 resource configuration that was used to train this model.The status of the trained model.status
(TrainedModelStatus 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.stoppingCondition
(Consumer<StoppingCondition.Builder> stoppingCondition) The stopping condition that determined when model training ended.stoppingCondition
(StoppingCondition stoppingCondition) The stopping condition that determined when model training ended.trainedModelArn
(String trainedModelArn) The Amazon Resource Name (ARN) of the trained model.trainingContainerImageDigest
(String trainingContainerImageDigest) Information about the training container image.trainingInputMode
(String trainingInputMode) The input mode that was used for accessing the training data when this trained model was created.trainingInputMode
(TrainingInputMode trainingInputMode) The input mode that was used for accessing the training data when this trained model was created.updateTime
(Instant updateTime) The most recent time at which the trained model was updated.versionIdentifier
(String versionIdentifier) The version identifier of the trained model.Methods inherited from interface software.amazon.awssdk.services.cleanroomsml.model.CleanRoomsMlResponse.Builder
build, responseMetadata, responseMetadata
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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
membershipIdentifier
The membership ID of the member that created the trained model.
- Parameters:
membershipIdentifier
- The membership ID of the member that created the trained model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationIdentifier
GetCollaborationTrainedModelResponse.Builder collaborationIdentifier(String collaborationIdentifier) The collaboration ID of the collaboration that contains the trained model.
- Parameters:
collaborationIdentifier
- The collaboration ID of the collaboration that contains 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.
- Parameters:
trainedModelArn
- The Amazon Resource Name (ARN) of the trained model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionIdentifier
The version identifier of the trained model. This unique identifier distinguishes this version from other versions of the same trained model.
- Parameters:
versionIdentifier
- The version identifier of the trained model. This unique identifier distinguishes this version from other versions of the same trained model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
incrementalTrainingDataChannels
GetCollaborationTrainedModelResponse.Builder incrementalTrainingDataChannels(Collection<IncrementalTrainingDataChannelOutput> incrementalTrainingDataChannels) Information about the incremental training data channels used to create this version of the trained model. This includes details about the base model that was used for incremental training and the channel configuration.
- Parameters:
incrementalTrainingDataChannels
- Information about the incremental training data channels used to create this version of the trained model. This includes details about the base model that was used for incremental training and the channel configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
incrementalTrainingDataChannels
GetCollaborationTrainedModelResponse.Builder incrementalTrainingDataChannels(IncrementalTrainingDataChannelOutput... incrementalTrainingDataChannels) Information about the incremental training data channels used to create this version of the trained model. This includes details about the base model that was used for incremental training and the channel configuration.
- Parameters:
incrementalTrainingDataChannels
- Information about the incremental training data channels used to create this version of the trained model. This includes details about the base model that was used for incremental training and the channel configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
incrementalTrainingDataChannels
GetCollaborationTrainedModelResponse.Builder incrementalTrainingDataChannels(Consumer<IncrementalTrainingDataChannelOutput.Builder>... incrementalTrainingDataChannels) Information about the incremental training data channels used to create this version of the trained model. This includes details about the base model that was used for incremental training and the channel configuration.
This is a convenience method that creates an instance of theIncrementalTrainingDataChannelOutput.Builder
avoiding the need to create one manually viaIncrementalTrainingDataChannelOutput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toincrementalTrainingDataChannels(List<IncrementalTrainingDataChannelOutput>)
.- Parameters:
incrementalTrainingDataChannels
- a consumer that will call methods onIncrementalTrainingDataChannelOutput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the trained model.
- Parameters:
name
- The name of the trained model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
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 GetCollaborationTrainedModelResponse.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:
-
configuredModelAlgorithmAssociationArn
GetCollaborationTrainedModelResponse.Builder configuredModelAlgorithmAssociationArn(String configuredModelAlgorithmAssociationArn) The Amazon Resource Name (ARN) of the configured model algorithm association that was used to create this trained model.
- Parameters:
configuredModelAlgorithmAssociationArn
- The Amazon Resource Name (ARN) of the configured model algorithm association that was used to create this trained model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceConfig
The EC2 resource configuration that was used to train this model.
- Parameters:
resourceConfig
- The EC2 resource configuration that was used to train this model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceConfig
default GetCollaborationTrainedModelResponse.Builder resourceConfig(Consumer<ResourceConfig.Builder> resourceConfig) The EC2 resource configuration that was used to train this model.
This is a convenience method that creates an instance of theResourceConfig.Builder
avoiding the need to create one manually viaResourceConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toresourceConfig(ResourceConfig)
.- Parameters:
resourceConfig
- a consumer that will call methods onResourceConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
trainingInputMode
The input mode that was used for accessing the training data when this trained model was created. This indicates how the training data was made available to the training algorithm.
- Parameters:
trainingInputMode
- The input mode that was used for accessing the training data when this trained model was created. This indicates how the training data was made available to the training algorithm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
trainingInputMode
The input mode that was used for accessing the training data when this trained model was created. This indicates how the training data was made available to the training algorithm.
- Parameters:
trainingInputMode
- The input mode that was used for accessing the training data when this trained model was created. This indicates how the training data was made available to the training algorithm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stoppingCondition
The stopping condition that determined when model training ended.
- Parameters:
stoppingCondition
- The stopping condition that determined when model training ended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stoppingCondition
default GetCollaborationTrainedModelResponse.Builder stoppingCondition(Consumer<StoppingCondition.Builder> stoppingCondition) The stopping condition that determined when model training ended.
This is a convenience method that creates an instance of theStoppingCondition.Builder
avoiding the need to create one manually viaStoppingCondition.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostoppingCondition(StoppingCondition)
.- Parameters:
stoppingCondition
- a consumer that will call methods onStoppingCondition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
metricsStatus
The status of the model metrics.
- Parameters:
metricsStatus
- The status of the model metrics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
metricsStatus
The status of the model metrics.
- Parameters:
metricsStatus
- The status of the model metrics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
metricsStatusDetails
Details about the status information for the model metrics.
- Parameters:
metricsStatusDetails
- Details about the status information for the model metrics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logsStatus
Status information for the logs.
- Parameters:
logsStatus
- Status information for the logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
logsStatus
Status information for the logs.
- Parameters:
logsStatus
- Status information for the logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
logsStatusDetails
Details about the status information for the logs.
- Parameters:
logsStatusDetails
- Details about the status information for the logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trainingContainerImageDigest
GetCollaborationTrainedModelResponse.Builder trainingContainerImageDigest(String trainingContainerImageDigest) Information about the training container image.
- Parameters:
trainingContainerImageDigest
- Information about the training container image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createTime
The time at which the trained model was created.
- Parameters:
createTime
- The time at which the trained model 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 was updated.
- Parameters:
updateTime
- The most recent time at which the trained model was updated.- 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.
-