View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GenericOperationMetadata (google_api_ai_platform v0.13.0)
Generic Metadata shared by all operations.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. Time when the operation was created. -
partialFailures
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleRpcStatus.t)
, default:nil
) - Output only. Partial failures encountered. E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard Google Cloud error details. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. Time when the operation was updated for the last time. If the operation has finished (successfully or not), this is the finish time.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GenericOperationMetadata{ createTime: DateTime.t() | nil, partialFailures: [GoogleApi.AIPlatform.V1.Model.GoogleRpcStatus.t()] | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.