Package com.google.cloud.aiplatform.v1
Interface ToolConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ToolConfig,ToolConfig.Builder
@Generated
public interface ToolConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional.Optional.Optional.Optional.booleanOptional.booleanOptional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasFunctionCallingConfig
boolean hasFunctionCallingConfig()Optional. Function calling config.
.google.cloud.aiplatform.v1.FunctionCallingConfig function_calling_config = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the functionCallingConfig field is set.
-
getFunctionCallingConfig
FunctionCallingConfig getFunctionCallingConfig()Optional. Function calling config.
.google.cloud.aiplatform.v1.FunctionCallingConfig function_calling_config = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The functionCallingConfig.
-
getFunctionCallingConfigOrBuilder
FunctionCallingConfigOrBuilder getFunctionCallingConfigOrBuilder()Optional. Function calling config.
.google.cloud.aiplatform.v1.FunctionCallingConfig function_calling_config = 1 [(.google.api.field_behavior) = OPTIONAL]; -
hasRetrievalConfig
boolean hasRetrievalConfig()Optional. Retrieval config.
.google.cloud.aiplatform.v1.RetrievalConfig retrieval_config = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the retrievalConfig field is set.
-
getRetrievalConfig
RetrievalConfig getRetrievalConfig()Optional. Retrieval config.
.google.cloud.aiplatform.v1.RetrievalConfig retrieval_config = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The retrievalConfig.
-
getRetrievalConfigOrBuilder
RetrievalConfigOrBuilder getRetrievalConfigOrBuilder()Optional. Retrieval config.
.google.cloud.aiplatform.v1.RetrievalConfig retrieval_config = 2 [(.google.api.field_behavior) = OPTIONAL];
-