View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExportDataResponse (google_api_ai_platform v0.13.0)
Response message for DatasetService.ExportData.
Attributes
-
dataStats
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelDataStats.t
, default:nil
) - Only present for custom code training export use case. Records data stats, i.e., train/validation/test item/annotation counts calculated during the export operation. -
exportedFiles
(type:list(String.t)
, default:nil
) - All of the files that are exported in this export operation. For custom code training export, only three (training, validation and test) Cloud Storage paths in wildcard format are populated (for example, gs://.../training-*).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExportDataResponse{ dataStats: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelDataStats.t() | nil, exportedFiles: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.