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