Reference documentation and code samples for the Google Cloud Financial Services V1 Client class ExportBacktestResultMetadataRequest.
Request for exporting BacktestResult metadata.
Generated from protobuf message google.cloud.financialservices.v1.ExportBacktestResultMetadataRequest
Namespace
Google \ Cloud \ FinancialServices \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ backtest_result |
string
Required. The resource name of the BacktestResult. |
↳ structured_metadata_destination |
BigQueryDestination
Required. BigQuery output where the metadata will be written. |
getBacktestResult
Required. The resource name of the BacktestResult.
Returns | |
---|---|
Type | Description |
string |
setBacktestResult
Required. The resource name of the BacktestResult.
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 |
backtestResult |
string
Required. The resource name of the BacktestResult. Please see AMLClient::backtestResultName() for help formatting this field. |
structuredMetadataDestination |
BigQueryDestination
Required. BigQuery output where the metadata will be written. |
Returns | |
---|---|
Type | Description |
ExportBacktestResultMetadataRequest |