Interface FeatureValueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureValue
,FeatureValue.Builder
public interface FeatureValueOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasBoolValue
boolean hasBoolValue()
Bool type feature value.
bool bool_value = 1;
- Returns:
- Whether the boolValue field is set.
-
getBoolValue
boolean getBoolValue()
Bool type feature value.
bool bool_value = 1;
- Returns:
- The boolValue.
-
hasDoubleValue
boolean hasDoubleValue()
Double type feature value.
double double_value = 2;
- Returns:
- Whether the doubleValue field is set.
-
getDoubleValue
double getDoubleValue()
Double type feature value.
double double_value = 2;
- Returns:
- The doubleValue.
-
hasInt64Value
boolean hasInt64Value()
Int64 feature value.
int64 int64_value = 5;
- Returns:
- Whether the int64Value field is set.
-
getInt64Value
long getInt64Value()
Int64 feature value.
int64 int64_value = 5;
- Returns:
- The int64Value.
-
hasStringValue
boolean hasStringValue()
String feature value.
string string_value = 6;
- Returns:
- Whether the stringValue field is set.
-
getStringValue
String getStringValue()
String feature value.
string string_value = 6;
- Returns:
- The stringValue.
-
getStringValueBytes
com.google.protobuf.ByteString getStringValueBytes()
String feature value.
string string_value = 6;
- Returns:
- The bytes for stringValue.
-
hasBoolArrayValue
boolean hasBoolArrayValue()
A list of bool type feature value.
.google.cloud.aiplatform.v1beta1.BoolArray bool_array_value = 7;
- Returns:
- Whether the boolArrayValue field is set.
-
getBoolArrayValue
BoolArray getBoolArrayValue()
A list of bool type feature value.
.google.cloud.aiplatform.v1beta1.BoolArray bool_array_value = 7;
- Returns:
- The boolArrayValue.
-
getBoolArrayValueOrBuilder
BoolArrayOrBuilder getBoolArrayValueOrBuilder()
A list of bool type feature value.
.google.cloud.aiplatform.v1beta1.BoolArray bool_array_value = 7;
-
hasDoubleArrayValue
boolean hasDoubleArrayValue()
A list of double type feature value.
.google.cloud.aiplatform.v1beta1.DoubleArray double_array_value = 8;
- Returns:
- Whether the doubleArrayValue field is set.
-
getDoubleArrayValue
DoubleArray getDoubleArrayValue()
A list of double type feature value.
.google.cloud.aiplatform.v1beta1.DoubleArray double_array_value = 8;
- Returns:
- The doubleArrayValue.
-
getDoubleArrayValueOrBuilder
DoubleArrayOrBuilder getDoubleArrayValueOrBuilder()
A list of double type feature value.
.google.cloud.aiplatform.v1beta1.DoubleArray double_array_value = 8;
-
hasInt64ArrayValue
boolean hasInt64ArrayValue()
A list of int64 type feature value.
.google.cloud.aiplatform.v1beta1.Int64Array int64_array_value = 11;
- Returns:
- Whether the int64ArrayValue field is set.
-
getInt64ArrayValue
Int64Array getInt64ArrayValue()
A list of int64 type feature value.
.google.cloud.aiplatform.v1beta1.Int64Array int64_array_value = 11;
- Returns:
- The int64ArrayValue.
-
getInt64ArrayValueOrBuilder
Int64ArrayOrBuilder getInt64ArrayValueOrBuilder()
A list of int64 type feature value.
.google.cloud.aiplatform.v1beta1.Int64Array int64_array_value = 11;
-
hasStringArrayValue
boolean hasStringArrayValue()
A list of string type feature value.
.google.cloud.aiplatform.v1beta1.StringArray string_array_value = 12;
- Returns:
- Whether the stringArrayValue field is set.
-
getStringArrayValue
StringArray getStringArrayValue()
A list of string type feature value.
.google.cloud.aiplatform.v1beta1.StringArray string_array_value = 12;
- Returns:
- The stringArrayValue.
-
getStringArrayValueOrBuilder
StringArrayOrBuilder getStringArrayValueOrBuilder()
A list of string type feature value.
.google.cloud.aiplatform.v1beta1.StringArray string_array_value = 12;
-
hasBytesValue
boolean hasBytesValue()
Bytes feature value.
bytes bytes_value = 13;
- Returns:
- Whether the bytesValue field is set.
-
getBytesValue
com.google.protobuf.ByteString getBytesValue()
Bytes feature value.
bytes bytes_value = 13;
- Returns:
- The bytesValue.
-
hasMetadata
boolean hasMetadata()
Metadata of feature value.
.google.cloud.aiplatform.v1beta1.FeatureValue.Metadata metadata = 14;
- Returns:
- Whether the metadata field is set.
-
getMetadata
FeatureValue.Metadata getMetadata()
Metadata of feature value.
.google.cloud.aiplatform.v1beta1.FeatureValue.Metadata metadata = 14;
- Returns:
- The metadata.
-
getMetadataOrBuilder
FeatureValue.MetadataOrBuilder getMetadataOrBuilder()
Metadata of feature value.
.google.cloud.aiplatform.v1beta1.FeatureValue.Metadata metadata = 14;
-
getValueCase
FeatureValue.ValueCase getValueCase()
-
-