Class: Google::Cloud::SecurityCenter::V2::VertexAi::Dataset

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycenter/v2/vertex_ai.rb

Overview

Vertex AI dataset associated with the finding.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns The user defined display name of dataset, e.g. plants-dataset.

Returns:

  • (::String)

    The user defined display name of dataset, e.g. plants-dataset



47
48
49
50
# File 'proto_docs/google/cloud/securitycenter/v2/vertex_ai.rb', line 47

class Dataset
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Resource name of the dataset, e.g. projects/{project}/locations/{location}/datasets/2094040236064505856.

Returns:

  • (::String)

    Resource name of the dataset, e.g. projects/{project}/locations/{location}/datasets/2094040236064505856



47
48
49
50
# File 'proto_docs/google/cloud/securitycenter/v2/vertex_ai.rb', line 47

class Dataset
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#source::String

Returns Data source, such as a BigQuery source URI, e.g. bq://scc-nexus-test.AIPPtest.gsod.

Returns:

  • (::String)

    Data source, such as a BigQuery source URI, e.g. bq://scc-nexus-test.AIPPtest.gsod



47
48
49
50
# File 'proto_docs/google/cloud/securitycenter/v2/vertex_ai.rb', line 47

class Dataset
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end