Class: Google::Cloud::AIPlatform::V1::PredictSchemata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PredictSchemata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model.rb
Overview
Contains the schemata used in Model's predictions and explanations via PredictionService.Predict, PredictionService.Explain and BatchPredictionJob.
Instance Attribute Summary collapse
-
#instance_schema_uri ⇒ ::String
Immutable.
-
#parameters_schema_uri ⇒ ::String
Immutable.
-
#prediction_schema_uri ⇒ ::String
Immutable.
Instance Attribute Details
#instance_schema_uri ⇒ ::String
544 545 546 547 |
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 544 class PredictSchemata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parameters_schema_uri ⇒ ::String
544 545 546 547 |
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 544 class PredictSchemata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#prediction_schema_uri ⇒ ::String
544 545 546 547 |
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 544 class PredictSchemata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |