public static interface Engine.MediaRecommendationEngineConfig.OptimizationObjectiveConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getTargetField()
Required.
|
com.google.protobuf.ByteString |
getTargetFieldBytes()
Required.
|
float |
getTargetFieldValueFloat()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTargetField()
Required. The name of the field to target. Currently supported values: `watch-percentage`, `watch-time`.
string target_field = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getTargetFieldBytes()
Required. The name of the field to target. Currently supported values: `watch-percentage`, `watch-time`.
string target_field = 1 [(.google.api.field_behavior) = REQUIRED];float getTargetFieldValueFloat()
Required. The threshold to be applied to the target (e.g., 0.5).
float target_field_value_float = 2 [(.google.api.field_behavior) = REQUIRED];Copyright © 2024 Google LLC. All rights reserved.