google_vertex_ai_models resource
Use the google_vertex_ai_models InSpec audit resource to to test a Google Cloud Model resource.
Examples
describe google_vertex_ai_models(parent: "projects/#{gcp_project_id}/locations/#{model['region']}", region: ' value_region') do
it { should exist }
end
Properties
Properties that can be accessed from the google_vertex_ai_models resource:
See google_vertex_ai_model for more detailed information.
model_source_infos: an array ofgoogle_vertex_ai_modelmodel_source_infonames: an array ofgoogle_vertex_ai_modelnamemetadata: an array ofgoogle_vertex_ai_modelmetadataupdate_times: an array ofgoogle_vertex_ai_modelupdate_timeetags: an array ofgoogle_vertex_ai_modeletagdescriptions: an array ofgoogle_vertex_ai_modeldescriptiondeployed_models: an array ofgoogle_vertex_ai_modeldeployed_modelscreate_times: an array ofgoogle_vertex_ai_modelcreate_timeexplanation_specs: an array ofgoogle_vertex_ai_modelexplanation_specencryption_specs: an array ofgoogle_vertex_ai_modelencryption_specpipeline_jobs: an array ofgoogle_vertex_ai_modelpipeline_jobpredict_schemata: an array ofgoogle_vertex_ai_modelpredict_schemataversion_update_times: an array ofgoogle_vertex_ai_modelversion_update_timesupported_export_formats: an array ofgoogle_vertex_ai_modelsupported_export_formatsoriginal_model_infos: an array ofgoogle_vertex_ai_modeloriginal_model_infometadata_artifacts: an array ofgoogle_vertex_ai_modelmetadata_artifactsupported_input_storage_formats: an array ofgoogle_vertex_ai_modelsupported_input_storage_formatsmetadata_schema_uris: an array ofgoogle_vertex_ai_modelmetadata_schema_uricontainer_specs: an array ofgoogle_vertex_ai_modelcontainer_specversion_ids: an array ofgoogle_vertex_ai_modelversion_idartifact_uris: an array ofgoogle_vertex_ai_modelartifact_uritraining_pipelines: an array ofgoogle_vertex_ai_modeltraining_pipelinedisplay_names: an array ofgoogle_vertex_ai_modeldisplay_namesupported_deployment_resources_types: an array ofgoogle_vertex_ai_modelsupported_deployment_resources_typessupported_output_storage_formats: an array ofgoogle_vertex_ai_modelsupported_output_storage_formatsversion_aliases: an array ofgoogle_vertex_ai_modelversion_aliasesversion_create_times: an array ofgoogle_vertex_ai_modelversion_create_timeversion_descriptions: an array ofgoogle_vertex_ai_modelversion_descriptionlabels: an array ofgoogle_vertex_ai_modellabels
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.