View Source GoogleApi.Language.V2.Model.XPSImageSegmentationTrainResponse (google_api_language v0.16.0)
Attributes
-
colorMaps
(type:list(GoogleApi.Language.V2.Model.XPSColorMap.t)
, default:nil
) - Color map of the model. -
exportModelSpec
(type:GoogleApi.Language.V2.Model.XPSImageExportModelSpec.t
, default:nil
) - NOTE: These fields are not used/needed in EAP but will be set later. -
modelArtifactSpec
(type:GoogleApi.Language.V2.Model.XPSImageModelArtifactSpec.t
, default:nil
) - ## The fields below are only populated under uCAIP request scope. Model artifact spec stores and model gcs pathes and related metadata -
modelServingSpec
(type:GoogleApi.Language.V2.Model.XPSImageModelServingSpec.t
, default:nil
) - -
stopReason
(type:String.t
, default:nil
) - Stop reason for training job, e.g. 'TRAIN_BUDGET_REACHED', 'MODEL_CONVERGED'. -
trainCostNodeSeconds
(type:String.t
, default:nil
) - The actual train cost of creating this model, expressed in node seconds, i.e. 3,600 value in this field means 1 node hour.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Language.V2.Model.XPSImageSegmentationTrainResponse{ colorMaps: [GoogleApi.Language.V2.Model.XPSColorMap.t()] | nil, exportModelSpec: GoogleApi.Language.V2.Model.XPSImageExportModelSpec.t() | nil, modelArtifactSpec: GoogleApi.Language.V2.Model.XPSImageModelArtifactSpec.t() | nil, modelServingSpec: GoogleApi.Language.V2.Model.XPSImageModelServingSpec.t() | nil, stopReason: String.t() | nil, trainCostNodeSeconds: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.