Interface AddDatasetExamplesResponse.Builder

  • Method Details

    • datasetArn

      The Amazon Resource Name (ARN) of the dataset.

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

      The unique identifier of the dataset.

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

      The current status of the dataset.

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

      The current status of the dataset.

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

      AddDatasetExamplesResponse.Builder addedCount(Long addedCount)

      The number of examples added.

      Parameters:
      addedCount - The number of examples added.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      The timestamp when the examples were added.

      Parameters:
      updatedAt - The timestamp when the examples were added.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • exampleIds

      IDs of all added examples (auto-generated UUIDs).

      Parameters:
      exampleIds - IDs of all added examples (auto-generated UUIDs).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • exampleIds

      AddDatasetExamplesResponse.Builder exampleIds(String... exampleIds)

      IDs of all added examples (auto-generated UUIDs).

      Parameters:
      exampleIds - IDs of all added examples (auto-generated UUIDs).
      Returns:
      Returns a reference to this object so that method calls can be chained together.