public sealed class ModelEvaluationSlice.Types.Slice.Types.SliceSpec.Types.Range : IMessage<ModelEvaluationSlice.Types.Slice.Types.SliceSpec.Types.Range>, IEquatable<ModelEvaluationSlice.Types.Slice.Types.SliceSpec.Types.Range>, IDeepCloneable<ModelEvaluationSlice.Types.Slice.Types.SliceSpec.Types.Range>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ModelEvaluationSlice.Types.Slice.Types.SliceSpec.Types.Range.
A range of values for slice(s).
low is inclusive, high is exclusive.
Implements
IMessageModelEvaluationSliceTypesSliceTypesSliceSpecTypesRange, IEquatableModelEvaluationSliceTypesSliceTypesSliceSpecTypesRange, IDeepCloneableModelEvaluationSliceTypesSliceTypesSliceSpecTypesRange, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
Range()
public Range()Range(Range)
public Range(ModelEvaluationSlice.Types.Slice.Types.SliceSpec.Types.Range other)| Parameter | |
|---|---|
| Name | Description |
other |
ModelEvaluationSliceTypesSliceTypesSliceSpecTypesRange |
Properties
High
public float High { get; set; }Exclusive high value for the range.
| Property Value | |
|---|---|
| Type | Description |
float |
|
Low
public float Low { get; set; }Inclusive low value for the range.
| Property Value | |
|---|---|
| Type | Description |
float |
|