Reference documentation and code samples for the Financial Services V1 API class Google::Cloud::FinancialServices::V1::PredictionResult::Outputs.
Outputs is a list of places where the operation will write results.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#explainability_destination
def explainability_destination() -> ::Google::Cloud::FinancialServices::V1::BigQueryDestination
Returns
- (::Google::Cloud::FinancialServices::V1::BigQueryDestination) — The location to output explainability information. If not specified no explainability data will be output.
#explainability_destination=
def explainability_destination=(value) -> ::Google::Cloud::FinancialServices::V1::BigQueryDestination
Parameter
- value (::Google::Cloud::FinancialServices::V1::BigQueryDestination) — The location to output explainability information. If not specified no explainability data will be output.
Returns
- (::Google::Cloud::FinancialServices::V1::BigQueryDestination) — The location to output explainability information. If not specified no explainability data will be output.
#prediction_destination
def prediction_destination() -> ::Google::Cloud::FinancialServices::V1::BigQueryDestination
Returns
- (::Google::Cloud::FinancialServices::V1::BigQueryDestination) — Required. The location to output the predictions.
#prediction_destination=
def prediction_destination=(value) -> ::Google::Cloud::FinancialServices::V1::BigQueryDestination
Parameter
- value (::Google::Cloud::FinancialServices::V1::BigQueryDestination) — Required. The location to output the predictions.
Returns
- (::Google::Cloud::FinancialServices::V1::BigQueryDestination) — Required. The location to output the predictions.