Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class AutomlDataset.
Represents one Dataset in automl.googleapis.com.
Generated from protobuf message google.cloud.aiplatform.v1.MigratableResource.AutomlDataset
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ dataset |
string
Full resource name of automl Dataset. Format: |
↳ dataset_display_name |
string
The Dataset's display name in automl.googleapis.com. |
getDataset
Full resource name of automl Dataset.
Format:
projects/{project}/locations/{location}/datasets/{dataset}
.
Returns | |
---|---|
Type | Description |
string |
setDataset
Full resource name of automl Dataset.
Format:
projects/{project}/locations/{location}/datasets/{dataset}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDatasetDisplayName
The Dataset's display name in automl.googleapis.com.
Returns | |
---|---|
Type | Description |
string |
setDatasetDisplayName
The Dataset's display name in automl.googleapis.com.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |