Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class CsvSource.
The storage details for CSV input content.
Generated from protobuf message google.cloud.aiplatform.v1.CsvSource
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ gcs_source |
Google\Cloud\AIPlatform\V1\GcsSource
Required. Google Cloud Storage location. |
getGcsSource
Required. Google Cloud Storage location.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\AIPlatform\V1\GcsSource|null |
|
hasGcsSource
clearGcsSource
setGcsSource
Required. Google Cloud Storage location.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\AIPlatform\V1\GcsSource
|
| Returns | |
|---|---|
| Type | Description |
$this |
|