Cloud Translation V3 Client - Class CreateModelRequest (1.18.0)

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

Request message for CreateModel.

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

Namespace

Google \ Cloud \ Translate \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The project name, in form of projects/{project}/locations/{location}

↳ model Google\Cloud\Translate\V3\Model

Required. The Model to create.

getParent

Required. The project name, in form of projects/{project}/locations/{location}

Returns
Type Description
string

setParent

Required. The project name, in form of projects/{project}/locations/{location}

Parameter
Name Description
var string
Returns
Type Description
$this

getModel

Required. The Model to create.

Returns
Type Description
Google\Cloud\Translate\V3\Model|null

hasModel

clearModel

setModel

Required. The Model to create.

Parameter
Name Description
var Google\Cloud\Translate\V3\Model
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The project name, in form of projects/{project}/locations/{location} Please see Google\Cloud\Translate\V3\TranslationServiceClient::locationName() for help formatting this field.

model Google\Cloud\Translate\V3\Model

Required. The Model to create.

Returns
Type Description
Google\Cloud\Translate\V3\CreateModelRequest