Class SearchModelDeploymentMonitoringStatsAnomaliesRequest (3.44.0)

public final class SearchModelDeploymentMonitoringStatsAnomaliesRequest extends GeneratedMessageV3 implements SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder

Request message for JobService.SearchModelDeploymentMonitoringStatsAnomalies.

Protobuf type google.cloud.aiplatform.v1beta1.SearchModelDeploymentMonitoringStatsAnomaliesRequest

Inheritance

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

Static Fields

DEPLOYED_MODEL_ID_FIELD_NUMBER

public static final int DEPLOYED_MODEL_ID_FIELD_NUMBER
Field Value
Type Description
int

END_TIME_FIELD_NUMBER

public static final int END_TIME_FIELD_NUMBER
Field Value
Type Description
int

FEATURE_DISPLAY_NAME_FIELD_NUMBER

public static final int FEATURE_DISPLAY_NAME_FIELD_NUMBER
Field Value
Type Description
int

MODEL_DEPLOYMENT_MONITORING_JOB_FIELD_NUMBER

public static final int MODEL_DEPLOYMENT_MONITORING_JOB_FIELD_NUMBER
Field Value
Type Description
int

OBJECTIVES_FIELD_NUMBER

public static final int OBJECTIVES_FIELD_NUMBER
Field Value
Type Description
int

PAGE_SIZE_FIELD_NUMBER

public static final int PAGE_SIZE_FIELD_NUMBER
Field Value
Type Description
int

PAGE_TOKEN_FIELD_NUMBER

public static final int PAGE_TOKEN_FIELD_NUMBER
Field Value
Type Description
int

START_TIME_FIELD_NUMBER

public static final int START_TIME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SearchModelDeploymentMonitoringStatsAnomaliesRequest getDefaultInstance()
Returns
Type Description
SearchModelDeploymentMonitoringStatsAnomaliesRequest

getDescriptor()

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

newBuilder()

public static SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder newBuilder()
Returns
Type Description
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder

newBuilder(SearchModelDeploymentMonitoringStatsAnomaliesRequest prototype)

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

parseDelimitedFrom(InputStream input)

public static SearchModelDeploymentMonitoringStatsAnomaliesRequest parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SearchModelDeploymentMonitoringStatsAnomaliesRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static SearchModelDeploymentMonitoringStatsAnomaliesRequest parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
SearchModelDeploymentMonitoringStatsAnomaliesRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static SearchModelDeploymentMonitoringStatsAnomaliesRequest parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
SearchModelDeploymentMonitoringStatsAnomaliesRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static SearchModelDeploymentMonitoringStatsAnomaliesRequest parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SearchModelDeploymentMonitoringStatsAnomaliesRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static SearchModelDeploymentMonitoringStatsAnomaliesRequest parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
SearchModelDeploymentMonitoringStatsAnomaliesRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<SearchModelDeploymentMonitoringStatsAnomaliesRequest> parser()
Returns
Type Description
Parser<SearchModelDeploymentMonitoringStatsAnomaliesRequest>

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public SearchModelDeploymentMonitoringStatsAnomaliesRequest getDefaultInstanceForType()
Returns
Type Description
SearchModelDeploymentMonitoringStatsAnomaliesRequest

getDeployedModelId()

public String getDeployedModelId()

Required. The DeployedModel ID of the [ModelDeploymentMonitoringObjectiveConfig.deployed_model_id].

string deployed_model_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The deployedModelId.

getDeployedModelIdBytes()

public ByteString getDeployedModelIdBytes()

Required. The DeployedModel ID of the [ModelDeploymentMonitoringObjectiveConfig.deployed_model_id].

string deployed_model_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for deployedModelId.

getEndTime()

public Timestamp getEndTime()

The latest timestamp of stats being generated. If not set, indicates feching stats till the latest possible one.

.google.protobuf.Timestamp end_time = 8;

Returns
Type Description
Timestamp

The endTime.

getEndTimeOrBuilder()

public TimestampOrBuilder getEndTimeOrBuilder()

The latest timestamp of stats being generated. If not set, indicates feching stats till the latest possible one.

.google.protobuf.Timestamp end_time = 8;

Returns
Type Description
TimestampOrBuilder

getFeatureDisplayName()

public String getFeatureDisplayName()

The feature display name. If specified, only return the stats belonging to this feature. Format: ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.feature_display_name, example: "user_destination".

string feature_display_name = 3;

Returns
Type Description
String

The featureDisplayName.

getFeatureDisplayNameBytes()

public ByteString getFeatureDisplayNameBytes()

The feature display name. If specified, only return the stats belonging to this feature. Format: ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.feature_display_name, example: "user_destination".

string feature_display_name = 3;

Returns
Type Description
ByteString

The bytes for featureDisplayName.

getModelDeploymentMonitoringJob()

public String getModelDeploymentMonitoringJob()

Required. ModelDeploymentMonitoring Job resource name. Format: projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}

string model_deployment_monitoring_job = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The modelDeploymentMonitoringJob.

getModelDeploymentMonitoringJobBytes()

public ByteString getModelDeploymentMonitoringJobBytes()

Required. ModelDeploymentMonitoring Job resource name. Format: projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}

string model_deployment_monitoring_job = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for modelDeploymentMonitoringJob.

getObjectives(int index)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective getObjectives(int index)

Required. Objectives of the stats to retrieve.

repeated .google.cloud.aiplatform.v1beta1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective

getObjectivesCount()

public int getObjectivesCount()

Required. Objectives of the stats to retrieve.

repeated .google.cloud.aiplatform.v1beta1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getObjectivesList()

public List<SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective> getObjectivesList()

Required. Objectives of the stats to retrieve.

repeated .google.cloud.aiplatform.v1beta1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<StatsAnomaliesObjective>

getObjectivesOrBuilder(int index)

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjectiveOrBuilder getObjectivesOrBuilder(int index)

Required. Objectives of the stats to retrieve.

repeated .google.cloud.aiplatform.v1beta1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjectiveOrBuilder

getObjectivesOrBuilderList()

public List<? extends SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjectiveOrBuilder> getObjectivesOrBuilderList()

Required. Objectives of the stats to retrieve.

repeated .google.cloud.aiplatform.v1beta1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1beta1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjectiveOrBuilder>

getPageSize()

public int getPageSize()

The standard list page size.

int32 page_size = 5;

Returns
Type Description
int

The pageSize.

getPageToken()

public String getPageToken()

A page token received from a previous JobService.SearchModelDeploymentMonitoringStatsAnomalies call.

string page_token = 6;

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

A page token received from a previous JobService.SearchModelDeploymentMonitoringStatsAnomalies call.

string page_token = 6;

Returns
Type Description
ByteString

The bytes for pageToken.

getParserForType()

public Parser<SearchModelDeploymentMonitoringStatsAnomaliesRequest> getParserForType()
Returns
Type Description
Parser<SearchModelDeploymentMonitoringStatsAnomaliesRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getStartTime()

public Timestamp getStartTime()

The earliest timestamp of stats being generated. If not set, indicates fetching stats till the earliest possible one.

.google.protobuf.Timestamp start_time = 7;

Returns
Type Description
Timestamp

The startTime.

getStartTimeOrBuilder()

public TimestampOrBuilder getStartTimeOrBuilder()

The earliest timestamp of stats being generated. If not set, indicates fetching stats till the earliest possible one.

.google.protobuf.Timestamp start_time = 7;

Returns
Type Description
TimestampOrBuilder

hasEndTime()

public boolean hasEndTime()

The latest timestamp of stats being generated. If not set, indicates feching stats till the latest possible one.

.google.protobuf.Timestamp end_time = 8;

Returns
Type Description
boolean

Whether the endTime field is set.

hasStartTime()

public boolean hasStartTime()

The earliest timestamp of stats being generated. If not set, indicates fetching stats till the earliest possible one.

.google.protobuf.Timestamp start_time = 7;

Returns
Type Description
boolean

Whether the startTime 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 SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder newBuilderForType()
Returns
Type Description
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder toBuilder()
Returns
Type Description
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder

writeTo(CodedOutputStream output)

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