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 DoubleArrayDoubleArray.Builder. build()DoubleArrayDoubleArray.Builder. buildPartial()static DoubleArrayDoubleArray. getDefaultInstance()DoubleArrayDoubleArray.Builder. getDefaultInstanceForType()DoubleArrayDoubleArray. getDefaultInstanceForType()DoubleArrayFeatureValue.Builder. getDoubleArrayValue()A list of double type feature value.DoubleArrayFeatureValue. getDoubleArrayValue()A list of double type feature value.DoubleArrayFeatureValueOrBuilder. getDoubleArrayValue()A list of double type feature value.static DoubleArrayDoubleArray. parseDelimitedFrom(InputStream input)static DoubleArrayDoubleArray. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DoubleArrayDoubleArray. parseFrom(byte[] data)static DoubleArrayDoubleArray. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DoubleArrayDoubleArray. parseFrom(com.google.protobuf.ByteString data)static DoubleArrayDoubleArray. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DoubleArrayDoubleArray. parseFrom(com.google.protobuf.CodedInputStream input)static DoubleArrayDoubleArray. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DoubleArrayDoubleArray. parseFrom(InputStream input)static DoubleArrayDoubleArray. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DoubleArrayDoubleArray. parseFrom(ByteBuffer data)static DoubleArrayDoubleArray. 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.BuilderFeatureValue.Builder. mergeDoubleArrayValue(DoubleArray value)A list of double type feature value.DoubleArray.BuilderDoubleArray.Builder. mergeFrom(DoubleArray other)static DoubleArray.BuilderDoubleArray. newBuilder(DoubleArray prototype)FeatureValue.BuilderFeatureValue.Builder. setDoubleArrayValue(DoubleArray value)A list of double type feature value.
-