Class SearchModelDeploymentMonitoringStatsAnomaliesRequest (3.42.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
TypeDescription
int

END_TIME_FIELD_NUMBER

public static final int END_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

FEATURE_DISPLAY_NAME_FIELD_NUMBER

public static final int FEATURE_DISPLAY_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

MODEL_DEPLOYMENT_MONITORING_JOB_FIELD_NUMBER

public static final int MODEL_DEPLOYMENT_MONITORING_JOB_FIELD_NUMBER
Field Value
TypeDescription
int

OBJECTIVES_FIELD_NUMBER

public static final int OBJECTIVES_FIELD_NUMBER
Field Value
TypeDescription
int

PAGE_SIZE_FIELD_NUMBER

public static final int PAGE_SIZE_FIELD_NUMBER
Field Value
TypeDescription
int

PAGE_TOKEN_FIELD_NUMBER

public static final int PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

START_TIME_FIELD_NUMBER

public static final int START_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static SearchModelDeploymentMonitoringStatsAnomaliesRequest getDefaultInstance()
Returns
TypeDescription
SearchModelDeploymentMonitoringStatsAnomaliesRequest

getDescriptor()

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

newBuilder()

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

newBuilder(SearchModelDeploymentMonitoringStatsAnomaliesRequest prototype)

public static SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder newBuilder(SearchModelDeploymentMonitoringStatsAnomaliesRequest prototype)
Parameter
NameDescription
prototypeSearchModelDeploymentMonitoringStatsAnomaliesRequest
Returns
TypeDescription
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public SearchModelDeploymentMonitoringStatsAnomaliesRequest getDefaultInstanceForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjectiveOrBuilder>

getPageSize()

public int getPageSize()

The standard list page size.

int32 page_size = 5;

Returns
TypeDescription
int

The pageSize.

getPageToken()

public String getPageToken()

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

string page_token = 6;

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

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

string page_token = 6;

Returns
TypeDescription
ByteString

The bytes for pageToken.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the startTime field is set.

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 SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder newBuilderForType()
Returns
TypeDescription
SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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