Cloud Translation V3 Client - Class Dataset (1.18.1)

Reference documentation and code samples for the Cloud Translation V3 Client class Dataset.

A dataset that hosts the examples (sentence pairs) used for translation models.

Generated from protobuf message google.cloud.translation.v3.Dataset

Namespace

Google \ Cloud \ Translate \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

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

↳ display_name string

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.

↳ source_language_code string

The BCP-47 language code of the source language.

↳ target_language_code string

The BCP-47 language code of the target language.

↳ example_count int

Output only. The number of examples in the dataset.

↳ train_example_count int

Output only. Number of training examples (sentence pairs).

↳ validate_example_count int

Output only. Number of validation examples (sentence pairs).

↳ test_example_count int

Output only. Number of test examples (sentence pairs).

↳ create_time Google\Protobuf\Timestamp

Output only. Timestamp when this dataset was created.

↳ update_time Google\Protobuf\Timestamp

Output only. Timestamp when this dataset was last updated.

getName

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

Returns
Type Description
string

setName

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

Parameter
Name Description
var string
Returns
Type Description
$this

getDisplayName

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.

Returns
Type Description
string

setDisplayName

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.

Parameter
Name Description
var string
Returns
Type Description
$this

getSourceLanguageCode

The BCP-47 language code of the source language.

Returns
Type Description
string

setSourceLanguageCode

The BCP-47 language code of the source language.

Parameter
Name Description
var string
Returns
Type Description
$this

getTargetLanguageCode

The BCP-47 language code of the target language.

Returns
Type Description
string

setTargetLanguageCode

The BCP-47 language code of the target language.

Parameter
Name Description
var string
Returns
Type Description
$this

getExampleCount

Output only. The number of examples in the dataset.

Returns
Type Description
int

setExampleCount

Output only. The number of examples in the dataset.

Parameter
Name Description
var int
Returns
Type Description
$this

getTrainExampleCount

Output only. Number of training examples (sentence pairs).

Returns
Type Description
int

setTrainExampleCount

Output only. Number of training examples (sentence pairs).

Parameter
Name Description
var int
Returns
Type Description
$this

getValidateExampleCount

Output only. Number of validation examples (sentence pairs).

Returns
Type Description
int

setValidateExampleCount

Output only. Number of validation examples (sentence pairs).

Parameter
Name Description
var int
Returns
Type Description
$this

getTestExampleCount

Output only. Number of test examples (sentence pairs).

Returns
Type Description
int

setTestExampleCount

Output only. Number of test examples (sentence pairs).

Parameter
Name Description
var int
Returns
Type Description
$this

getCreateTime

Output only. Timestamp when this dataset was created.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. Timestamp when this dataset was created.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getUpdateTime

Output only. Timestamp when this dataset was last updated.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. Timestamp when this dataset was last updated.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this