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