Interface CollaborationTrainedModelSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CollaborationTrainedModelSummary.Builder,,- CollaborationTrainedModelSummary> - SdkBuilder<CollaborationTrainedModelSummary.Builder,,- CollaborationTrainedModelSummary> - SdkPojo
- Enclosing class:
- CollaborationTrainedModelSummary
- 
Method SummaryModifier 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 is used for 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.membershipIdentifier(String membershipIdentifier) The membership ID of the member that created the trained model.The name of the trained model.The status of the trained model.status(TrainedModelStatus status) The status of the trained model.trainedModelArn(String trainedModelArn) The Amazon Resource Name (ARN) of the trained model.updateTime(Instant updateTime) The most recent time at which the trained model was updated.versionIdentifier(String versionIdentifier) The version identifier of this trained model version.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
createTimeThe 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.
 
- 
updateTimeThe 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.
 
- 
trainedModelArnThe 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.
 
- 
nameThe 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.
 
- 
versionIdentifierThe version identifier of this trained model version. - Parameters:
- versionIdentifier- The version identifier of this trained model version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
incrementalTrainingDataChannelsCollaborationTrainedModelSummary.Builder incrementalTrainingDataChannels(Collection<IncrementalTrainingDataChannelOutput> incrementalTrainingDataChannels) Information about the incremental training data channels used to create this version of the trained model. - Parameters:
- incrementalTrainingDataChannels- Information about the incremental training data channels used to create this version of the trained model.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
incrementalTrainingDataChannelsCollaborationTrainedModelSummary.Builder incrementalTrainingDataChannels(IncrementalTrainingDataChannelOutput... incrementalTrainingDataChannels) Information about the incremental training data channels used to create this version of the trained model. - Parameters:
- incrementalTrainingDataChannels- Information about the incremental training data channels used to create this version of the trained model.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
incrementalTrainingDataChannelsCollaborationTrainedModelSummary.Builder incrementalTrainingDataChannels(Consumer<IncrementalTrainingDataChannelOutput.Builder>... incrementalTrainingDataChannels) Information about the incremental training data channels used to create this version of the trained model. This is a convenience method that creates an instance of theIncrementalTrainingDataChannelOutput.Builderavoiding the need to create one manually viaIncrementalTrainingDataChannelOutput.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toincrementalTrainingDataChannels(List<IncrementalTrainingDataChannelOutput>).- Parameters:
- incrementalTrainingDataChannels- a consumer that will call methods on- IncrementalTrainingDataChannelOutput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
descriptionThe 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.
 
- 
membershipIdentifierThe 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.
 
- 
collaborationIdentifierThe 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.
 
- 
statusThe 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:
 
- 
statusThe 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:
 
- 
configuredModelAlgorithmAssociationArnCollaborationTrainedModelSummary.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.
 
- 
creatorAccountIdThe 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.
 
 
-