Google Cloud Financial Services V1 Client - Class ExportModelMetadataRequest (0.2.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Financial Services V1 Client class ExportModelMetadataRequest.
Request for exporting Model metadata.
Generated from protobuf message google.cloud.financialservices.v1.ExportModelMetadataRequest
Namespace
Google \ Cloud \ FinancialServices \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ model |
string
Required. The resource name of the Model. |
↳ structured_metadata_destination |
BigQueryDestination
Required. BigQuery output where the metadata will be written. |
getModel
Required. The resource name of the Model.
| Returns | |
|---|---|
| Type | Description |
string |
|
setModel
Required. The resource name of the Model.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStructuredMetadataDestination
Required. BigQuery output where the metadata will be written.
| Returns | |
|---|---|
| Type | Description |
BigQueryDestination|null |
|
hasStructuredMetadataDestination
clearStructuredMetadataDestination
setStructuredMetadataDestination
Required. BigQuery output where the metadata will be written.
| Parameter | |
|---|---|
| Name | Description |
var |
BigQueryDestination
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
model |
string
Required. The resource name of the Model. Please see AMLClient::modelName() for help formatting this field. |
structuredMetadataDestination |
BigQueryDestination
Required. BigQuery output where the metadata will be written. |
| Returns | |
|---|---|
| Type | Description |
ExportModelMetadataRequest |
|