title | platform |
---|---|
About the google_vertex_ai_tensorboards resource |
gcp |
A google_vertex_ai_tensorboards
is used to test a Google Tensorboard resource
describe google_vertex_ai_tensorboards(parent: "projects/#{gcp_project_id}/locations/#{tensorboard['region']}", region: ' value_region') do
it { should exist }
end
Properties that can be accessed from the google_vertex_ai_tensorboards
resource:
See google_vertex_ai_tensorboard.md 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
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.