Interface CollaborationTrainedModelSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CollaborationTrainedModelSummary.Builder,CollaborationTrainedModelSummary>,SdkBuilder<CollaborationTrainedModelSummary.Builder,CollaborationTrainedModelSummary>,SdkPojo
- Enclosing class:
- CollaborationTrainedModelSummary
public static interface CollaborationTrainedModelSummary.Builder extends SdkPojo, CopyableBuilder<CollaborationTrainedModelSummary.Builder,CollaborationTrainedModelSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CollaborationTrainedModelSummary.BuildercollaborationIdentifier(String collaborationIdentifier)The collaboration ID of the collaboration that contains the trained model.CollaborationTrainedModelSummary.BuilderconfiguredModelAlgorithmAssociationArn(String configuredModelAlgorithmAssociationArn)The Amazon Resource Name (ARN) of the configured model algorithm association that is used for this trained model.CollaborationTrainedModelSummary.BuildercreateTime(Instant createTime)The time at which the trained model was created.CollaborationTrainedModelSummary.BuildercreatorAccountId(String creatorAccountId)The account ID of the member that created the trained model.CollaborationTrainedModelSummary.Builderdescription(String description)The description of the trained model.CollaborationTrainedModelSummary.BuildermembershipIdentifier(String membershipIdentifier)The membership ID of the member that created the trained model.CollaborationTrainedModelSummary.Buildername(String name)The name of the trained model.CollaborationTrainedModelSummary.Builderstatus(String status)The status of the trained model.CollaborationTrainedModelSummary.Builderstatus(TrainedModelStatus status)The status of the trained model.CollaborationTrainedModelSummary.BuildertrainedModelArn(String trainedModelArn)The Amazon Resource Name (ARN) of the trained model.CollaborationTrainedModelSummary.BuilderupdateTime(Instant updateTime)The most recent time at which the trained model 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 Detail
-
createTime
CollaborationTrainedModelSummary.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
CollaborationTrainedModelSummary.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.
-
trainedModelArn
CollaborationTrainedModelSummary.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
CollaborationTrainedModelSummary.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
CollaborationTrainedModelSummary.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.
-
membershipIdentifier
CollaborationTrainedModelSummary.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
CollaborationTrainedModelSummary.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.
-
status
CollaborationTrainedModelSummary.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
CollaborationTrainedModelSummary.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
-
configuredModelAlgorithmAssociationArn
CollaborationTrainedModelSummary.Builder configuredModelAlgorithmAssociationArn(String configuredModelAlgorithmAssociationArn)
The Amazon Resource Name (ARN) of the configured model algorithm association that is used for this trained model.
- Parameters:
configuredModelAlgorithmAssociationArn- The Amazon Resource Name (ARN) of the configured model algorithm association that is used for this trained model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creatorAccountId
CollaborationTrainedModelSummary.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.
-
-