title | platform |
---|---|
About the google_vertex_ai_models resource |
gcp |
A google_vertex_ai_models
is used to test a Google Model resource
describe google_vertex_ai_models(parent: "projects/#{gcp_project_id}/locations/#{model['region']}", region: ' value_region') do
it { should exist }
end
Properties that can be accessed from the google_vertex_ai_models
resource:
See google_vertex_ai_model.md for more detailed information
model_source_infos
: an array ofgoogle_vertex_ai_model
model_source_infonames
: an array ofgoogle_vertex_ai_model
namemetadata
: an array ofgoogle_vertex_ai_model
metadataupdate_times
: an array ofgoogle_vertex_ai_model
update_timeetags
: an array ofgoogle_vertex_ai_model
etagdescriptions
: an array ofgoogle_vertex_ai_model
descriptiondeployed_models
: an array ofgoogle_vertex_ai_model
deployed_modelscreate_times
: an array ofgoogle_vertex_ai_model
create_timeexplanation_specs
: an array ofgoogle_vertex_ai_model
explanation_specencryption_specs
: an array ofgoogle_vertex_ai_model
encryption_specpipeline_jobs
: an array ofgoogle_vertex_ai_model
pipeline_jobpredict_schemata
: an array ofgoogle_vertex_ai_model
predict_schemataversion_update_times
: an array ofgoogle_vertex_ai_model
version_update_timesupported_export_formats
: an array ofgoogle_vertex_ai_model
supported_export_formatsoriginal_model_infos
: an array ofgoogle_vertex_ai_model
original_model_infometadata_artifacts
: an array ofgoogle_vertex_ai_model
metadata_artifactsupported_input_storage_formats
: an array ofgoogle_vertex_ai_model
supported_input_storage_formatsmetadata_schema_uris
: an array ofgoogle_vertex_ai_model
metadata_schema_uricontainer_specs
: an array ofgoogle_vertex_ai_model
container_specversion_ids
: an array ofgoogle_vertex_ai_model
version_idartifact_uris
: an array ofgoogle_vertex_ai_model
artifact_uritraining_pipelines
: an array ofgoogle_vertex_ai_model
training_pipelinedisplay_names
: an array ofgoogle_vertex_ai_model
display_namesupported_deployment_resources_types
: an array ofgoogle_vertex_ai_model
supported_deployment_resources_typessupported_output_storage_formats
: an array ofgoogle_vertex_ai_model
supported_output_storage_formatsversion_aliases
: an array ofgoogle_vertex_ai_model
version_aliasesversion_create_times
: an array ofgoogle_vertex_ai_model
version_create_timeversion_descriptions
: an array ofgoogle_vertex_ai_model
version_descriptionlabels
: an array ofgoogle_vertex_ai_model
labels
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.