public static interface ExperimentInfo.ServingConfigExperimentOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExperimentServingConfig()
public abstract String getExperimentServingConfig() The fully qualified resource name of the serving config
Experiment.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) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The experimentServingConfig. |
getExperimentServingConfigBytes()
public abstract ByteString getExperimentServingConfigBytes() The fully qualified resource name of the serving config
Experiment.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) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for experimentServingConfig. |
getOriginalServingConfig()
public abstract String getOriginalServingConfig() The fully qualified resource name of the original
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) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The originalServingConfig. |
getOriginalServingConfigBytes()
public abstract ByteString getOriginalServingConfigBytes() The fully qualified resource name of the original
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) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for originalServingConfig. |