View Source GoogleApi.Language.V1.Model.XPSXpsOperationMetadata (google_api_language v0.15.0)
Attributes
-
exampleCount
(type:String.t
, default:nil
) - Optional. XPS server can opt to provide example count of the long running operation (e.g. training, data importing, batch prediction). -
reportingMetrics
(type:GoogleApi.Language.V1.Model.XPSReportingMetrics.t
, default:nil
) - Metrics for the operation. By the time the operation is terminated (whether succeeded or failed) as returned from XPS, AutoML BE assumes the metrics are finalized. AutoML BE transparently posts the metrics to Chemist if it's not empty, regardless of the response content or error type. If user is supposed to be charged in case of cancellation/error, this field should be set. In the case where the type of LRO doesn't require any billing, this field should be left unset. -
tablesTrainingOperationMetadata
(type:GoogleApi.Language.V1.Model.XPSTablesTrainingOperationMetadata.t
, default:nil
) - -
videoBatchPredictOperationMetadata
(type:GoogleApi.Language.V1.Model.XPSVideoBatchPredictOperationMetadata.t
, default:nil
) - -
videoTrainingOperationMetadata
(type:GoogleApi.Language.V1.Model.XPSVideoTrainingOperationMetadata.t
, default:nil
) - -
visionTrainingOperationMetadata
(type:GoogleApi.Language.V1.Model.XPSVisionTrainingOperationMetadata.t
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Language.V1.Model.XPSXpsOperationMetadata{ exampleCount: String.t() | nil, reportingMetrics: GoogleApi.Language.V1.Model.XPSReportingMetrics.t() | nil, tablesTrainingOperationMetadata: GoogleApi.Language.V1.Model.XPSTablesTrainingOperationMetadata.t() | nil, videoBatchPredictOperationMetadata: GoogleApi.Language.V1.Model.XPSVideoBatchPredictOperationMetadata.t() | nil, videoTrainingOperationMetadata: GoogleApi.Language.V1.Model.XPSVideoTrainingOperationMetadata.t() | nil, visionTrainingOperationMetadata: GoogleApi.Language.V1.Model.XPSVisionTrainingOperationMetadata.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.