Reference documentation and code samples for the Cloud AutoML V1 Client class CreateModelRequest.
Request message for AutoMl.CreateModel.
Generated from protobuf message google.cloud.automl.v1.CreateModelRequest
Namespace
Google \ Cloud \ AutoMl \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Resource name of the parent project where the model is being created. |
↳ model |
Google\Cloud\AutoMl\V1\Model
Required. The model to create. |
getParent
Required. Resource name of the parent project where the model is being created.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. Resource name of the parent project where the model is being created.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getModel
Required. The model to create.
Returns | |
---|---|
Type | Description |
Google\Cloud\AutoMl\V1\Model|null |
hasModel
clearModel
setModel
Required. The model to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AutoMl\V1\Model
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. Resource name of the parent project where the model is being created. Please see Google\Cloud\AutoMl\V1\AutoMlClient::locationName() for help formatting this field. |
model |
Google\Cloud\AutoMl\V1\Model
Required. The model to create. |
Returns | |
---|---|
Type | Description |
Google\Cloud\AutoMl\V1\CreateModelRequest |