title | platform |
---|---|
About the google_vertex_ai_pipeline_jobs resource |
gcp |
A google_vertex_ai_pipeline_jobs
is used to test a Google PipelineJob resource
describe google_vertex_ai_pipeline_jobs(parent: "projects/#{gcp_project_id}/locations/#{pipeline_job['region']}", region: ' value_region') do
it { should exist }
end
Properties that can be accessed from the google_vertex_ai_pipeline_jobs
resource:
See google_vertex_ai_pipeline_job.md for more detailed information
encryption_specs
: an array ofgoogle_vertex_ai_pipeline_job
encryption_specend_times
: an array ofgoogle_vertex_ai_pipeline_job
end_timeerrors
: an array ofgoogle_vertex_ai_pipeline_job
errorupdate_times
: an array ofgoogle_vertex_ai_pipeline_job
update_timejob_details
: an array ofgoogle_vertex_ai_pipeline_job
job_detailtemplate_metadata
: an array ofgoogle_vertex_ai_pipeline_job
template_metadatastates
: an array ofgoogle_vertex_ai_pipeline_job
statecreate_times
: an array ofgoogle_vertex_ai_pipeline_job
create_timenames
: an array ofgoogle_vertex_ai_pipeline_job
nameschedule_names
: an array ofgoogle_vertex_ai_pipeline_job
schedule_namereserved_ip_ranges
: an array ofgoogle_vertex_ai_pipeline_job
reserved_ip_rangesstart_times
: an array ofgoogle_vertex_ai_pipeline_job
start_timeservice_accounts
: an array ofgoogle_vertex_ai_pipeline_job
service_accountdisplay_names
: an array ofgoogle_vertex_ai_pipeline_job
display_nametemplate_uris
: an array ofgoogle_vertex_ai_pipeline_job
template_uripipeline_specs
: an array ofgoogle_vertex_ai_pipeline_job
pipeline_specnetworks
: an array ofgoogle_vertex_ai_pipeline_job
networklabels
: an array ofgoogle_vertex_ai_pipeline_job
labelsruntime_configs
: an array ofgoogle_vertex_ai_pipeline_job
runtime_config
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.