Class: Google::Cloud::AIPlatform::V1::CometInput

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb

Overview

Input for Comet metric.

Instance Attribute Summary collapse

Instance Attribute Details

#instance::Google::Cloud::AIPlatform::V1::CometInstance

Returns Required. Comet instance.

Returns:



1416
1417
1418
1419
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1416

class CometInput
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#metric_spec::Google::Cloud::AIPlatform::V1::CometSpec

Returns Required. Spec for comet metric.

Returns:



1416
1417
1418
1419
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1416

class CometInput
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end