Cloud Translation V3 Client - Class CreateAdaptiveMtDatasetRequest (1.17.5)

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

Request message for creating an AdaptiveMtDataset.

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

Namespace

Google \ Cloud \ Translate \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. Name of the parent project. In form of projects/{project-number-or-id}/locations/{location-id}

↳ adaptive_mt_dataset Google\Cloud\Translate\V3\AdaptiveMtDataset

Required. The AdaptiveMtDataset to be created.

getParent

Required. Name of the parent project. In form of projects/{project-number-or-id}/locations/{location-id}

Returns
TypeDescription
string

setParent

Required. Name of the parent project. In form of projects/{project-number-or-id}/locations/{location-id}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAdaptiveMtDataset

Required. The AdaptiveMtDataset to be created.

Returns
TypeDescription
Google\Cloud\Translate\V3\AdaptiveMtDataset|null

hasAdaptiveMtDataset

clearAdaptiveMtDataset

setAdaptiveMtDataset

Required. The AdaptiveMtDataset to be created.

Parameter
NameDescription
var Google\Cloud\Translate\V3\AdaptiveMtDataset
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parent string

Required. Name of the parent project. In form of projects/{project-number-or-id}/locations/{location-id} Please see Google\Cloud\Translate\V3\TranslationServiceClient::locationName() for help formatting this field.

adaptiveMtDataset Google\Cloud\Translate\V3\AdaptiveMtDataset

Required. The AdaptiveMtDataset to be created.

Returns
TypeDescription
Google\Cloud\Translate\V3\CreateAdaptiveMtDatasetRequest