Class: Google::Cloud::DataCatalog::V1::DatasetSpec

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

Overview

Specification that applies to a dataset. Valid only for entries with the DATASET type.

Instance Attribute Summary collapse

Instance Attribute Details

#vertex_dataset_spec::Google::Cloud::DataCatalog::V1::VertexDatasetSpec

Returns Vertex AI Dataset specific fields.

Returns:



765
766
767
768
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 765

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