public static interface ExperimentInfo.ServingConfigExperimentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getExperimentServingConfig()
The fully qualified resource name of the serving config
[VariantArm.serving_config_id][] responsible for generating the search
response.
|
com.google.protobuf.ByteString |
getExperimentServingConfigBytes()
The fully qualified resource name of the serving config
[VariantArm.serving_config_id][] responsible for generating the search
response.
|
String |
getOriginalServingConfig()
The fully qualified resource name of the original
[SearchRequest.placement][google.cloud.retail.v2beta.SearchRequest.placement]
in the search request prior to reassignment by experiment API.
|
com.google.protobuf.ByteString |
getOriginalServingConfigBytes()
The fully qualified resource name of the original
[SearchRequest.placement][google.cloud.retail.v2beta.SearchRequest.placement]
in the search request prior to reassignment by experiment API.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getOriginalServingConfig()
The fully qualified resource name of the original [SearchRequest.placement][google.cloud.retail.v2beta.SearchRequest.placement] in the search request prior to reassignment by experiment API. For example: `projects/*/locations/*/catalogs/*/servingConfigs/*`.
string original_serving_config = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getOriginalServingConfigBytes()
The fully qualified resource name of the original [SearchRequest.placement][google.cloud.retail.v2beta.SearchRequest.placement] in the search request prior to reassignment by experiment API. For example: `projects/*/locations/*/catalogs/*/servingConfigs/*`.
string original_serving_config = 1 [(.google.api.resource_reference) = { ... }String getExperimentServingConfig()
The fully qualified resource name of the serving config [VariantArm.serving_config_id][] responsible for generating the search response. For example: `projects/*/locations/*/catalogs/*/servingConfigs/*`.
string experiment_serving_config = 2 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getExperimentServingConfigBytes()
The fully qualified resource name of the serving config [VariantArm.serving_config_id][] responsible for generating the search response. For example: `projects/*/locations/*/catalogs/*/servingConfigs/*`.
string experiment_serving_config = 2 [(.google.api.resource_reference) = { ... }Copyright © 2024 Google LLC. All rights reserved.