View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExportDataOperationMetadata (google_api_ai_platform v0.13.0)
Runtime operation information for DatasetService.ExportData.
Attributes
-
gcsOutputDirectory
(type:String.t
, default:nil
) - A Google Cloud Storage directory which path ends with '/'. The exported data is stored in the directory. -
genericMetadata
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GenericOperationMetadata.t
, default:nil
) - The common part of the operation metadata.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExportDataOperationMetadata{ gcsOutputDirectory: String.t() | nil, genericMetadata: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GenericOperationMetadata.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.