Class: Google::Cloud::FinancialServices::V1::PredictionResult::Outputs

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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