google_api_machine_learning v0.8.0 GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1OperationMetadata View Source
Represents the metadata of the long-running operation.
Attributes
- createTime (DateTime.t): The time the operation was submitted. Defaults to:
null
. - endTime (DateTime.t): The time operation processing completed. Defaults to:
null
. - isCancellationRequested (boolean()): Indicates whether a request to cancel this operation has been made. Defaults to:
null
. - labels (%{optional(String.t) => String.t}): The user labels, inherited from the model or the model version being operated on. Defaults to:
null
. - modelName (String.t): Contains the name of the model associated with the operation. Defaults to:
null
. operationType (String.t): The operation type. Defaults to:
null
.- Enum - one of [OPERATION_TYPE_UNSPECIFIED, CREATE_VERSION, DELETE_VERSION, DELETE_MODEL, UPDATE_MODEL, UPDATE_VERSION, UPDATE_CONFIG]
- projectNumber (String.t): Contains the project number associated with the operation. Defaults to:
null
. - startTime (DateTime.t): The time operation processing started. Defaults to:
null
. - version (GoogleCloudMlV1Version): Contains the version associated with the operation. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1OperationMetadata{
createTime: DateTime.t(),
endTime: DateTime.t(),
isCancellationRequested: any(),
labels: map(),
modelName: any(),
operationType: any(),
projectNumber: any(),
startTime: DateTime.t(),
version: GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1Version.t()
}
t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1OperationMetadata{ createTime: DateTime.t(), endTime: DateTime.t(), isCancellationRequested: any(), labels: map(), modelName: any(), operationType: any(), projectNumber: any(), startTime: DateTime.t(), version: GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1Version.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.