| Package | Description |
|---|---|
| com.volcengine.model.maas.api |
| Modifier and Type | Method and Description |
|---|---|
Api.Function.Builder |
Api.Function.Builder.addAllExamples(Iterable<String> values)
The examples of the function parameters, as the above json schema
describes.
|
Api.Function.Builder |
Api.Function.Builder.addExamples(String value)
The examples of the function parameters, as the above json schema
describes.
|
Api.Function.Builder |
Api.Function.Builder.addExamplesBytes(com.google.protobuf.ByteString value)
The examples of the function parameters, as the above json schema
describes.
|
Api.Function.Builder |
Api.ChatReq.Builder.addFunctionsBuilder()
optional list of functions the model may generate json inputs for.
|
Api.Function.Builder |
Api.ChatReq.Builder.addFunctionsBuilder(int index)
optional list of functions the model may generate json inputs for.
|
Api.Function.Builder |
Api.Function.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Api.Function.Builder |
Api.Function.Builder.clear() |
Api.Function.Builder |
Api.Function.Builder.clearDescription()
A description of the function, used by the model to choose when and how to
call the function.
|
Api.Function.Builder |
Api.Function.Builder.clearExamples()
The examples of the function parameters, as the above json schema
describes.
|
Api.Function.Builder |
Api.Function.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Api.Function.Builder |
Api.Function.Builder.clearName()
The name of the function.
|
Api.Function.Builder |
Api.Function.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Api.Function.Builder |
Api.Function.Builder.clearParameters()
The parameters of the function, described as Json Schema.
|
Api.Function.Builder |
Api.Function.Builder.clone() |
Api.Function.Builder |
Api.ChatReq.Builder.getFunctionsBuilder(int index)
optional list of functions the model may generate json inputs for.
|
Api.Function.Builder |
Api.Function.Builder.mergeFrom(Api.Function other) |
Api.Function.Builder |
Api.Function.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Api.Function.Builder |
Api.Function.Builder.mergeFrom(com.google.protobuf.Message other) |
Api.Function.Builder |
Api.Function.Builder.mergeParameters(com.google.protobuf.Struct value)
The parameters of the function, described as Json Schema.
|
Api.Function.Builder |
Api.Function.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Api.Function.Builder |
Api.Function.newBuilder() |
static Api.Function.Builder |
Api.Function.newBuilder(Api.Function prototype) |
Api.Function.Builder |
Api.Function.newBuilderForType() |
protected Api.Function.Builder |
Api.Function.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Api.Function.Builder |
Api.Function.Builder.setDescription(String value)
A description of the function, used by the model to choose when and how to
call the function.
|
Api.Function.Builder |
Api.Function.Builder.setDescriptionBytes(com.google.protobuf.ByteString value)
A description of the function, used by the model to choose when and how to
call the function.
|
Api.Function.Builder |
Api.Function.Builder.setExamples(int index,
String value)
The examples of the function parameters, as the above json schema
describes.
|
Api.Function.Builder |
Api.Function.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Api.Function.Builder |
Api.Function.Builder.setName(String value)
The name of the function.
|
Api.Function.Builder |
Api.Function.Builder.setNameBytes(com.google.protobuf.ByteString value)
The name of the function.
|
Api.Function.Builder |
Api.Function.Builder.setParameters(com.google.protobuf.Struct.Builder builderForValue)
The parameters of the function, described as Json Schema.
|
Api.Function.Builder |
Api.Function.Builder.setParameters(com.google.protobuf.Struct value)
The parameters of the function, described as Json Schema.
|
Api.Function.Builder |
Api.Function.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Api.Function.Builder |
Api.Function.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Api.Function.Builder |
Api.Function.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Api.Function.Builder> |
Api.ChatReq.Builder.getFunctionsBuilderList()
optional list of functions the model may generate json inputs for.
|
| Modifier and Type | Method and Description |
|---|---|
Api.ChatReq.Builder |
Api.ChatReq.Builder.addFunctions(Api.Function.Builder builderForValue)
optional list of functions the model may generate json inputs for.
|
Api.ChatReq.Builder |
Api.ChatReq.Builder.addFunctions(int index,
Api.Function.Builder builderForValue)
optional list of functions the model may generate json inputs for.
|
Api.ChatReq.Builder |
Api.ChatReq.Builder.setFunctions(int index,
Api.Function.Builder builderForValue)
optional list of functions the model may generate json inputs for.
|
Copyright © 2025. All rights reserved.