Reference documentation and code samples for the Financial Services V1 API class Google::Cloud::FinancialServices::V1::ExportPredictionResultMetadataRequest.
Request for exporting PredictionResult metadata.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#prediction_result
def prediction_result() -> ::String
Returns
- (::String) — Required. The resource name of the PredictionResult.
#prediction_result=
def prediction_result=(value) -> ::String
Parameter
- value (::String) — Required. The resource name of the PredictionResult.
Returns
- (::String) — Required. The resource name of the PredictionResult.
#structured_metadata_destination
def structured_metadata_destination() -> ::Google::Cloud::FinancialServices::V1::BigQueryDestination
Returns
- (::Google::Cloud::FinancialServices::V1::BigQueryDestination) — Required. BigQuery output where the metadata will be written.
#structured_metadata_destination=
def structured_metadata_destination=(value) -> ::Google::Cloud::FinancialServices::V1::BigQueryDestination
Parameter
- value (::Google::Cloud::FinancialServices::V1::BigQueryDestination) — Required. BigQuery output where the metadata will be written.
Returns
- (::Google::Cloud::FinancialServices::V1::BigQueryDestination) — Required. BigQuery output where the metadata will be written.