Uses of Class
com.google.cloud.aiplatform.v1beta1.BoolArray
-
Packages that use BoolArray Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of BoolArray in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return BoolArray Modifier and Type Method Description BoolArray
BoolArray.Builder. build()
BoolArray
BoolArray.Builder. buildPartial()
BoolArray
FeatureValue.Builder. getBoolArrayValue()
A list of bool type feature value.BoolArray
FeatureValue. getBoolArrayValue()
A list of bool type feature value.BoolArray
FeatureValueOrBuilder. getBoolArrayValue()
A list of bool type feature value.static BoolArray
BoolArray. getDefaultInstance()
BoolArray
BoolArray.Builder. getDefaultInstanceForType()
BoolArray
BoolArray. getDefaultInstanceForType()
static BoolArray
BoolArray. parseDelimitedFrom(InputStream input)
static BoolArray
BoolArray. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BoolArray
BoolArray. parseFrom(byte[] data)
static BoolArray
BoolArray. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BoolArray
BoolArray. parseFrom(com.google.protobuf.ByteString data)
static BoolArray
BoolArray. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BoolArray
BoolArray. parseFrom(com.google.protobuf.CodedInputStream input)
static BoolArray
BoolArray. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BoolArray
BoolArray. parseFrom(InputStream input)
static BoolArray
BoolArray. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BoolArray
BoolArray. parseFrom(ByteBuffer data)
static BoolArray
BoolArray. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type BoolArray Modifier and Type Method Description com.google.protobuf.Parser<BoolArray>
BoolArray. getParserForType()
static com.google.protobuf.Parser<BoolArray>
BoolArray. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type BoolArray Modifier and Type Method Description FeatureValue.Builder
FeatureValue.Builder. mergeBoolArrayValue(BoolArray value)
A list of bool type feature value.BoolArray.Builder
BoolArray.Builder. mergeFrom(BoolArray other)
static BoolArray.Builder
BoolArray. newBuilder(BoolArray prototype)
FeatureValue.Builder
FeatureValue.Builder. setBoolArrayValue(BoolArray value)
A list of bool type feature value.
-