Class SearchModelDeploymentMonitoringStatsAnomaliesResponse (3.42.0)

public final class SearchModelDeploymentMonitoringStatsAnomaliesResponse extends GeneratedMessageV3 implements SearchModelDeploymentMonitoringStatsAnomaliesResponseOrBuilder

Response message for JobService.SearchModelDeploymentMonitoringStatsAnomalies.

Protobuf type google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SearchModelDeploymentMonitoringStatsAnomaliesResponse

Static Fields

MONITORING_STATS_FIELD_NUMBER

public static final int MONITORING_STATS_FIELD_NUMBER
Field Value
TypeDescription
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static SearchModelDeploymentMonitoringStatsAnomaliesResponse getDefaultInstance()
Returns
TypeDescription
SearchModelDeploymentMonitoringStatsAnomaliesResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static SearchModelDeploymentMonitoringStatsAnomaliesResponse.Builder newBuilder()
Returns
TypeDescription
SearchModelDeploymentMonitoringStatsAnomaliesResponse.Builder

newBuilder(SearchModelDeploymentMonitoringStatsAnomaliesResponse prototype)

public static SearchModelDeploymentMonitoringStatsAnomaliesResponse.Builder newBuilder(SearchModelDeploymentMonitoringStatsAnomaliesResponse prototype)
Parameter
NameDescription
prototypeSearchModelDeploymentMonitoringStatsAnomaliesResponse
Returns
TypeDescription
SearchModelDeploymentMonitoringStatsAnomaliesResponse.Builder

parseDelimitedFrom(InputStream input)

public static SearchModelDeploymentMonitoringStatsAnomaliesResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SearchModelDeploymentMonitoringStatsAnomaliesResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SearchModelDeploymentMonitoringStatsAnomaliesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SearchModelDeploymentMonitoringStatsAnomaliesResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static SearchModelDeploymentMonitoringStatsAnomaliesResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
SearchModelDeploymentMonitoringStatsAnomaliesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SearchModelDeploymentMonitoringStatsAnomaliesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SearchModelDeploymentMonitoringStatsAnomaliesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SearchModelDeploymentMonitoringStatsAnomaliesResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
SearchModelDeploymentMonitoringStatsAnomaliesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SearchModelDeploymentMonitoringStatsAnomaliesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SearchModelDeploymentMonitoringStatsAnomaliesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SearchModelDeploymentMonitoringStatsAnomaliesResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
SearchModelDeploymentMonitoringStatsAnomaliesResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SearchModelDeploymentMonitoringStatsAnomaliesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SearchModelDeploymentMonitoringStatsAnomaliesResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static SearchModelDeploymentMonitoringStatsAnomaliesResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SearchModelDeploymentMonitoringStatsAnomaliesResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SearchModelDeploymentMonitoringStatsAnomaliesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SearchModelDeploymentMonitoringStatsAnomaliesResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static SearchModelDeploymentMonitoringStatsAnomaliesResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
SearchModelDeploymentMonitoringStatsAnomaliesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SearchModelDeploymentMonitoringStatsAnomaliesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SearchModelDeploymentMonitoringStatsAnomaliesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<SearchModelDeploymentMonitoringStatsAnomaliesResponse> parser()
Returns
TypeDescription
Parser<SearchModelDeploymentMonitoringStatsAnomaliesResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public SearchModelDeploymentMonitoringStatsAnomaliesResponse getDefaultInstanceForType()
Returns
TypeDescription
SearchModelDeploymentMonitoringStatsAnomaliesResponse

getMonitoringStats(int index)

public ModelMonitoringStatsAnomalies getMonitoringStats(int index)

Stats retrieved for requested objectives. There are at most 1000 ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats in the response.

repeated .google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies monitoring_stats = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ModelMonitoringStatsAnomalies

getMonitoringStatsCount()

public int getMonitoringStatsCount()

Stats retrieved for requested objectives. There are at most 1000 ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats in the response.

repeated .google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies monitoring_stats = 1;

Returns
TypeDescription
int

getMonitoringStatsList()

public List<ModelMonitoringStatsAnomalies> getMonitoringStatsList()

Stats retrieved for requested objectives. There are at most 1000 ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats in the response.

repeated .google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies monitoring_stats = 1;

Returns
TypeDescription
List<ModelMonitoringStatsAnomalies>

getMonitoringStatsOrBuilder(int index)

public ModelMonitoringStatsAnomaliesOrBuilder getMonitoringStatsOrBuilder(int index)

Stats retrieved for requested objectives. There are at most 1000 ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats in the response.

repeated .google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies monitoring_stats = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ModelMonitoringStatsAnomaliesOrBuilder

getMonitoringStatsOrBuilderList()

public List<? extends ModelMonitoringStatsAnomaliesOrBuilder> getMonitoringStatsOrBuilderList()

Stats retrieved for requested objectives. There are at most 1000 ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats in the response.

repeated .google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies monitoring_stats = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1.ModelMonitoringStatsAnomaliesOrBuilder>

getNextPageToken()

public String getNextPageToken()

The page token that can be used by the next JobService.SearchModelDeploymentMonitoringStatsAnomalies call.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

The page token that can be used by the next JobService.SearchModelDeploymentMonitoringStatsAnomalies call.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<SearchModelDeploymentMonitoringStatsAnomaliesResponse> getParserForType()
Returns
TypeDescription
Parser<SearchModelDeploymentMonitoringStatsAnomaliesResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public SearchModelDeploymentMonitoringStatsAnomaliesResponse.Builder newBuilderForType()
Returns
TypeDescription
SearchModelDeploymentMonitoringStatsAnomaliesResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SearchModelDeploymentMonitoringStatsAnomaliesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
SearchModelDeploymentMonitoringStatsAnomaliesResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public SearchModelDeploymentMonitoringStatsAnomaliesResponse.Builder toBuilder()
Returns
TypeDescription
SearchModelDeploymentMonitoringStatsAnomaliesResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException