Reference documentation and code samples for the Google Cloud Retail V2 Client class CreateModelRequest.
Request for creating a model.
Generated from protobuf message google.cloud.retail.v2.CreateModelRequest
Namespace
Google \ Cloud \ Retail \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent resource under which to create the model. Format: |
↳ model |
Google\Cloud\Retail\V2\Model
Required. The payload of the Model to create. |
↳ dry_run |
bool
Optional. Whether to run a dry run to validate the request (without actually creating the model). |
getParent
Required. The parent resource under which to create the model. Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent resource under which to create the model. Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getModel
Required. The payload of the Model to create.
Returns | |
---|---|
Type | Description |
Google\Cloud\Retail\V2\Model|null |
hasModel
clearModel
setModel
Required. The payload of the Model to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Retail\V2\Model
|
Returns | |
---|---|
Type | Description |
$this |
getDryRun
Optional. Whether to run a dry run to validate the request (without actually creating the model).
Returns | |
---|---|
Type | Description |
bool |
setDryRun
Optional. Whether to run a dry run to validate the request (without actually creating the model).
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The parent resource under which to create the model. Format:
|
model |
Google\Cloud\Retail\V2\Model
Required. The payload of the Model to create. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Retail\V2\CreateModelRequest |