Cloud AutoML V1beta1 Client - Class CreateModelRequest (1.6.3)

Reference documentation and code samples for the Cloud AutoML V1beta1 Client class CreateModelRequest.

Request message for AutoMl.CreateModel.

Generated from protobuf message google.cloud.automl.v1beta1.CreateModelRequest

Namespace

Google \ Cloud \ AutoMl \ V1beta1

Methods

__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\V1beta1\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\V1beta1\Model|null

hasModel

clearModel

setModel

Required. The model to create.

Parameter
Name Description
var Google\Cloud\AutoMl\V1beta1\Model
Returns
Type Description
$this