public final class SearchModelDeploymentMonitoringStatsAnomaliesRequest extends GeneratedMessageV3 implements SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder
Request message for
JobService.SearchModelDeploymentMonitoringStatsAnomalies.
Protobuf type
google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest
Static Fields
public static final int DEPLOYED_MODEL_ID_FIELD_NUMBER
Field Value
public static final int END_TIME_FIELD_NUMBER
Field Value
public static final int FEATURE_DISPLAY_NAME_FIELD_NUMBER
Field Value
public static final int MODEL_DEPLOYMENT_MONITORING_JOB_FIELD_NUMBER
Field Value
public static final int OBJECTIVES_FIELD_NUMBER
Field Value
PAGE_SIZE_FIELD_NUMBER
public static final int PAGE_SIZE_FIELD_NUMBER
Field Value
PAGE_TOKEN_FIELD_NUMBER
public static final int PAGE_TOKEN_FIELD_NUMBER
Field Value
public static final int START_TIME_FIELD_NUMBER
Field Value
Static Methods
public static SearchModelDeploymentMonitoringStatsAnomaliesRequest getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder newBuilder()
Returns
public static SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder newBuilder(SearchModelDeploymentMonitoringStatsAnomaliesRequest prototype)
Parameter
Returns
public static SearchModelDeploymentMonitoringStatsAnomaliesRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static SearchModelDeploymentMonitoringStatsAnomaliesRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SearchModelDeploymentMonitoringStatsAnomaliesRequest parseFrom(byte[] data)
Parameter
Name |
Description |
data |
byte[]
|
Returns
Exceptions
public static SearchModelDeploymentMonitoringStatsAnomaliesRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SearchModelDeploymentMonitoringStatsAnomaliesRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static SearchModelDeploymentMonitoringStatsAnomaliesRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SearchModelDeploymentMonitoringStatsAnomaliesRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static SearchModelDeploymentMonitoringStatsAnomaliesRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SearchModelDeploymentMonitoringStatsAnomaliesRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static SearchModelDeploymentMonitoringStatsAnomaliesRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SearchModelDeploymentMonitoringStatsAnomaliesRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static SearchModelDeploymentMonitoringStatsAnomaliesRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public SearchModelDeploymentMonitoringStatsAnomaliesRequest getDefaultInstanceForType()
Returns
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.
|
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.
|
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
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
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.
|
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.
|
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.
|
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.
|
public SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective getObjectives(int index)
Required. Objectives of the stats to retrieve.
repeated .google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name |
Description |
index |
int
|
Returns
public int getObjectivesCount()
Required. Objectives of the stats to retrieve.
repeated .google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];
Returns
public List.StatsAnomaliesObjective> getObjectivesList()
Required. Objectives of the stats to retrieve.
repeated .google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];
Returns
public SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjectiveOrBuilder getObjectivesOrBuilder(int index)
Required. Objectives of the stats to retrieve.
repeated .google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name |
Description |
index |
int
|
Returns
public List<? extends SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjectiveOrBuilder> getObjectivesOrBuilderList()
Required. Objectives of the stats to retrieve.
repeated .google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];
Returns
Type |
Description |
List<? extends com.google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjectiveOrBuilder> |
|
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.
|
public Parser getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
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
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
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
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.
|
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.
|
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder newBuilderForType()
Returns
protected SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions