Reference documentation and code samples for the Google Cloud Financial Services V1 Client class GetModelRequest.
Request for retrieving a specific Model resource.
Generated from protobuf message google.cloud.financialservices.v1.GetModelRequest
Namespace
Google \ Cloud \ FinancialServices \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ name | stringRequired. The resource name of the Model | 
getName
Required. The resource name of the Model
| Returns | |
|---|---|
| Type | Description | 
| string | |
setName
Required. The resource name of the Model
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
static::build
| Parameter | |
|---|---|
| Name | Description | 
| name | stringRequired. The resource name of the Model Please see AMLClient::modelName() for help formatting this field. | 
| Returns | |
|---|---|
| Type | Description | 
| GetModelRequest | |