title | platform |
---|---|
About the google_vertex_ai_endpoints resource |
gcp |
A google_vertex_ai_endpoints
is used to test a Google Endpoint resource
describe google_vertex_ai_endpoints(parent: "projects/#{gcp_project_id}/locations/#{endpoint['region']}", region: ' value_region') do
it { should exist }
end
Properties that can be accessed from the google_vertex_ai_endpoints
resource:
See google_vertex_ai_endpoint.md for more detailed information
encryption_specs
: an array ofgoogle_vertex_ai_endpoint
encryption_specenable_private_service_connects
: an array ofgoogle_vertex_ai_endpoint
enable_private_service_connectupdate_times
: an array ofgoogle_vertex_ai_endpoint
update_timemodel_deployment_monitoring_jobs
: an array ofgoogle_vertex_ai_endpoint
model_deployment_monitoring_jobdescriptions
: an array ofgoogle_vertex_ai_endpoint
descriptiondeployed_models
: an array ofgoogle_vertex_ai_endpoint
deployed_modelsnetworks
: an array ofgoogle_vertex_ai_endpoint
networktraffic_splits
: an array ofgoogle_vertex_ai_endpoint
traffic_splitlabels
: an array ofgoogle_vertex_ai_endpoint
labelsdisplay_names
: an array ofgoogle_vertex_ai_endpoint
display_namepredict_request_response_logging_configs
: an array ofgoogle_vertex_ai_endpoint
predict_request_response_logging_configetags
: an array ofgoogle_vertex_ai_endpoint
etagcreate_times
: an array ofgoogle_vertex_ai_endpoint
create_timenames
: an array ofgoogle_vertex_ai_endpoint
name
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.