- 3.52.0 (latest)
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.2
- 3.3.0
- 3.2.0
- 3.0.0
- 2.9.8
- 2.8.9
- 2.7.4
- 2.5.3
- 2.4.0
public interface ToolUseExampleOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()
Required. The display name for example.
string display_name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()
Required. The display name for example.
string display_name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for displayName. |
getExtensionOperation()
public abstract ToolUseExample.ExtensionOperation getExtensionOperation()
Extension operation to call.
.google.cloud.aiplatform.v1beta1.ToolUseExample.ExtensionOperation extension_operation = 10;
Returns | |
---|---|
Type | Description |
ToolUseExample.ExtensionOperation |
The extensionOperation. |
getExtensionOperationOrBuilder()
public abstract ToolUseExample.ExtensionOperationOrBuilder getExtensionOperationOrBuilder()
Extension operation to call.
.google.cloud.aiplatform.v1beta1.ToolUseExample.ExtensionOperation extension_operation = 10;
Returns | |
---|---|
Type | Description |
ToolUseExample.ExtensionOperationOrBuilder |
getFunctionName()
public abstract String getFunctionName()
Function name to call.
string function_name = 11;
Returns | |
---|---|
Type | Description |
String |
The functionName. |
getFunctionNameBytes()
public abstract ByteString getFunctionNameBytes()
Function name to call.
string function_name = 11;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for functionName. |
getQuery()
public abstract String getQuery()
Required. Query that should be routed to this tool.
string query = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The query. |
getQueryBytes()
public abstract ByteString getQueryBytes()
Required. Query that should be routed to this tool.
string query = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for query. |
getRequestParams()
public abstract Struct getRequestParams()
Request parameters used for executing this tool.
.google.protobuf.Struct request_params = 3;
Returns | |
---|---|
Type | Description |
Struct |
The requestParams. |
getRequestParamsOrBuilder()
public abstract StructOrBuilder getRequestParamsOrBuilder()
Request parameters used for executing this tool.
.google.protobuf.Struct request_params = 3;
Returns | |
---|---|
Type | Description |
StructOrBuilder |
getResponseParams()
public abstract Struct getResponseParams()
Response parameters generated by this tool.
.google.protobuf.Struct response_params = 4;
Returns | |
---|---|
Type | Description |
Struct |
The responseParams. |
getResponseParamsOrBuilder()
public abstract StructOrBuilder getResponseParamsOrBuilder()
Response parameters generated by this tool.
.google.protobuf.Struct response_params = 4;
Returns | |
---|---|
Type | Description |
StructOrBuilder |
getResponseSummary()
public abstract String getResponseSummary()
Summary of the tool response to the user query.
string response_summary = 5;
Returns | |
---|---|
Type | Description |
String |
The responseSummary. |
getResponseSummaryBytes()
public abstract ByteString getResponseSummaryBytes()
Summary of the tool response to the user query.
string response_summary = 5;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for responseSummary. |
getTargetCase()
public abstract ToolUseExample.TargetCase getTargetCase()
Returns | |
---|---|
Type | Description |
ToolUseExample.TargetCase |
hasExtensionOperation()
public abstract boolean hasExtensionOperation()
Extension operation to call.
.google.cloud.aiplatform.v1beta1.ToolUseExample.ExtensionOperation extension_operation = 10;
Returns | |
---|---|
Type | Description |
boolean |
Whether the extensionOperation field is set. |
hasFunctionName()
public abstract boolean hasFunctionName()
Function name to call.
string function_name = 11;
Returns | |
---|---|
Type | Description |
boolean |
Whether the functionName field is set. |
hasRequestParams()
public abstract boolean hasRequestParams()
Request parameters used for executing this tool.
.google.protobuf.Struct request_params = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the requestParams field is set. |
hasResponseParams()
public abstract boolean hasResponseParams()
Response parameters generated by this tool.
.google.protobuf.Struct response_params = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the responseParams field is set. |