public interface PairwiseMetricInstanceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ContentMap |
getContentMapInstance()
Key-value contents for the mutlimodality input, including text, image,
video, audio, and pdf, etc.
|
ContentMapOrBuilder |
getContentMapInstanceOrBuilder()
Key-value contents for the mutlimodality input, including text, image,
video, audio, and pdf, etc.
|
PairwiseMetricInstance.InstanceCase |
getInstanceCase() |
String |
getJsonInstance()
Instance specified as a json string.
|
com.google.protobuf.ByteString |
getJsonInstanceBytes()
Instance specified as a json string.
|
boolean |
hasContentMapInstance()
Key-value contents for the mutlimodality input, including text, image,
video, audio, and pdf, etc.
|
boolean |
hasJsonInstance()
Instance specified as a json string.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasJsonInstance()
Instance specified as a json string. String key-value pairs are expected in the json_instance to render PairwiseMetricSpec.instance_prompt_template.
string json_instance = 1;String getJsonInstance()
Instance specified as a json string. String key-value pairs are expected in the json_instance to render PairwiseMetricSpec.instance_prompt_template.
string json_instance = 1;com.google.protobuf.ByteString getJsonInstanceBytes()
Instance specified as a json string. String key-value pairs are expected in the json_instance to render PairwiseMetricSpec.instance_prompt_template.
string json_instance = 1;boolean hasContentMapInstance()
Key-value contents for the mutlimodality input, including text, image, video, audio, and pdf, etc. The key is placeholder in metric prompt template, and the value is the multimodal content.
.google.cloud.aiplatform.v1beta1.ContentMap content_map_instance = 2;ContentMap getContentMapInstance()
Key-value contents for the mutlimodality input, including text, image, video, audio, and pdf, etc. The key is placeholder in metric prompt template, and the value is the multimodal content.
.google.cloud.aiplatform.v1beta1.ContentMap content_map_instance = 2;ContentMapOrBuilder getContentMapInstanceOrBuilder()
Key-value contents for the mutlimodality input, including text, image, video, audio, and pdf, etc. The key is placeholder in metric prompt template, and the value is the multimodal content.
.google.cloud.aiplatform.v1beta1.ContentMap content_map_instance = 2;PairwiseMetricInstance.InstanceCase getInstanceCase()
Copyright © 2025 Google LLC. All rights reserved.