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