Class: Google::Cloud::VisionAI::V1::CustomProcessorSourceInfo::ModelSchema
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::CustomProcessorSourceInfo::ModelSchema
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/platform.rb
Overview
The schema is defined as an OpenAPI 3.0.2 Schema Object.
Instance Attribute Summary collapse
-
#instances_schema ⇒ ::Google::Cloud::VisionAI::V1::GcsSource
Cloud Storage location to a YAML file that defines the format of a single instance used in prediction and explanation requests.
-
#parameters_schema ⇒ ::Google::Cloud::VisionAI::V1::GcsSource
Cloud Storage location to a YAML file that defines the prediction and explanation parameters.
-
#predictions_schema ⇒ ::Google::Cloud::VisionAI::V1::GcsSource
Cloud Storage location to a YAML file that defines the format of a single prediction or explanation.
Instance Attribute Details
#instances_schema ⇒ ::Google::Cloud::VisionAI::V1::GcsSource
Returns Cloud Storage location to a YAML file that defines the format of a single instance used in prediction and explanation requests.
1522 1523 1524 1525 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1522 class ModelSchema include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parameters_schema ⇒ ::Google::Cloud::VisionAI::V1::GcsSource
Returns Cloud Storage location to a YAML file that defines the prediction and explanation parameters.
1522 1523 1524 1525 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1522 class ModelSchema include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#predictions_schema ⇒ ::Google::Cloud::VisionAI::V1::GcsSource
Returns Cloud Storage location to a YAML file that defines the format of a single prediction or explanation.
1522 1523 1524 1525 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1522 class ModelSchema include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |