Class ModelMonitoringStatsDataPoint
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint
- All Implemented Interfaces:
ModelMonitoringStatsDataPointOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
@Generated
public final class ModelMonitoringStatsDataPoint
extends com.google.protobuf.GeneratedMessage
implements ModelMonitoringStatsDataPointOrBuilder
Represents a single statistics data point.Protobuf type
google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classRepresents a single statistics data point.static final classTyped value of the statistics.static interfaceNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT, BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message, T extends Object>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessage
com.google.protobuf.AbstractMessage.BuilderParentNested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders, loggedPre22TypeNames, unknownFieldsFields inherited from class com.google.protobuf.AbstractMessage
memoizedSizeFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleanAlgorithm used to calculated the metrics, eg: jensen_shannon_divergence, l_infinity.com.google.protobuf.ByteStringAlgorithm used to calculated the metrics, eg: jensen_shannon_divergence, l_infinity.Statistics from baseline dataset.Statistics from baseline dataset.com.google.protobuf.TimestampStatistics create time.com.google.protobuf.TimestampOrBuilderStatistics create time.Statistics from current dataset.Statistics from current dataset.static final com.google.protobuf.Descriptors.DescriptorbooleanIndicate if the statistics has anomaly.Model monitoring job resource name.com.google.protobuf.ByteStringModel monitoring job resource name.com.google.protobuf.Parser<ModelMonitoringStatsDataPoint>Schedule resource name.com.google.protobuf.ByteStringSchedule resource name.intdoubleThreshold value.booleanStatistics from baseline dataset.booleanStatistics create time.booleanStatistics from current dataset.inthashCode()protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleannewBuilder(ModelMonitoringStatsDataPoint prototype) protected ModelMonitoringStatsDataPoint.BuildernewBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) parseDelimitedFrom(InputStream input) parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(byte[] data) parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(com.google.protobuf.ByteString data) parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(com.google.protobuf.CodedInputStream input) parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(InputStream input) parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(ByteBuffer data) parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<ModelMonitoringStatsDataPoint>parser()voidwriteTo(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
CURRENT_STATS_FIELD_NUMBER
public static final int CURRENT_STATS_FIELD_NUMBER- See Also:
-
BASELINE_STATS_FIELD_NUMBER
public static final int BASELINE_STATS_FIELD_NUMBER- See Also:
-
THRESHOLD_VALUE_FIELD_NUMBER
public static final int THRESHOLD_VALUE_FIELD_NUMBER- See Also:
-
HAS_ANOMALY_FIELD_NUMBER
public static final int HAS_ANOMALY_FIELD_NUMBER- See Also:
-
MODEL_MONITORING_JOB_FIELD_NUMBER
public static final int MODEL_MONITORING_JOB_FIELD_NUMBER- See Also:
-
SCHEDULE_FIELD_NUMBER
public static final int SCHEDULE_FIELD_NUMBER- See Also:
-
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER- See Also:
-
ALGORITHM_FIELD_NUMBER
public static final int ALGORITHM_FIELD_NUMBER- See Also:
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage
-
hasCurrentStats
public boolean hasCurrentStats()Statistics from current dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue current_stats = 1;- Specified by:
hasCurrentStatsin interfaceModelMonitoringStatsDataPointOrBuilder- Returns:
- Whether the currentStats field is set.
-
getCurrentStats
Statistics from current dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue current_stats = 1;- Specified by:
getCurrentStatsin interfaceModelMonitoringStatsDataPointOrBuilder- Returns:
- The currentStats.
-
getCurrentStatsOrBuilder
Statistics from current dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue current_stats = 1;- Specified by:
getCurrentStatsOrBuilderin interfaceModelMonitoringStatsDataPointOrBuilder
-
hasBaselineStats
public boolean hasBaselineStats()Statistics from baseline dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue baseline_stats = 2;- Specified by:
hasBaselineStatsin interfaceModelMonitoringStatsDataPointOrBuilder- Returns:
- Whether the baselineStats field is set.
-
getBaselineStats
Statistics from baseline dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue baseline_stats = 2;- Specified by:
getBaselineStatsin interfaceModelMonitoringStatsDataPointOrBuilder- Returns:
- The baselineStats.
-
getBaselineStatsOrBuilder
Statistics from baseline dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue baseline_stats = 2;- Specified by:
getBaselineStatsOrBuilderin interfaceModelMonitoringStatsDataPointOrBuilder
-
getThresholdValue
public double getThresholdValue()Threshold value.
double threshold_value = 3;- Specified by:
getThresholdValuein interfaceModelMonitoringStatsDataPointOrBuilder- Returns:
- The thresholdValue.
-
getHasAnomaly
public boolean getHasAnomaly()Indicate if the statistics has anomaly.
bool has_anomaly = 4;- Specified by:
getHasAnomalyin interfaceModelMonitoringStatsDataPointOrBuilder- Returns:
- The hasAnomaly.
-
getModelMonitoringJob
Model monitoring job resource name.
string model_monitoring_job = 5;- Specified by:
getModelMonitoringJobin interfaceModelMonitoringStatsDataPointOrBuilder- Returns:
- The modelMonitoringJob.
-
getModelMonitoringJobBytes
public com.google.protobuf.ByteString getModelMonitoringJobBytes()Model monitoring job resource name.
string model_monitoring_job = 5;- Specified by:
getModelMonitoringJobBytesin interfaceModelMonitoringStatsDataPointOrBuilder- Returns:
- The bytes for modelMonitoringJob.
-
getSchedule
Schedule resource name.
string schedule = 6;- Specified by:
getSchedulein interfaceModelMonitoringStatsDataPointOrBuilder- Returns:
- The schedule.
-
getScheduleBytes
public com.google.protobuf.ByteString getScheduleBytes()Schedule resource name.
string schedule = 6;- Specified by:
getScheduleBytesin interfaceModelMonitoringStatsDataPointOrBuilder- Returns:
- The bytes for schedule.
-
hasCreateTime
public boolean hasCreateTime()Statistics create time.
.google.protobuf.Timestamp create_time = 7;- Specified by:
hasCreateTimein interfaceModelMonitoringStatsDataPointOrBuilder- Returns:
- Whether the createTime field is set.
-
getCreateTime
public com.google.protobuf.Timestamp getCreateTime()Statistics create time.
.google.protobuf.Timestamp create_time = 7;- Specified by:
getCreateTimein interfaceModelMonitoringStatsDataPointOrBuilder- Returns:
- The createTime.
-
getCreateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()Statistics create time.
.google.protobuf.Timestamp create_time = 7;- Specified by:
getCreateTimeOrBuilderin interfaceModelMonitoringStatsDataPointOrBuilder
-
getAlgorithm
Algorithm used to calculated the metrics, eg: jensen_shannon_divergence, l_infinity.
string algorithm = 8;- Specified by:
getAlgorithmin interfaceModelMonitoringStatsDataPointOrBuilder- Returns:
- The algorithm.
-
getAlgorithmBytes
public com.google.protobuf.ByteString getAlgorithmBytes()Algorithm used to calculated the metrics, eg: jensen_shannon_divergence, l_infinity.
string algorithm = 8;- Specified by:
getAlgorithmBytesin interfaceModelMonitoringStatsDataPointOrBuilder- Returns:
- The bytes for algorithm.
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage
-
writeTo
- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessage- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessage
-
equals
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static ModelMonitoringStatsDataPoint parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ModelMonitoringStatsDataPoint parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ModelMonitoringStatsDataPoint parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ModelMonitoringStatsDataPoint parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ModelMonitoringStatsDataPoint parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ModelMonitoringStatsDataPoint parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static ModelMonitoringStatsDataPoint parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static ModelMonitoringStatsDataPoint parseDelimitedFrom(InputStream input) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static ModelMonitoringStatsDataPoint parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static ModelMonitoringStatsDataPoint parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static ModelMonitoringStatsDataPoint parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
public static ModelMonitoringStatsDataPoint.Builder newBuilder(ModelMonitoringStatsDataPoint prototype) -
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected ModelMonitoringStatsDataPoint.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) - Overrides:
newBuilderForTypein classcom.google.protobuf.AbstractMessage
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-