Class: Google::Cloud::AIPlatform::V1::ModelEvaluationSlice::Slice::SliceSpec::Range

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/model_evaluation_slice.rb

Overview

A range of values for slice(s). low is inclusive, high is exclusive.

Instance Attribute Summary collapse

Instance Attribute Details

#high::Float

Returns Exclusive high value for the range.

Returns:

  • (::Float)

    Exclusive high value for the range.



172
173
174
175
# File 'proto_docs/google/cloud/aiplatform/v1/model_evaluation_slice.rb', line 172

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

#low::Float

Returns Inclusive low value for the range.

Returns:

  • (::Float)

    Inclusive low value for the range.



172
173
174
175
# File 'proto_docs/google/cloud/aiplatform/v1/model_evaluation_slice.rb', line 172

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