public static interface DatasetDescription.Builder extends SdkPojo, CopyableBuilder<DatasetDescription.Builder,DatasetDescription>
| Modifier and Type | Method and Description |
|---|---|
DatasetDescription.Builder |
creationTimestamp(Instant creationTimestamp)
The Unix timestamp for the time and date that the dataset was created.
|
DatasetDescription.Builder |
datasetType(String datasetType)
The type of the dataset.
|
default DatasetDescription.Builder |
imageStats(Consumer<DatasetImageStats.Builder> imageStats)
Statistics about the images in a dataset.
|
DatasetDescription.Builder |
imageStats(DatasetImageStats imageStats)
Statistics about the images in a dataset.
|
DatasetDescription.Builder |
lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The Unix timestamp for the date and time that the dataset was last updated.
|
DatasetDescription.Builder |
projectName(String projectName)
The name of the project that contains the dataset.
|
DatasetDescription.Builder |
status(DatasetStatus status)
The status of the dataset.
|
DatasetDescription.Builder |
status(String status)
The status of the dataset.
|
DatasetDescription.Builder |
statusMessage(String statusMessage)
The status message for the dataset.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatasetDescription.Builder projectName(String projectName)
The name of the project that contains the dataset.
projectName - The name of the project that contains the dataset.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.
datasetType - The type of the dataset. The value train represents a training dataset or single dataset
project. The value test represents a test dataset.DatasetDescription.Builder creationTimestamp(Instant creationTimestamp)
The Unix timestamp for the time and date that the dataset was created.
creationTimestamp - The Unix timestamp for the time and date that the dataset was created.DatasetDescription.Builder lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The Unix timestamp for the date and time that the dataset was last updated.
lastUpdatedTimestamp - The Unix timestamp for the date and time that the dataset was last updated.DatasetDescription.Builder status(String status)
The status of the dataset.
status - The status of the dataset.DatasetStatus,
DatasetStatusDatasetDescription.Builder status(DatasetStatus status)
The status of the dataset.
status - The status of the dataset.DatasetStatus,
DatasetStatusDatasetDescription.Builder statusMessage(String statusMessage)
The status message for the dataset.
statusMessage - The status message for the dataset.DatasetDescription.Builder imageStats(DatasetImageStats imageStats)
Statistics about the images in a dataset.
imageStats - Statistics about the images in a dataset.default DatasetDescription.Builder imageStats(Consumer<DatasetImageStats.Builder> imageStats)
Statistics about the images in a dataset.
This is a convenience method that creates an instance of theDatasetImageStats.Builder avoiding the
need to create one manually via DatasetImageStats.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to imageStats(DatasetImageStats).
imageStats - a consumer that will call methods on DatasetImageStats.BuilderimageStats(DatasetImageStats)Copyright © 2022. All rights reserved.