Reference documentation and code samples for the Cloud Translation V3 Client class DatasetInputConfig.
Input configuration for datasets.
Generated from protobuf message google.cloud.translation.v3.DatasetInputConfig
Namespace
Google \ Cloud \ Translate \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ input_files |
array<Google\Cloud\Translate\V3\DatasetInputConfig\InputFile>
Files containing the sentence pairs to be imported to the dataset. |
getInputFiles
Files containing the sentence pairs to be imported to the dataset.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setInputFiles
Files containing the sentence pairs to be imported to the dataset.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Translate\V3\DatasetInputConfig\InputFile>
|
Returns | |
---|---|
Type | Description |
$this |