Interface DatasetDescription.Builder

    • Method Detail

      • projectName

        DatasetDescription.Builder projectName​(String projectName)

        The name of the project that contains the dataset.

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

        DatasetDescription.Builder datasetType​(String datasetType)

        The type of the dataset. The value train represents a training dataset or single dataset project. The value test represents a test dataset.

        Parameters:
        datasetType - The type of the dataset. The value train represents a training dataset or single dataset project. The value test represents a test dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTimestamp

        DatasetDescription.Builder creationTimestamp​(Instant creationTimestamp)

        The Unix timestamp for the time and date that the dataset was created.

        Parameters:
        creationTimestamp - The Unix timestamp for the time and date that the dataset was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedTimestamp

        DatasetDescription.Builder lastUpdatedTimestamp​(Instant lastUpdatedTimestamp)

        The Unix timestamp for the date and time that the dataset was last updated.

        Parameters:
        lastUpdatedTimestamp - The Unix timestamp for the date and time that the dataset was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusMessage

        DatasetDescription.Builder statusMessage​(String statusMessage)

        The status message for the dataset.

        Parameters:
        statusMessage - The status message for the dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imageStats

        DatasetDescription.Builder imageStats​(DatasetImageStats imageStats)

        Statistics about the images in a dataset.

        Parameters:
        imageStats - Statistics about the images in a dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.