title | platform |
---|---|
About the google_vertex_ai_model_deployment_monitoring_jobs resource |
gcp |
A google_vertex_ai_model_deployment_monitoring_jobs
is used to test a Google ModelDeploymentMonitoringJob resource
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 that can be accessed from the google_vertex_ai_model_deployment_monitoring_jobs
resource:
See google_vertex_ai_model_deployment_monitoring_job.md for more detailed information
model_deployment_monitoring_objective_configs
: an array ofgoogle_vertex_ai_model_deployment_monitoring_job
model_deployment_monitoring_objective_configslabels
: an array ofgoogle_vertex_ai_model_deployment_monitoring_job
labelsstates
: an array ofgoogle_vertex_ai_model_deployment_monitoring_job
stateanalysis_instance_schema_uris
: an array ofgoogle_vertex_ai_model_deployment_monitoring_job
analysis_instance_schema_urienable_monitoring_pipeline_logs
: an array ofgoogle_vertex_ai_model_deployment_monitoring_job
enable_monitoring_pipeline_logsendpoints
: an array ofgoogle_vertex_ai_model_deployment_monitoring_job
endpointlogging_sampling_strategies
: an array ofgoogle_vertex_ai_model_deployment_monitoring_job
logging_sampling_strategybigquery_tables
: an array ofgoogle_vertex_ai_model_deployment_monitoring_job
bigquery_tablesdisplay_names
: an array ofgoogle_vertex_ai_model_deployment_monitoring_job
display_nameschedule_states
: an array ofgoogle_vertex_ai_model_deployment_monitoring_job
schedule_stateerrors
: an array ofgoogle_vertex_ai_model_deployment_monitoring_job
errormodel_monitoring_alert_configs
: an array ofgoogle_vertex_ai_model_deployment_monitoring_job
model_monitoring_alert_configlatest_monitoring_pipeline_metadata
: an array ofgoogle_vertex_ai_model_deployment_monitoring_job
latest_monitoring_pipeline_metadatasample_predict_instances
: an array ofgoogle_vertex_ai_model_deployment_monitoring_job
sample_predict_instancepredict_instance_schema_uris
: an array ofgoogle_vertex_ai_model_deployment_monitoring_job
predict_instance_schema_urinext_schedule_times
: an array ofgoogle_vertex_ai_model_deployment_monitoring_job
next_schedule_timecreate_times
: an array ofgoogle_vertex_ai_model_deployment_monitoring_job
create_timelog_ttls
: an array ofgoogle_vertex_ai_model_deployment_monitoring_job
log_ttlstats_anomalies_base_directories
: an array ofgoogle_vertex_ai_model_deployment_monitoring_job
stats_anomalies_base_directoryupdate_times
: an array ofgoogle_vertex_ai_model_deployment_monitoring_job
update_timemodel_deployment_monitoring_schedule_configs
: an array ofgoogle_vertex_ai_model_deployment_monitoring_job
model_deployment_monitoring_schedule_configencryption_specs
: an array ofgoogle_vertex_ai_model_deployment_monitoring_job
encryption_specnames
: an array ofgoogle_vertex_ai_model_deployment_monitoring_job
name
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.