Interface TrainedModelSummary.Builder

    • Method Detail

      • createTime

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

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

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

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

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

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

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

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