GoogleCloudRetailV2Model class

Metadata that describes the training and serving parameters of a Model.

A Model can be associated with a ServingConfig and then queried through the Predict API.

Constructors

GoogleCloudRetailV2Model({String? createTime, String? dataState, String? displayName, String? filteringOption, String? lastTuneTime, GoogleCloudRetailV2ModelModelFeaturesConfig? modelFeaturesConfig, String? name, String? optimizationObjective, String? periodicTuningState, List<GoogleCloudRetailV2ModelServingConfigList>? servingConfigLists, String? servingState, String? trainingState, String? tuningOperation, String? type, String? updateTime})
GoogleCloudRetailV2Model.fromJson(Map json_)

Properties

createTime String?
Timestamp the Recommendation Model was created at.
getter/setter pair
dataState String?
The state of data requirements for this model: DATA_OK and DATA_ERROR.
getter/setter pair
displayName String?
The display name of the model.
getter/setter pair
filteringOption String?
If RECOMMENDATIONS_FILTERING_ENABLED, recommendation filtering by attributes is enabled for the model.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastTuneTime String?
The timestamp when the latest successful tune finished.
getter/setter pair
modelFeaturesConfig GoogleCloudRetailV2ModelModelFeaturesConfig?
Additional model features config.
getter/setter pair
name String?
The fully qualified resource name of the model.
getter/setter pair
optimizationObjective String?
The optimization objective e.g. cvr.
getter/setter pair
periodicTuningState String?
The state of periodic tuning.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
servingConfigLists List<GoogleCloudRetailV2ModelServingConfigList>?
The list of valid serving configs associated with the PageOptimizationConfig.
getter/setter pair
servingState String?
The serving state of the model: ACTIVE, NOT_ACTIVE.
getter/setter pair
trainingState String?
The training state that the model is in (e.g. TRAINING or PAUSED).
getter/setter pair
tuningOperation String?
The tune operation associated with the model.
getter/setter pair
type String?
The type of model e.g. home-page.
getter/setter pair
updateTime String?
Timestamp the Recommendation Model was last updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited