Cloud Translation V3 Client - Class CreateAdaptiveMtDatasetRequest (1.20.0)

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
Name Description
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 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
Type Description
string

setParent

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

Parameter
Name Description
var string
Returns
Type Description
$this

getAdaptiveMtDataset

Required. The AdaptiveMtDataset to be created.

Returns
Type Description
AdaptiveMtDataset|null

hasAdaptiveMtDataset

clearAdaptiveMtDataset

setAdaptiveMtDataset

Required. The AdaptiveMtDataset to be created.

Parameter
Name Description
var AdaptiveMtDataset
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

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

adaptiveMtDataset AdaptiveMtDataset

Required. The AdaptiveMtDataset to be created.

Returns
Type Description
CreateAdaptiveMtDatasetRequest