Package com.google.cloud.aiplatform.v1
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 BoolArraygetBoolArrayValue()A list of bool type feature value.BoolArrayOrBuildergetBoolArrayValueOrBuilder()A list of bool type feature value.booleangetBoolValue()Bool type feature value.com.google.protobuf.ByteStringgetBytesValue()Bytes feature value.DoubleArraygetDoubleArrayValue()A list of double type feature value.DoubleArrayOrBuildergetDoubleArrayValueOrBuilder()A list of double type feature value.doublegetDoubleValue()Double type feature value.Int64ArraygetInt64ArrayValue()A list of int64 type feature value.Int64ArrayOrBuildergetInt64ArrayValueOrBuilder()A list of int64 type feature value.longgetInt64Value()Int64 feature value.FeatureValue.MetadatagetMetadata()Metadata of feature value.FeatureValue.MetadataOrBuildergetMetadataOrBuilder()Metadata of feature value.StringArraygetStringArrayValue()A list of string type feature value.StringArrayOrBuildergetStringArrayValueOrBuilder()A list of string type feature value.StringgetStringValue()String feature value.com.google.protobuf.ByteStringgetStringValueBytes()String feature value.FeatureValue.ValueCasegetValueCase()booleanhasBoolArrayValue()A list of bool type feature value.booleanhasBoolValue()Bool type feature value.booleanhasBytesValue()Bytes feature value.booleanhasDoubleArrayValue()A list of double type feature value.booleanhasDoubleValue()Double type feature value.booleanhasInt64ArrayValue()A list of int64 type feature value.booleanhasInt64Value()Int64 feature value.booleanhasMetadata()Metadata of feature value.booleanhasStringArrayValue()A list of string type feature value.booleanhasStringValue()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.v1.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.v1.BoolArray bool_array_value = 7;- Returns:
- The boolArrayValue.
-
getBoolArrayValueOrBuilder
BoolArrayOrBuilder getBoolArrayValueOrBuilder()
A list of bool type feature value.
.google.cloud.aiplatform.v1.BoolArray bool_array_value = 7;
-
hasDoubleArrayValue
boolean hasDoubleArrayValue()
A list of double type feature value.
.google.cloud.aiplatform.v1.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.v1.DoubleArray double_array_value = 8;- Returns:
- The doubleArrayValue.
-
getDoubleArrayValueOrBuilder
DoubleArrayOrBuilder getDoubleArrayValueOrBuilder()
A list of double type feature value.
.google.cloud.aiplatform.v1.DoubleArray double_array_value = 8;
-
hasInt64ArrayValue
boolean hasInt64ArrayValue()
A list of int64 type feature value.
.google.cloud.aiplatform.v1.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.v1.Int64Array int64_array_value = 11;- Returns:
- The int64ArrayValue.
-
getInt64ArrayValueOrBuilder
Int64ArrayOrBuilder getInt64ArrayValueOrBuilder()
A list of int64 type feature value.
.google.cloud.aiplatform.v1.Int64Array int64_array_value = 11;
-
hasStringArrayValue
boolean hasStringArrayValue()
A list of string type feature value.
.google.cloud.aiplatform.v1.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.v1.StringArray string_array_value = 12;- Returns:
- The stringArrayValue.
-
getStringArrayValueOrBuilder
StringArrayOrBuilder getStringArrayValueOrBuilder()
A list of string type feature value.
.google.cloud.aiplatform.v1.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.v1.FeatureValue.Metadata metadata = 14;- Returns:
- Whether the metadata field is set.
-
getMetadata
FeatureValue.Metadata getMetadata()
Metadata of feature value.
.google.cloud.aiplatform.v1.FeatureValue.Metadata metadata = 14;- Returns:
- The metadata.
-
getMetadataOrBuilder
FeatureValue.MetadataOrBuilder getMetadataOrBuilder()
Metadata of feature value.
.google.cloud.aiplatform.v1.FeatureValue.Metadata metadata = 14;
-
getValueCase
FeatureValue.ValueCase getValueCase()
-
-