Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ModelEvaluationSlice::Slice::SliceSpec::Range (v0.21.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ModelEvaluationSlice::Slice::SliceSpec::Range.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#high

def high() -> ::Float
Returns
  • (::Float) — Exclusive high value for the range.

#high=

def high=(value) -> ::Float
Parameter
  • value (::Float) — Exclusive high value for the range.
Returns
  • (::Float) — Exclusive high value for the range.

#low

def low() -> ::Float
Returns
  • (::Float) — Inclusive low value for the range.

#low=

def low=(value) -> ::Float
Parameter
  • value (::Float) — Inclusive low value for the range.
Returns
  • (::Float) — Inclusive low value for the range.