Class: Google::Cloud::FinancialServices::V1::PredictionResult::Outputs
- Inherits:
-
Object
- Object
- Google::Cloud::FinancialServices::V1::PredictionResult::Outputs
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/financialservices/v1/prediction_result.rb
Overview
Outputs is a list of places where the operation will write results.
Instance Attribute Summary collapse
-
#explainability_destination ⇒ ::Google::Cloud::FinancialServices::V1::BigQueryDestination
The location to output explainability information.
-
#prediction_destination ⇒ ::Google::Cloud::FinancialServices::V1::BigQueryDestination
Required.
Instance Attribute Details
#explainability_destination ⇒ ::Google::Cloud::FinancialServices::V1::BigQueryDestination
Returns The location to output explainability information. If not specified no explainability data will be output.
84 85 86 87 |
# File 'proto_docs/google/cloud/financialservices/v1/prediction_result.rb', line 84 class Outputs include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#prediction_destination ⇒ ::Google::Cloud::FinancialServices::V1::BigQueryDestination
Returns Required. The location to output the predictions.
84 85 86 87 |
# File 'proto_docs/google/cloud/financialservices/v1/prediction_result.rb', line 84 class Outputs include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |