google_vertex_ai_endpoints resource
Use the google_vertex_ai_endpoints InSpec audit resource to to test a Google Cloud Endpoint resource.
Examples
describe google_vertex_ai_endpoints(parent: "projects/#{gcp_project_id}/locations/#{endpoint['region']}", region: ' value_region') do
it { should exist }
end
Properties
Properties that can be accessed from the google_vertex_ai_endpoints resource:
See google_vertex_ai_endpoint for more detailed information.
encryption_specs: an array ofgoogle_vertex_ai_endpointencryption_specenable_private_service_connects: an array ofgoogle_vertex_ai_endpointenable_private_service_connectupdate_times: an array ofgoogle_vertex_ai_endpointupdate_timemodel_deployment_monitoring_jobs: an array ofgoogle_vertex_ai_endpointmodel_deployment_monitoring_jobdescriptions: an array ofgoogle_vertex_ai_endpointdescriptiondeployed_models: an array ofgoogle_vertex_ai_endpointdeployed_modelsnetworks: an array ofgoogle_vertex_ai_endpointnetworktraffic_splits: an array ofgoogle_vertex_ai_endpointtraffic_splitlabels: an array ofgoogle_vertex_ai_endpointlabelsdisplay_names: an array ofgoogle_vertex_ai_endpointdisplay_namepredict_request_response_logging_configs: an array ofgoogle_vertex_ai_endpointpredict_request_response_logging_configetags: an array ofgoogle_vertex_ai_endpointetagcreate_times: an array ofgoogle_vertex_ai_endpointcreate_timenames: an array ofgoogle_vertex_ai_endpointname
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.