Class ModelMonitoringStatsDataPoint.TypedValue (3.45.0)

public static final class ModelMonitoringStatsDataPoint.TypedValue extends GeneratedMessageV3 implements ModelMonitoringStatsDataPoint.TypedValueOrBuilder

Typed value of the statistics.

Protobuf type google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ModelMonitoringStatsDataPoint.TypedValue

Static Fields

DISTRIBUTION_VALUE_FIELD_NUMBER

public static final int DISTRIBUTION_VALUE_FIELD_NUMBER
Field Value
Type Description
int

DOUBLE_VALUE_FIELD_NUMBER

public static final int DOUBLE_VALUE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ModelMonitoringStatsDataPoint.TypedValue getDefaultInstance()
Returns
Type Description
ModelMonitoringStatsDataPoint.TypedValue

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ModelMonitoringStatsDataPoint.TypedValue.Builder newBuilder()
Returns
Type Description
ModelMonitoringStatsDataPoint.TypedValue.Builder

newBuilder(ModelMonitoringStatsDataPoint.TypedValue prototype)

public static ModelMonitoringStatsDataPoint.TypedValue.Builder newBuilder(ModelMonitoringStatsDataPoint.TypedValue prototype)
Parameter
Name Description
prototype ModelMonitoringStatsDataPoint.TypedValue
Returns
Type Description
ModelMonitoringStatsDataPoint.TypedValue.Builder

parseDelimitedFrom(InputStream input)

public static ModelMonitoringStatsDataPoint.TypedValue parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ModelMonitoringStatsDataPoint.TypedValue
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ModelMonitoringStatsDataPoint.TypedValue parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ModelMonitoringStatsDataPoint.TypedValue
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ModelMonitoringStatsDataPoint.TypedValue parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ModelMonitoringStatsDataPoint.TypedValue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ModelMonitoringStatsDataPoint.TypedValue parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ModelMonitoringStatsDataPoint.TypedValue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ModelMonitoringStatsDataPoint.TypedValue parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ModelMonitoringStatsDataPoint.TypedValue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ModelMonitoringStatsDataPoint.TypedValue parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ModelMonitoringStatsDataPoint.TypedValue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ModelMonitoringStatsDataPoint.TypedValue parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ModelMonitoringStatsDataPoint.TypedValue
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ModelMonitoringStatsDataPoint.TypedValue parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ModelMonitoringStatsDataPoint.TypedValue
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ModelMonitoringStatsDataPoint.TypedValue parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ModelMonitoringStatsDataPoint.TypedValue
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ModelMonitoringStatsDataPoint.TypedValue parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ModelMonitoringStatsDataPoint.TypedValue
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ModelMonitoringStatsDataPoint.TypedValue parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ModelMonitoringStatsDataPoint.TypedValue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ModelMonitoringStatsDataPoint.TypedValue parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ModelMonitoringStatsDataPoint.TypedValue
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ModelMonitoringStatsDataPoint.TypedValue> parser()
Returns
Type Description
Parser<TypedValue>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ModelMonitoringStatsDataPoint.TypedValue getDefaultInstanceForType()
Returns
Type Description
ModelMonitoringStatsDataPoint.TypedValue

getDistributionValue()

public ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue getDistributionValue()

Distribution.

.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue distribution_value = 2;

Returns
Type Description
ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue

The distributionValue.

getDistributionValueOrBuilder()

public ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValueOrBuilder getDistributionValueOrBuilder()

Distribution.

.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue distribution_value = 2;

Returns
Type Description
ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValueOrBuilder

getDoubleValue()

public double getDoubleValue()

Double.

double double_value = 1;

Returns
Type Description
double

The doubleValue.

getParserForType()

public Parser<ModelMonitoringStatsDataPoint.TypedValue> getParserForType()
Returns
Type Description
Parser<TypedValue>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getValueCase()

public ModelMonitoringStatsDataPoint.TypedValue.ValueCase getValueCase()
Returns
Type Description
ModelMonitoringStatsDataPoint.TypedValue.ValueCase

hasDistributionValue()

public boolean hasDistributionValue()

Distribution.

.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue distribution_value = 2;

Returns
Type Description
boolean

Whether the distributionValue field is set.

hasDoubleValue()

public boolean hasDoubleValue()

Double.

double double_value = 1;

Returns
Type Description
boolean

Whether the doubleValue field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ModelMonitoringStatsDataPoint.TypedValue.Builder newBuilderForType()
Returns
Type Description
ModelMonitoringStatsDataPoint.TypedValue.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ModelMonitoringStatsDataPoint.TypedValue.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ModelMonitoringStatsDataPoint.TypedValue.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ModelMonitoringStatsDataPoint.TypedValue.Builder toBuilder()
Returns
Type Description
ModelMonitoringStatsDataPoint.TypedValue.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException