Interface TrainingDatasetSummary.Builder

    • Method Detail

      • createTime

        TrainingDatasetSummary.Builder createTime​(Instant createTime)

        The time at which the training dataset was created.

        Parameters:
        createTime - The time at which the training dataset was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updateTime

        TrainingDatasetSummary.Builder updateTime​(Instant updateTime)

        The most recent time at which the training dataset was updated.

        Parameters:
        updateTime - The most recent time at which the training dataset was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • trainingDatasetArn

        TrainingDatasetSummary.Builder trainingDatasetArn​(String trainingDatasetArn)

        The Amazon Resource Name (ARN) of the training dataset.

        Parameters:
        trainingDatasetArn - The Amazon Resource Name (ARN) of the training dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        TrainingDatasetSummary.Builder name​(String name)

        The name of the training dataset.

        Parameters:
        name - The name of the training dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        TrainingDatasetSummary.Builder description​(String description)

        The description of the training dataset.

        Parameters:
        description - The description of the training dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.