google_vertex_ai_tensorboards resource
Use the google_vertex_ai_tensorboards
InSpec audit resource to to test a Google Cloud Tensorboard resource.
Examples
describe google_vertex_ai_tensorboards(parent: "projects/#{gcp_project_id}/locations/#{tensorboard['region']}", region: ' value_region') do
it { should exist }
end
Properties
Properties that can be accessed from the google_vertex_ai_tensorboards
resource:
See google_vertex_ai_tensorboard for more detailed information.
names
: an array ofgoogle_vertex_ai_tensorboard
nameis_defaults
: an array ofgoogle_vertex_ai_tensorboard
is_defaultupdate_times
: an array ofgoogle_vertex_ai_tensorboard
update_timelabels
: an array ofgoogle_vertex_ai_tensorboard
labelsblob_storage_path_prefixes
: an array ofgoogle_vertex_ai_tensorboard
blob_storage_path_prefixetags
: an array ofgoogle_vertex_ai_tensorboard
etagcreate_times
: an array ofgoogle_vertex_ai_tensorboard
create_timerun_counts
: an array ofgoogle_vertex_ai_tensorboard
run_countencryption_specs
: an array ofgoogle_vertex_ai_tensorboard
encryption_specdisplay_names
: an array ofgoogle_vertex_ai_tensorboard
display_namedescriptions
: an array ofgoogle_vertex_ai_tensorboard
description
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.