public interface FeatureValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BoolArray |
getBoolArrayValue()
A list of bool type feature value.
|
BoolArrayOrBuilder |
getBoolArrayValueOrBuilder()
A list of bool type feature value.
|
boolean |
getBoolValue()
Bool type feature value.
|
com.google.protobuf.ByteString |
getBytesValue()
Bytes feature value.
|
DoubleArray |
getDoubleArrayValue()
A list of double type feature value.
|
DoubleArrayOrBuilder |
getDoubleArrayValueOrBuilder()
A list of double type feature value.
|
double |
getDoubleValue()
Double type feature value.
|
Int64Array |
getInt64ArrayValue()
A list of int64 type feature value.
|
Int64ArrayOrBuilder |
getInt64ArrayValueOrBuilder()
A list of int64 type feature value.
|
long |
getInt64Value()
Int64 feature value.
|
FeatureValue.Metadata |
getMetadata()
Metadata of feature value.
|
FeatureValue.MetadataOrBuilder |
getMetadataOrBuilder()
Metadata of feature value.
|
StringArray |
getStringArrayValue()
A list of string type feature value.
|
StringArrayOrBuilder |
getStringArrayValueOrBuilder()
A list of string type feature value.
|
String |
getStringValue()
String feature value.
|
com.google.protobuf.ByteString |
getStringValueBytes()
String feature value.
|
FeatureValue.ValueCase |
getValueCase() |
boolean |
hasBoolArrayValue()
A list of bool type feature value.
|
boolean |
hasBoolValue()
Bool type feature value.
|
boolean |
hasBytesValue()
Bytes feature value.
|
boolean |
hasDoubleArrayValue()
A list of double type feature value.
|
boolean |
hasDoubleValue()
Double type feature value.
|
boolean |
hasInt64ArrayValue()
A list of int64 type feature value.
|
boolean |
hasInt64Value()
Int64 feature value.
|
boolean |
hasMetadata()
Metadata of feature value.
|
boolean |
hasStringArrayValue()
A list of string type feature value.
|
boolean |
hasStringValue()
String feature value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasBoolValue()
Bool type feature value.
bool bool_value = 1;boolean getBoolValue()
Bool type feature value.
bool bool_value = 1;boolean hasDoubleValue()
Double type feature value.
double double_value = 2;double getDoubleValue()
Double type feature value.
double double_value = 2;boolean hasInt64Value()
Int64 feature value.
int64 int64_value = 5;long getInt64Value()
Int64 feature value.
int64 int64_value = 5;boolean hasStringValue()
String feature value.
string string_value = 6;String getStringValue()
String feature value.
string string_value = 6;com.google.protobuf.ByteString getStringValueBytes()
String feature value.
string string_value = 6;boolean hasBoolArrayValue()
A list of bool type feature value.
.google.cloud.aiplatform.v1.BoolArray bool_array_value = 7;BoolArray getBoolArrayValue()
A list of bool type feature value.
.google.cloud.aiplatform.v1.BoolArray bool_array_value = 7;BoolArrayOrBuilder getBoolArrayValueOrBuilder()
A list of bool type feature value.
.google.cloud.aiplatform.v1.BoolArray bool_array_value = 7;boolean hasDoubleArrayValue()
A list of double type feature value.
.google.cloud.aiplatform.v1.DoubleArray double_array_value = 8;DoubleArray getDoubleArrayValue()
A list of double type feature value.
.google.cloud.aiplatform.v1.DoubleArray double_array_value = 8;DoubleArrayOrBuilder getDoubleArrayValueOrBuilder()
A list of double type feature value.
.google.cloud.aiplatform.v1.DoubleArray double_array_value = 8;boolean hasInt64ArrayValue()
A list of int64 type feature value.
.google.cloud.aiplatform.v1.Int64Array int64_array_value = 11;Int64Array getInt64ArrayValue()
A list of int64 type feature value.
.google.cloud.aiplatform.v1.Int64Array int64_array_value = 11;Int64ArrayOrBuilder getInt64ArrayValueOrBuilder()
A list of int64 type feature value.
.google.cloud.aiplatform.v1.Int64Array int64_array_value = 11;boolean hasStringArrayValue()
A list of string type feature value.
.google.cloud.aiplatform.v1.StringArray string_array_value = 12;StringArray getStringArrayValue()
A list of string type feature value.
.google.cloud.aiplatform.v1.StringArray string_array_value = 12;StringArrayOrBuilder getStringArrayValueOrBuilder()
A list of string type feature value.
.google.cloud.aiplatform.v1.StringArray string_array_value = 12;boolean hasBytesValue()
Bytes feature value.
bytes bytes_value = 13;com.google.protobuf.ByteString getBytesValue()
Bytes feature value.
bytes bytes_value = 13;boolean hasMetadata()
Metadata of feature value.
.google.cloud.aiplatform.v1.FeatureValue.Metadata metadata = 14;FeatureValue.Metadata getMetadata()
Metadata of feature value.
.google.cloud.aiplatform.v1.FeatureValue.Metadata metadata = 14;FeatureValue.MetadataOrBuilder getMetadataOrBuilder()
Metadata of feature value.
.google.cloud.aiplatform.v1.FeatureValue.Metadata metadata = 14;FeatureValue.ValueCase getValueCase()
Copyright © 2024 Google LLC. All rights reserved.