GetDatasetResult

data class GetDatasetResult(val createTime: String, val displayName: String, val exampleCount: Int, val name: String, val sourceLanguageCode: String, val targetLanguageCode: String, val testExampleCount: Int, val trainExampleCount: Int, val updateTime: String, val validateExampleCount: Int)

Constructors

Link copied to clipboard
fun GetDatasetResult(createTime: String, displayName: String, exampleCount: Int, name: String, sourceLanguageCode: String, targetLanguageCode: String, testExampleCount: Int, trainExampleCount: Int, updateTime: String, validateExampleCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Timestamp when this dataset was created.

Link copied to clipboard

The name of the dataset to show in the interface. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores (_), and ASCII digits 0-9.

Link copied to clipboard

The number of examples in the dataset.

Link copied to clipboard

The resource name of the dataset, in form of projects/{project-number-or-id}/locations/{location_id}/datasets/{dataset_id}

Link copied to clipboard

The BCP-47 language code of the source language.

Link copied to clipboard

The BCP-47 language code of the target language.

Link copied to clipboard

Number of test examples (sentence pairs).

Link copied to clipboard

Number of training examples (sentence pairs).

Link copied to clipboard

Timestamp when this dataset was last updated.

Link copied to clipboard

Number of validation examples (sentence pairs).