Interface GetCollaborationTrainedModelResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CleanRoomsMlResponse.Builder,CopyableBuilder<GetCollaborationTrainedModelResponse.Builder,GetCollaborationTrainedModelResponse>,SdkBuilder<GetCollaborationTrainedModelResponse.Builder,GetCollaborationTrainedModelResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetCollaborationTrainedModelResponse
public static interface GetCollaborationTrainedModelResponse.Builder extends CleanRoomsMlResponse.Builder, SdkPojo, CopyableBuilder<GetCollaborationTrainedModelResponse.Builder,GetCollaborationTrainedModelResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetCollaborationTrainedModelResponse.BuildercollaborationIdentifier(String collaborationIdentifier)The collaboration ID of the collaboration that contains the trained model.GetCollaborationTrainedModelResponse.BuilderconfiguredModelAlgorithmAssociationArn(String configuredModelAlgorithmAssociationArn)The Amazon Resource Name (ARN) of the configured model algorithm association that was used to create this trained model.GetCollaborationTrainedModelResponse.BuildercreateTime(Instant createTime)The time at which the trained model was created.GetCollaborationTrainedModelResponse.BuildercreatorAccountId(String creatorAccountId)The account ID of the member that created the trained model.GetCollaborationTrainedModelResponse.Builderdescription(String description)The description of the trained model.GetCollaborationTrainedModelResponse.BuilderlogsStatus(String logsStatus)Status information for the logs.GetCollaborationTrainedModelResponse.BuilderlogsStatus(LogsStatus logsStatus)Status information for the logs.GetCollaborationTrainedModelResponse.BuilderlogsStatusDetails(String logsStatusDetails)Details about the status information for the logs.GetCollaborationTrainedModelResponse.BuildermembershipIdentifier(String membershipIdentifier)The membership ID of the member that created the trained model.GetCollaborationTrainedModelResponse.BuildermetricsStatus(String metricsStatus)The status of the model metrics.GetCollaborationTrainedModelResponse.BuildermetricsStatus(MetricsStatus metricsStatus)The status of the model metrics.GetCollaborationTrainedModelResponse.BuildermetricsStatusDetails(String metricsStatusDetails)Details about the status information for the model metrics.GetCollaborationTrainedModelResponse.Buildername(String name)The name of the trained model.default GetCollaborationTrainedModelResponse.BuilderresourceConfig(Consumer<ResourceConfig.Builder> resourceConfig)The EC2 resource configuration that was used to train this model.GetCollaborationTrainedModelResponse.BuilderresourceConfig(ResourceConfig resourceConfig)The EC2 resource configuration that was used to train this model.GetCollaborationTrainedModelResponse.Builderstatus(String status)The status of the trained model.GetCollaborationTrainedModelResponse.Builderstatus(TrainedModelStatus status)The status of the trained model.default GetCollaborationTrainedModelResponse.BuilderstatusDetails(Consumer<StatusDetails.Builder> statusDetails)Sets the value of the StatusDetails property for this object.GetCollaborationTrainedModelResponse.BuilderstatusDetails(StatusDetails statusDetails)Sets the value of the StatusDetails property for this object.default GetCollaborationTrainedModelResponse.BuilderstoppingCondition(Consumer<StoppingCondition.Builder> stoppingCondition)The stopping condition that determined when model training ended.GetCollaborationTrainedModelResponse.BuilderstoppingCondition(StoppingCondition stoppingCondition)The stopping condition that determined when model training ended.GetCollaborationTrainedModelResponse.BuildertrainedModelArn(String trainedModelArn)The Amazon Resource Name (ARN) of the trained model.GetCollaborationTrainedModelResponse.BuildertrainingContainerImageDigest(String trainingContainerImageDigest)Information about the training container image.GetCollaborationTrainedModelResponse.BuilderupdateTime(Instant updateTime)The most recent time at which the trained model was updated.-
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 Detail
-
membershipIdentifier
GetCollaborationTrainedModelResponse.Builder membershipIdentifier(String 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
GetCollaborationTrainedModelResponse.Builder trainedModelArn(String 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.
-
name
GetCollaborationTrainedModelResponse.Builder name(String 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
GetCollaborationTrainedModelResponse.Builder description(String 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
GetCollaborationTrainedModelResponse.Builder status(String 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:
TrainedModelStatus,TrainedModelStatus
-
status
GetCollaborationTrainedModelResponse.Builder status(TrainedModelStatus 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:
TrainedModelStatus,TrainedModelStatus
-
statusDetails
GetCollaborationTrainedModelResponse.Builder statusDetails(StatusDetails 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.Builderavoiding the need to create one manually viaStatusDetails.builder().When the
Consumercompletes,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:
statusDetails(StatusDetails)
-
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
GetCollaborationTrainedModelResponse.Builder resourceConfig(ResourceConfig 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.Builderavoiding the need to create one manually viaResourceConfig.builder().When the
Consumercompletes,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:
resourceConfig(ResourceConfig)
-
stoppingCondition
GetCollaborationTrainedModelResponse.Builder stoppingCondition(StoppingCondition 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.Builderavoiding the need to create one manually viaStoppingCondition.builder().When the
Consumercompletes,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:
stoppingCondition(StoppingCondition)
-
metricsStatus
GetCollaborationTrainedModelResponse.Builder metricsStatus(String 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,MetricsStatus
-
metricsStatus
GetCollaborationTrainedModelResponse.Builder metricsStatus(MetricsStatus 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,MetricsStatus
-
metricsStatusDetails
GetCollaborationTrainedModelResponse.Builder metricsStatusDetails(String 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
GetCollaborationTrainedModelResponse.Builder logsStatus(String 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,LogsStatus
-
logsStatus
GetCollaborationTrainedModelResponse.Builder logsStatus(LogsStatus 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,LogsStatus
-
logsStatusDetails
GetCollaborationTrainedModelResponse.Builder logsStatusDetails(String 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
GetCollaborationTrainedModelResponse.Builder createTime(Instant 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
GetCollaborationTrainedModelResponse.Builder updateTime(Instant 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
GetCollaborationTrainedModelResponse.Builder creatorAccountId(String 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.
-
-