Interface SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SearchModelDeploymentMonitoringStatsAnomaliesRequest, SearchModelDeploymentMonitoringStatsAnomaliesRequest.Builder

@Generated public interface SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • 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.v1.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.v1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.feature_display_name],
       example: "user_destination".
       
      string feature_display_name = 3;
      Returns:
      The bytes for featureDisplayName.
    • getObjectivesList

       Required. Objectives of the stats to retrieve.
       
      repeated .google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];
    • getObjectives

       Required. Objectives of the stats to retrieve.
       
      repeated .google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];
    • getObjectivesCount

      int getObjectivesCount()
       Required. Objectives of the stats to retrieve.
       
      repeated .google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];
    • getObjectivesOrBuilderList

       Required. Objectives of the stats to retrieve.
       
      repeated .google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective objectives = 4 [(.google.api.field_behavior) = REQUIRED];
    • getObjectivesOrBuilder

       Required. Objectives of the stats to retrieve.
       
      repeated .google.cloud.aiplatform.v1.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.v1.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.v1.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;