Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::VertexDatasetSpec.
Specification for vertex dataset resources.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_item_count
def data_item_count() -> ::Integer
Returns
- (::Integer) — The number of DataItems in this Dataset. Only apply for non-structured Dataset.
#data_item_count=
def data_item_count=(value) -> ::Integer
Parameter
- value (::Integer) — The number of DataItems in this Dataset. Only apply for non-structured Dataset.
Returns
- (::Integer) — The number of DataItems in this Dataset. Only apply for non-structured Dataset.
#data_type
def data_type() -> ::Google::Cloud::DataCatalog::V1::VertexDatasetSpec::DataType
Returns
- (::Google::Cloud::DataCatalog::V1::VertexDatasetSpec::DataType) — Type of the dataset.
#data_type=
def data_type=(value) -> ::Google::Cloud::DataCatalog::V1::VertexDatasetSpec::DataType
Parameter
- value (::Google::Cloud::DataCatalog::V1::VertexDatasetSpec::DataType) — Type of the dataset.
Returns
- (::Google::Cloud::DataCatalog::V1::VertexDatasetSpec::DataType) — Type of the dataset.