public interface RubricBasedInstructionFollowingInstanceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RubricBasedInstructionFollowingInstance.InstanceCase |
getInstanceCase() |
String |
getJsonInstance()
Required.
|
com.google.protobuf.ByteString |
getJsonInstanceBytes()
Required.
|
boolean |
hasJsonInstance()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasJsonInstance()
Required. Instance specified as a json string. String key-value pairs are expected in the json_instance to render RubricBasedInstructionFollowing prompt templates.
string json_instance = 1 [(.google.api.field_behavior) = REQUIRED];String getJsonInstance()
Required. Instance specified as a json string. String key-value pairs are expected in the json_instance to render RubricBasedInstructionFollowing prompt templates.
string json_instance = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getJsonInstanceBytes()
Required. Instance specified as a json string. String key-value pairs are expected in the json_instance to render RubricBasedInstructionFollowing prompt templates.
string json_instance = 1 [(.google.api.field_behavior) = REQUIRED];RubricBasedInstructionFollowingInstance.InstanceCase getInstanceCase()
Copyright © 2025 Google LLC. All rights reserved.