Interface GetTrainingDatasetResponse.Builder

  • Method Details

    • 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

      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

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

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

      Metadata about the requested training data.

      Parameters:
      trainingData - Metadata about the requested training data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • trainingData

      GetTrainingDatasetResponse.Builder trainingData(Dataset... trainingData)

      Metadata about the requested training data.

      Parameters:
      trainingData - Metadata about the requested training data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • trainingData

      Metadata about the requested training data.

      This is a convenience method that creates an instance of the Dataset.Builder avoiding the need to create one manually via Dataset.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to trainingData(List<Dataset>).

      Parameters:
      trainingData - a consumer that will call methods on Dataset.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the training dataset.

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

      The status of the training dataset.

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

      The IAM role used to read the training data.

      Parameters:
      roleArn - The IAM role used to read the training data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags that are assigned to this training dataset.

      Parameters:
      tags - The tags that are assigned to this training dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

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