Reference documentation and code samples for the Cloud Translation V3 Client class AdaptiveMtDataset.
An Adaptive MT Dataset.
Generated from protobuf message google.cloud.translation.v3.AdaptiveMtDataset
Namespace
Google \ Cloud \ Translate \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The resource name of the dataset, in form of |
↳ 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
The number of examples in the dataset. |
↳ 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
Required. The resource name of the dataset, in form of
projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset_id}
Returns | |
---|---|
Type | Description |
string |
setName
Required. The resource name of the dataset, in form of
projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{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
The number of examples in the dataset.
Returns | |
---|---|
Type | Description |
int |
setExampleCount
The number of examples in the dataset.
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 |