Class: Google::Cloud::AIPlatform::V1::SafetyResult

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 safety result.

Instance Attribute Summary collapse

Instance Attribute Details

#confidence::Float (readonly)

Returns Output only. Confidence for safety score.

Returns:

  • (::Float)

    Output only. Confidence for safety score.



494
495
496
497
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 494

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

#explanation::String (readonly)

Returns Output only. Explanation for safety score.

Returns:

  • (::String)

    Output only. Explanation for safety score.



494
495
496
497
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 494

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

#score::Float (readonly)

Returns Output only. Safety score.

Returns:

  • (::Float)

    Output only. Safety score.



494
495
496
497
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 494

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