Interface CollaborationTrainedModelSummary.Builder

  • Method Details

    • 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.
    • 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

      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.
    • versionIdentifier

      CollaborationTrainedModelSummary.Builder versionIdentifier(String versionIdentifier)

      The 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.
    • incrementalTrainingDataChannels

      CollaborationTrainedModelSummary.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.
    • incrementalTrainingDataChannels

      CollaborationTrainedModelSummary.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.
    • incrementalTrainingDataChannels

      CollaborationTrainedModelSummary.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 the IncrementalTrainingDataChannelOutput.Builder avoiding the need to create one manually via IncrementalTrainingDataChannelOutput.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to incrementalTrainingDataChannels(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:
    • 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

      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:
    • 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.