GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1CustomTuningModel (google_api_discovery_engine v0.28.0)
View SourceMetadata that describes a custom tuned model.
Attributes
-
createTime(type:DateTime.t, default:nil) - Deprecated: Timestamp the Model was created at. -
displayName(type:String.t, default:nil) - The display name of the model. -
errorMessage(type:String.t, default:nil) - Currently this is only populated if the model state isINPUT_VALIDATION_FAILED. -
metrics(type:map(), default:nil) - The metrics of the trained model. -
modelState(type:String.t, default:nil) - The state that the model is in (e.g.TRAININGorTRAINING_FAILED). -
modelVersion(type:String.t, default:nil) - The version of the model. -
name(type:String.t, default:nil) - Required. The fully qualified resource name of the model. Format:projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/customTuningModels/{custom_tuning_model}. Model must be an alpha-numerical string with limit of 40 characters. -
trainingStartTime(type:DateTime.t, default:nil) - Timestamp the model training was initiated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1CustomTuningModel{ createTime: DateTime.t() | nil, displayName: String.t() | nil, errorMessage: String.t() | nil, metrics: map() | nil, modelState: String.t() | nil, modelVersion: String.t() | nil, name: String.t() | nil, trainingStartTime: DateTime.t() | nil }