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 \ V3Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The project name, in form of |
↳ model |
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 |
Model|null |
|
hasModel
clearModel
setModel
Required. The Model to create.
| Parameter | |
|---|---|
| Name | Description |
var |
Model
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The project name, in form of
|
model |
Model
Required. The Model to create. |
| Returns | |
|---|---|
| Type | Description |
CreateModelRequest |
|