Google Cloud Data Catalog V1 Client - Class VertexDatasetSpec (2.3.2)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class VertexDatasetSpec.
Specification for vertex dataset resources.
Generated from protobuf message google.cloud.datacatalog.v1.VertexDatasetSpec
Namespace
Google \ Cloud \ DataCatalog \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ data_item_count |
int|string
The number of DataItems in this Dataset. Only apply for non-structured Dataset. |
↳ data_type |
int
Type of the dataset. |
getDataItemCount
The number of DataItems in this Dataset. Only apply for non-structured Dataset.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setDataItemCount
The number of DataItems in this Dataset. Only apply for non-structured Dataset.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDataType
Type of the dataset.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type DataType. |
setDataType
Type of the dataset.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type DataType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|