Class: Google::Cloud::AIPlatform::V1::SummarizationVerbosityInstance

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 summarization verbosity instance.

Instance Attribute Summary collapse

Instance Attribute Details

#context::String

Returns Required. Text to be summarized.

Returns:

  • (::String)

    Required. Text to be summarized.



798
799
800
801
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 798

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

#instruction::String

Returns Optional. Summarization prompt for LLM.

Returns:

  • (::String)

    Optional. Summarization prompt for LLM.



798
799
800
801
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 798

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

#prediction::String

Returns Required. Output of the evaluated model.

Returns:

  • (::String)

    Required. Output of the evaluated model.



798
799
800
801
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 798

class SummarizationVerbosityInstance
  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.



798
799
800
801
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 798

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