Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::FeatureValue.
Value for a feature.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bool_array_value
def bool_array_value() -> ::Google::Cloud::AIPlatform::V1::BoolArray-
(::Google::Cloud::AIPlatform::V1::BoolArray) — A list of bool type feature value.
Note: The following fields are mutually exclusive:
bool_array_value,bool_value,double_value,int64_value,string_value,double_array_value,int64_array_value,string_array_value,bytes_value,struct_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
#bool_array_value=
def bool_array_value=(value) -> ::Google::Cloud::AIPlatform::V1::BoolArray-
value (::Google::Cloud::AIPlatform::V1::BoolArray) — A list of bool type feature value.
Note: The following fields are mutually exclusive:
bool_array_value,bool_value,double_value,int64_value,string_value,double_array_value,int64_array_value,string_array_value,bytes_value,struct_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::AIPlatform::V1::BoolArray) — A list of bool type feature value.
Note: The following fields are mutually exclusive:
bool_array_value,bool_value,double_value,int64_value,string_value,double_array_value,int64_array_value,string_array_value,bytes_value,struct_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
#bool_value
def bool_value() -> ::Boolean-
(::Boolean) — Bool type feature value.
Note: The following fields are mutually exclusive:
bool_value,double_value,int64_value,string_value,bool_array_value,double_array_value,int64_array_value,string_array_value,bytes_value,struct_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
#bool_value=
def bool_value=(value) -> ::Boolean-
value (::Boolean) — Bool type feature value.
Note: The following fields are mutually exclusive:
bool_value,double_value,int64_value,string_value,bool_array_value,double_array_value,int64_array_value,string_array_value,bytes_value,struct_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Boolean) — Bool type feature value.
Note: The following fields are mutually exclusive:
bool_value,double_value,int64_value,string_value,bool_array_value,double_array_value,int64_array_value,string_array_value,bytes_value,struct_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
#bytes_value
def bytes_value() -> ::String-
(::String) — Bytes feature value.
Note: The following fields are mutually exclusive:
bytes_value,bool_value,double_value,int64_value,string_value,bool_array_value,double_array_value,int64_array_value,string_array_value,struct_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
#bytes_value=
def bytes_value=(value) -> ::String-
value (::String) — Bytes feature value.
Note: The following fields are mutually exclusive:
bytes_value,bool_value,double_value,int64_value,string_value,bool_array_value,double_array_value,int64_array_value,string_array_value,struct_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Bytes feature value.
Note: The following fields are mutually exclusive:
bytes_value,bool_value,double_value,int64_value,string_value,bool_array_value,double_array_value,int64_array_value,string_array_value,struct_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
#double_array_value
def double_array_value() -> ::Google::Cloud::AIPlatform::V1::DoubleArray-
(::Google::Cloud::AIPlatform::V1::DoubleArray) — A list of double type feature value.
Note: The following fields are mutually exclusive:
double_array_value,bool_value,double_value,int64_value,string_value,bool_array_value,int64_array_value,string_array_value,bytes_value,struct_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
#double_array_value=
def double_array_value=(value) -> ::Google::Cloud::AIPlatform::V1::DoubleArray-
value (::Google::Cloud::AIPlatform::V1::DoubleArray) — A list of double type feature value.
Note: The following fields are mutually exclusive:
double_array_value,bool_value,double_value,int64_value,string_value,bool_array_value,int64_array_value,string_array_value,bytes_value,struct_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::AIPlatform::V1::DoubleArray) — A list of double type feature value.
Note: The following fields are mutually exclusive:
double_array_value,bool_value,double_value,int64_value,string_value,bool_array_value,int64_array_value,string_array_value,bytes_value,struct_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
#double_value
def double_value() -> ::Float-
(::Float) — Double type feature value.
Note: The following fields are mutually exclusive:
double_value,bool_value,int64_value,string_value,bool_array_value,double_array_value,int64_array_value,string_array_value,bytes_value,struct_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
#double_value=
def double_value=(value) -> ::Float-
value (::Float) — Double type feature value.
Note: The following fields are mutually exclusive:
double_value,bool_value,int64_value,string_value,bool_array_value,double_array_value,int64_array_value,string_array_value,bytes_value,struct_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Float) — Double type feature value.
Note: The following fields are mutually exclusive:
double_value,bool_value,int64_value,string_value,bool_array_value,double_array_value,int64_array_value,string_array_value,bytes_value,struct_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
#int64_array_value
def int64_array_value() -> ::Google::Cloud::AIPlatform::V1::Int64Array-
(::Google::Cloud::AIPlatform::V1::Int64Array) — A list of int64 type feature value.
Note: The following fields are mutually exclusive:
int64_array_value,bool_value,double_value,int64_value,string_value,bool_array_value,double_array_value,string_array_value,bytes_value,struct_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
#int64_array_value=
def int64_array_value=(value) -> ::Google::Cloud::AIPlatform::V1::Int64Array-
value (::Google::Cloud::AIPlatform::V1::Int64Array) — A list of int64 type feature value.
Note: The following fields are mutually exclusive:
int64_array_value,bool_value,double_value,int64_value,string_value,bool_array_value,double_array_value,string_array_value,bytes_value,struct_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::AIPlatform::V1::Int64Array) — A list of int64 type feature value.
Note: The following fields are mutually exclusive:
int64_array_value,bool_value,double_value,int64_value,string_value,bool_array_value,double_array_value,string_array_value,bytes_value,struct_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
#int64_value
def int64_value() -> ::Integer-
(::Integer) — Int64 feature value.
Note: The following fields are mutually exclusive:
int64_value,bool_value,double_value,string_value,bool_array_value,double_array_value,int64_array_value,string_array_value,bytes_value,struct_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
#int64_value=
def int64_value=(value) -> ::Integer-
value (::Integer) — Int64 feature value.
Note: The following fields are mutually exclusive:
int64_value,bool_value,double_value,string_value,bool_array_value,double_array_value,int64_array_value,string_array_value,bytes_value,struct_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Integer) — Int64 feature value.
Note: The following fields are mutually exclusive:
int64_value,bool_value,double_value,string_value,bool_array_value,double_array_value,int64_array_value,string_array_value,bytes_value,struct_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
#metadata
def metadata() -> ::Google::Cloud::AIPlatform::V1::FeatureValue::Metadata- (::Google::Cloud::AIPlatform::V1::FeatureValue::Metadata) — Metadata of feature value.
#metadata=
def metadata=(value) -> ::Google::Cloud::AIPlatform::V1::FeatureValue::Metadata- value (::Google::Cloud::AIPlatform::V1::FeatureValue::Metadata) — Metadata of feature value.
- (::Google::Cloud::AIPlatform::V1::FeatureValue::Metadata) — Metadata of feature value.
#string_array_value
def string_array_value() -> ::Google::Cloud::AIPlatform::V1::StringArray-
(::Google::Cloud::AIPlatform::V1::StringArray) — A list of string type feature value.
Note: The following fields are mutually exclusive:
string_array_value,bool_value,double_value,int64_value,string_value,bool_array_value,double_array_value,int64_array_value,bytes_value,struct_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
#string_array_value=
def string_array_value=(value) -> ::Google::Cloud::AIPlatform::V1::StringArray-
value (::Google::Cloud::AIPlatform::V1::StringArray) — A list of string type feature value.
Note: The following fields are mutually exclusive:
string_array_value,bool_value,double_value,int64_value,string_value,bool_array_value,double_array_value,int64_array_value,bytes_value,struct_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::AIPlatform::V1::StringArray) — A list of string type feature value.
Note: The following fields are mutually exclusive:
string_array_value,bool_value,double_value,int64_value,string_value,bool_array_value,double_array_value,int64_array_value,bytes_value,struct_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
#string_value
def string_value() -> ::String-
(::String) — String feature value.
Note: The following fields are mutually exclusive:
string_value,bool_value,double_value,int64_value,bool_array_value,double_array_value,int64_array_value,string_array_value,bytes_value,struct_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
#string_value=
def string_value=(value) -> ::String-
value (::String) — String feature value.
Note: The following fields are mutually exclusive:
string_value,bool_value,double_value,int64_value,bool_array_value,double_array_value,int64_array_value,string_array_value,bytes_value,struct_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — String feature value.
Note: The following fields are mutually exclusive:
string_value,bool_value,double_value,int64_value,bool_array_value,double_array_value,int64_array_value,string_array_value,bytes_value,struct_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
#struct_value
def struct_value() -> ::Google::Cloud::AIPlatform::V1::StructValue-
(::Google::Cloud::AIPlatform::V1::StructValue) — A struct type feature value.
Note: The following fields are mutually exclusive:
struct_value,bool_value,double_value,int64_value,string_value,bool_array_value,double_array_value,int64_array_value,string_array_value,bytes_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
#struct_value=
def struct_value=(value) -> ::Google::Cloud::AIPlatform::V1::StructValue-
value (::Google::Cloud::AIPlatform::V1::StructValue) — A struct type feature value.
Note: The following fields are mutually exclusive:
struct_value,bool_value,double_value,int64_value,string_value,bool_array_value,double_array_value,int64_array_value,string_array_value,bytes_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::AIPlatform::V1::StructValue) — A struct type feature value.
Note: The following fields are mutually exclusive:
struct_value,bool_value,double_value,int64_value,string_value,bool_array_value,double_array_value,int64_array_value,string_array_value,bytes_value. If a field in that set is populated, all other fields in the set will automatically be cleared.