GoogleCloudRetailV2Model constructor
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,
Implementation
GoogleCloudRetailV2Model({
this.createTime,
this.dataState,
this.displayName,
this.filteringOption,
this.lastTuneTime,
this.modelFeaturesConfig,
this.name,
this.optimizationObjective,
this.periodicTuningState,
this.servingConfigLists,
this.servingState,
this.trainingState,
this.tuningOperation,
this.type,
this.updateTime,
});