Class: Google::Cloud::FinancialServices::V1::ExportModelMetadataRequest
- Inherits:
-
Object
- Object
- Google::Cloud::FinancialServices::V1::ExportModelMetadataRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/financialservices/v1/model.rb
Overview
Request for exporting Model metadata.
Instance Attribute Summary collapse
-
#model ⇒ ::String
Required.
-
#structured_metadata_destination ⇒ ::Google::Cloud::FinancialServices::V1::BigQueryDestination
Required.
Instance Attribute Details
#model ⇒ ::String
Returns Required. The resource name of the Model.
243 244 245 246 |
# File 'proto_docs/google/cloud/financialservices/v1/model.rb', line 243 class ExportModelMetadataRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#structured_metadata_destination ⇒ ::Google::Cloud::FinancialServices::V1::BigQueryDestination
Returns Required. BigQuery output where the metadata will be written.
243 244 245 246 |
# File 'proto_docs/google/cloud/financialservices/v1/model.rb', line 243 class ExportModelMetadataRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |