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.
Instance Attribute Details
#high ⇒ ::Float
Returns Exclusive high value for the range.
178 179 180 181 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_evaluation_slice.rb', line 178 class Range include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#low ⇒ ::Float
Returns Inclusive low value for the range.
178 179 180 181 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_evaluation_slice.rb', line 178 class Range include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |