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:



1516
1517
1518
1519
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1516

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:



1516
1517
1518
1519
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1516

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