| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1 |
| Modifier and Type | Method and Description |
|---|---|
static IndexDatapoint.NumericRestriction.Operator |
IndexDatapoint.NumericRestriction.Operator.forNumber(int value) |
IndexDatapoint.NumericRestriction.Operator |
IndexDatapoint.NumericRestrictionOrBuilder.getOp()
This MUST be specified for queries and must NOT be specified for
datapoints.
|
IndexDatapoint.NumericRestriction.Operator |
IndexDatapoint.NumericRestriction.getOp()
This MUST be specified for queries and must NOT be specified for
datapoints.
|
IndexDatapoint.NumericRestriction.Operator |
IndexDatapoint.NumericRestriction.Builder.getOp()
This MUST be specified for queries and must NOT be specified for
datapoints.
|
static IndexDatapoint.NumericRestriction.Operator |
IndexDatapoint.NumericRestriction.Operator.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static IndexDatapoint.NumericRestriction.Operator |
IndexDatapoint.NumericRestriction.Operator.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static IndexDatapoint.NumericRestriction.Operator |
IndexDatapoint.NumericRestriction.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexDatapoint.NumericRestriction.Operator[] |
IndexDatapoint.NumericRestriction.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<IndexDatapoint.NumericRestriction.Operator> |
IndexDatapoint.NumericRestriction.Operator.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
IndexDatapoint.NumericRestriction.Builder |
IndexDatapoint.NumericRestriction.Builder.setOp(IndexDatapoint.NumericRestriction.Operator value)
This MUST be specified for queries and must NOT be specified for
datapoints.
|
Copyright © 2023 Google LLC. All rights reserved.