Interface SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder
public interface SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDeployedModelId()Required.com.google.protobuf.ByteStringgetDeployedModelIdBytes()Required.com.google.protobuf.TimestampgetEndTime()The latest timestamp of stats being generated.com.google.protobuf.TimestampOrBuildergetEndTimeOrBuilder()The latest timestamp of stats being generated.StringgetFeatureDisplayName()The feature display name.com.google.protobuf.ByteStringgetFeatureDisplayNameBytes()The feature display name.StringgetModelDeploymentMonitoringJob()Required.com.google.protobuf.ByteStringgetModelDeploymentMonitoringJobBytes()Required.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjectivegetObjectives(int index)Required.intgetObjectivesCount()Required.List<SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective>getObjectivesList()Required.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjectiveOrBuildergetObjectivesOrBuilder(int index)Required.List<? extends SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjectiveOrBuilder>getObjectivesOrBuilderList()Required.intgetPageSize()The standard list page size.StringgetPageToken()A page token received from a previous [JobService.SearchModelDeploymentMonitoringStatsAnomalies][google.cloud.aiplatform.v1beta1.JobService.SearchModelDeploymentMonitoringStatsAnomalies] call.com.google.protobuf.ByteStringgetPageTokenBytes()A page token received from a previous [JobService.SearchModelDeploymentMonitoringStatsAnomalies][google.cloud.aiplatform.v1beta1.JobService.SearchModelDeploymentMonitoringStatsAnomalies] call.com.google.protobuf.TimestampgetStartTime()The earliest timestamp of stats being generated.com.google.protobuf.TimestampOrBuildergetStartTimeOrBuilder()The earliest timestamp of stats being generated.booleanhasEndTime()The latest timestamp of stats being generated.booleanhasStartTime()The earliest timestamp of stats being generated.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getModelDeploymentMonitoringJob
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:
- The modelDeploymentMonitoringJob.
-
getModelDeploymentMonitoringJobBytes
com.google.protobuf.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:
- The bytes for modelDeploymentMonitoringJob.
-
getDeployedModelId
String getDeployedModelId()
Required. The DeployedModel ID of the [ModelDeploymentMonitoringObjectiveConfig.deployed_model_id].
string deployed_model_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The deployedModelId.
-
getDeployedModelIdBytes
com.google.protobuf.ByteString getDeployedModelIdBytes()
Required. The DeployedModel ID of the [ModelDeploymentMonitoringObjectiveConfig.deployed_model_id].
string deployed_model_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for deployedModelId.
-
getFeatureDisplayName
String getFeatureDisplayName()
The feature display name. If specified, only return the stats belonging to this feature. Format: [ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.feature_display_name][google.cloud.aiplatform.v1beta1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.feature_display_name], example: "user_destination".
string feature_display_name = 3;- Returns:
- The featureDisplayName.
-
getFeatureDisplayNameBytes
com.google.protobuf.ByteString getFeatureDisplayNameBytes()
The feature display name. If specified, only return the stats belonging to this feature. Format: [ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.feature_display_name][google.cloud.aiplatform.v1beta1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.feature_display_name], example: "user_destination".
string feature_display_name = 3;- Returns:
- The bytes for featureDisplayName.
-
getObjectivesList
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];
-
getObjectives
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];
-
getObjectivesCount
int getObjectivesCount()
Required. Objectives of the stats to retrieve.
repeated .google.cloud.aiplatform.v1beta1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];
-
getObjectivesOrBuilderList
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];
-
getObjectivesOrBuilder
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];
-
getPageSize
int getPageSize()
The standard list page size.
int32 page_size = 5;- Returns:
- The pageSize.
-
getPageToken
String getPageToken()
A page token received from a previous [JobService.SearchModelDeploymentMonitoringStatsAnomalies][google.cloud.aiplatform.v1beta1.JobService.SearchModelDeploymentMonitoringStatsAnomalies] call.
string page_token = 6;- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()
A page token received from a previous [JobService.SearchModelDeploymentMonitoringStatsAnomalies][google.cloud.aiplatform.v1beta1.JobService.SearchModelDeploymentMonitoringStatsAnomalies] call.
string page_token = 6;- Returns:
- The bytes for pageToken.
-
hasStartTime
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:
- Whether the startTime field is set.
-
getStartTime
com.google.protobuf.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:
- The startTime.
-
getStartTimeOrBuilder
com.google.protobuf.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;
-
hasEndTime
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:
- Whether the endTime field is set.
-
getEndTime
com.google.protobuf.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:
- The endTime.
-
getEndTimeOrBuilder
com.google.protobuf.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;
-
-