Interface ToolConfigOrBuilder (3.58.0)

public interface ToolConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFunctionCallingConfig()

public abstract FunctionCallingConfig getFunctionCallingConfig()

Optional. Function calling config.

.google.cloud.aiplatform.v1beta1.FunctionCallingConfig function_calling_config = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FunctionCallingConfig

The functionCallingConfig.

getFunctionCallingConfigOrBuilder()

public abstract FunctionCallingConfigOrBuilder getFunctionCallingConfigOrBuilder()

Optional. Function calling config.

.google.cloud.aiplatform.v1beta1.FunctionCallingConfig function_calling_config = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FunctionCallingConfigOrBuilder

getRetrievalConfig()

public abstract RetrievalConfig getRetrievalConfig()

Optional. Retrieval config.

.google.cloud.aiplatform.v1beta1.RetrievalConfig retrieval_config = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
RetrievalConfig

The retrievalConfig.

getRetrievalConfigOrBuilder()

public abstract RetrievalConfigOrBuilder getRetrievalConfigOrBuilder()

Optional. Retrieval config.

.google.cloud.aiplatform.v1beta1.RetrievalConfig retrieval_config = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
RetrievalConfigOrBuilder

hasFunctionCallingConfig()

public abstract boolean hasFunctionCallingConfig()

Optional. Function calling config.

.google.cloud.aiplatform.v1beta1.FunctionCallingConfig function_calling_config = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the functionCallingConfig field is set.

hasRetrievalConfig()

public abstract boolean hasRetrievalConfig()

Optional. Retrieval config.

.google.cloud.aiplatform.v1beta1.RetrievalConfig retrieval_config = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the retrievalConfig field is set.