google_vertex_ai_model_deployment_monitoring_jobs resource
Use the google_vertex_ai_model_deployment_monitoring_jobs InSpec audit resource to to test a Google Cloud ModelDeploymentMonitoringJob resource.
Examples
describe google_vertex_ai_model_deployment_monitoring_jobs(parent: "projects/#{gcp_project_id}/locations/#{model_deployment_monitoring_job['region']}", region: ' value_region') do
it { should exist }
end
Properties
Properties that can be accessed from the google_vertex_ai_model_deployment_monitoring_jobs resource:
See google_vertex_ai_model_deployment_monitoring_job for more detailed information.
model_deployment_monitoring_objective_configs: an array ofgoogle_vertex_ai_model_deployment_monitoring_jobmodel_deployment_monitoring_objective_configslabels: an array ofgoogle_vertex_ai_model_deployment_monitoring_joblabelsstates: an array ofgoogle_vertex_ai_model_deployment_monitoring_jobstateanalysis_instance_schema_uris: an array ofgoogle_vertex_ai_model_deployment_monitoring_jobanalysis_instance_schema_urienable_monitoring_pipeline_logs: an array ofgoogle_vertex_ai_model_deployment_monitoring_jobenable_monitoring_pipeline_logsendpoints: an array ofgoogle_vertex_ai_model_deployment_monitoring_jobendpointlogging_sampling_strategies: an array ofgoogle_vertex_ai_model_deployment_monitoring_joblogging_sampling_strategybigquery_tables: an array ofgoogle_vertex_ai_model_deployment_monitoring_jobbigquery_tablesdisplay_names: an array ofgoogle_vertex_ai_model_deployment_monitoring_jobdisplay_nameschedule_states: an array ofgoogle_vertex_ai_model_deployment_monitoring_jobschedule_stateerrors: an array ofgoogle_vertex_ai_model_deployment_monitoring_joberrormodel_monitoring_alert_configs: an array ofgoogle_vertex_ai_model_deployment_monitoring_jobmodel_monitoring_alert_configlatest_monitoring_pipeline_metadata: an array ofgoogle_vertex_ai_model_deployment_monitoring_joblatest_monitoring_pipeline_metadatasample_predict_instances: an array ofgoogle_vertex_ai_model_deployment_monitoring_jobsample_predict_instancepredict_instance_schema_uris: an array ofgoogle_vertex_ai_model_deployment_monitoring_jobpredict_instance_schema_urinext_schedule_times: an array ofgoogle_vertex_ai_model_deployment_monitoring_jobnext_schedule_timecreate_times: an array ofgoogle_vertex_ai_model_deployment_monitoring_jobcreate_timelog_ttls: an array ofgoogle_vertex_ai_model_deployment_monitoring_joblog_ttlstats_anomalies_base_directories: an array ofgoogle_vertex_ai_model_deployment_monitoring_jobstats_anomalies_base_directoryupdate_times: an array ofgoogle_vertex_ai_model_deployment_monitoring_jobupdate_timemodel_deployment_monitoring_schedule_configs: an array ofgoogle_vertex_ai_model_deployment_monitoring_jobmodel_deployment_monitoring_schedule_configencryption_specs: an array ofgoogle_vertex_ai_model_deployment_monitoring_jobencryption_specnames: an array ofgoogle_vertex_ai_model_deployment_monitoring_jobname
Filter criteria
This resource supports all of the above properties as filter criteria, which can be used
with where as a block or a method.