Interface DatasetVersionSummary.Builder

  • Method Details

    • datasetVersion

      DatasetVersionSummary.Builder datasetVersion(String datasetVersion)

      The version number of this published snapshot.

      Parameters:
      datasetVersion - The version number of this published snapshot.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • exampleCount

      DatasetVersionSummary.Builder exampleCount(Long exampleCount)

      The number of examples in this version.

      Parameters:
      exampleCount - The number of examples in this version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      DatasetVersionSummary.Builder createdAt(Instant createdAt)

      The timestamp when this version was published.

      Parameters:
      createdAt - The timestamp when this version was published.
      Returns:
      Returns a reference to this object so that method calls can be chained together.