Class: Google::Cloud::AIPlatform::V1::ContentMap

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

Map of placeholder in metric prompt template to contents of model input.

Defined Under Namespace

Classes: Contents, ValuesEntry

Instance Attribute Summary collapse

Instance Attribute Details

#values::Google::Protobuf::Map{::String => ::Google::Cloud::AIPlatform::V1::ContentMap::Contents}

Returns Optional. Map of placeholder to contents.

Returns:



2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 2031

class ContentMap
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Repeated Content type.
  # @!attribute [rw] contents
  #   @return [::Array<::Google::Cloud::AIPlatform::V1::Content>]
  #     Optional. Repeated contents.
  class Contents
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::AIPlatform::V1::ContentMap::Contents]
  class ValuesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end