google_api_machine_learning v0.15.0 GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_OperationMetadata View Source
Represents the metadata of the long-running operation.
Attributes
createTime
(type:DateTime.t
, default:nil
) - The time the operation was submitted.endTime
(type:DateTime.t
, default:nil
) - The time operation processing completed.isCancellationRequested
(type:boolean()
, default:nil
) - Indicates whether a request to cancel this operation has been made.labels
(type:map()
, default:nil
) - The user labels, inherited from the model or the model version being operated on.modelName
(type:String.t
, default:nil
) - Contains the name of the model associated with the operation.operationType
(type:String.t
, default:nil
) - The operation type.projectNumber
(type:String.t
, default:nil
) - Contains the project number associated with the operation.startTime
(type:DateTime.t
, default:nil
) - The time operation processing started.version
(type:GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Version.t
, default:nil
) - Contains the version associated with the operation.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_OperationMetadata{ createTime: DateTime.t(), endTime: DateTime.t(), isCancellationRequested: boolean(), labels: map(), modelName: String.t(), operationType: String.t(), projectNumber: String.t(), startTime: DateTime.t(), version: GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Version.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.