Class: Google::Cloud::AIPlatform::V1::CometInstance

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

Spec for Comet instance - The fields used for evaluation are dependent on the comet version.

Instance Attribute Summary collapse

Instance Attribute Details

#prediction::String

Returns Required. Output of the evaluated model.

Returns:

  • (::String)

    Required. Output of the evaluated model.



1458
1459
1460
1461
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1458

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

#reference::String

Returns Optional. Ground truth used to compare against the prediction.

Returns:

  • (::String)

    Optional. Ground truth used to compare against the prediction.



1458
1459
1460
1461
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1458

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

#source::String

Returns Optional. Source text in original language.

Returns:

  • (::String)

    Optional. Source text in original language.



1458
1459
1460
1461
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1458

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