Class: Google::Cloud::VisionAI::V1::CustomProcessorSourceInfo::ModelSchema

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

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.

Returns:



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.

Returns:



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.

Returns:



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