Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ExportDataResponse.
Response message for DatasetService.ExportData.
Generated from protobuf message google.cloud.aiplatform.v1.ExportDataResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ exported_files |
array
All of the files that are exported in this export operation. |
getExportedFiles
All of the files that are exported in this export operation.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setExportedFiles
All of the files that are exported in this export operation.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |