Class: Google::Cloud::AIPlatform::V1::ModelEvaluationSlice::Slice::SliceSpec::Range
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ModelEvaluationSlice::Slice::SliceSpec::Range
- 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
-
#high ⇒ ::Float
Exclusive high value for the range.
-
#low ⇒ ::Float
Inclusive low value for the range.