publicfinalclass CountTokensRequestextendsGeneratedMessageV3implementsCountTokensRequestOrBuilder
Request message for [PredictionService.CountTokens][].
Protobuf type google.cloud.vertexai.v1.CountTokensRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CONTENTS_FIELD_NUMBER
publicstaticfinalintCONTENTS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
ENDPOINT_FIELD_NUMBER
publicstaticfinalintENDPOINT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
GENERATION_CONFIG_FIELD_NUMBER
publicstaticfinalintGENERATION_CONFIG_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
INSTANCES_FIELD_NUMBER
publicstaticfinalintINSTANCES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
MODEL_FIELD_NUMBER
publicstaticfinalintMODEL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
SYSTEM_INSTRUCTION_FIELD_NUMBER
publicstaticfinalintSYSTEM_INSTRUCTION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintTOOLS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticCountTokensRequestgetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticCountTokensRequest.BuildernewBuilder()
newBuilder(CountTokensRequest prototype)
publicstaticCountTokensRequest.BuildernewBuilder(CountTokensRequestprototype)
publicstaticCountTokensRequestparseDelimitedFrom(InputStreaminput)
publicstaticCountTokensRequestparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticCountTokensRequestparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticCountTokensRequestparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticCountTokensRequestparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticCountTokensRequestparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticCountTokensRequestparseFrom(CodedInputStreaminput)
publicstaticCountTokensRequestparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticCountTokensRequestparseFrom(InputStreaminput)
publicstaticCountTokensRequestparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticCountTokensRequestparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticCountTokensRequestparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<CountTokensRequest>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getContents(int index)
publicContentgetContents(intindex)
Optional. Input content.
repeated .google.cloud.vertexai.v1.Content contents = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getContentsCount()
publicintgetContentsCount()
Optional. Input content.
repeated .google.cloud.vertexai.v1.Content contents = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
getContentsList()
publicList<Content>getContentsList()
Optional. Input content.
repeated .google.cloud.vertexai.v1.Content contents = 4 [(.google.api.field_behavior) = OPTIONAL];
getContentsOrBuilder(int index)
publicContentOrBuildergetContentsOrBuilder(intindex)
Optional. Input content.
repeated .google.cloud.vertexai.v1.Content contents = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getContentsOrBuilderList()
publicList<?extendsContentOrBuilder>getContentsOrBuilderList()
Optional. Input content.
repeated .google.cloud.vertexai.v1.Content contents = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.vertexai.api.ContentOrBuilder> |
getDefaultInstanceForType()
publicCountTokensRequestgetDefaultInstanceForType()
getEndpoint()
publicStringgetEndpoint()
Required. The name of the Endpoint requested to perform token counting.
Format:
projects/{project}/locations/{location}/endpoints/{endpoint}
string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns |
| Type |
Description |
String |
The endpoint.
|
getEndpointBytes()
publicByteStringgetEndpointBytes()
Required. The name of the Endpoint requested to perform token counting.
Format:
projects/{project}/locations/{location}/endpoints/{endpoint}
string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns |
| Type |
Description |
ByteString |
The bytes for endpoint.
|
getGenerationConfig()
publicGenerationConfiggetGenerationConfig()
Optional. Generation config that the model will use to generate the
response.
optional .google.cloud.vertexai.v1.GenerationConfig generation_config = 7 [(.google.api.field_behavior) = OPTIONAL];
getGenerationConfigOrBuilder()
publicGenerationConfigOrBuildergetGenerationConfigOrBuilder()
Optional. Generation config that the model will use to generate the
response.
optional .google.cloud.vertexai.v1.GenerationConfig generation_config = 7 [(.google.api.field_behavior) = OPTIONAL];
getInstances(int index)
publicValuegetInstances(intindex)
Optional. The instances that are the input to token counting call.
Schema is identical to the prediction schema of the underlying model.
repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
| Returns |
| Type |
Description |
Value |
getInstancesCount()
publicintgetInstancesCount()
Optional. The instances that are the input to token counting call.
Schema is identical to the prediction schema of the underlying model.
repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
getInstancesList()
publicList<Value>getInstancesList()
Optional. The instances that are the input to token counting call.
Schema is identical to the prediction schema of the underlying model.
repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = OPTIONAL];
getInstancesOrBuilder(int index)
publicValueOrBuildergetInstancesOrBuilder(intindex)
Optional. The instances that are the input to token counting call.
Schema is identical to the prediction schema of the underlying model.
repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getInstancesOrBuilderList()
publicList<?extendsValueOrBuilder>getInstancesOrBuilderList()
Optional. The instances that are the input to token counting call.
Schema is identical to the prediction schema of the underlying model.
repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
List<? extends com.google.protobuf.ValueOrBuilder> |
getModel()
Optional. The name of the publisher model requested to serve the
prediction. Format:
projects/{project}/locations/{location}/publishers/*/models/*
string model = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
String |
The model.
|
getModelBytes()
publicByteStringgetModelBytes()
Optional. The name of the publisher model requested to serve the
prediction. Format:
projects/{project}/locations/{location}/publishers/*/models/*
string model = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
ByteString |
The bytes for model.
|
getParserForType()
publicParser<CountTokensRequest>getParserForType()
Overrides
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
getSystemInstruction()
publicContentgetSystemInstruction()
Optional. The user provided system instructions for the model.
Note: only text should be used in parts and content in each part will be in
a separate paragraph.
optional .google.cloud.vertexai.v1.Content system_instruction = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
Content |
The systemInstruction.
|
getSystemInstructionOrBuilder()
publicContentOrBuildergetSystemInstructionOrBuilder()
Optional. The user provided system instructions for the model.
Note: only text should be used in parts and content in each part will be in
a separate paragraph.
optional .google.cloud.vertexai.v1.Content system_instruction = 5 [(.google.api.field_behavior) = OPTIONAL];
publicToolgetTools(intindex)
Optional. A list of Tools the model may use to generate the next
response.
A Tool is a piece of code that enables the system to interact with
external systems to perform an action, or set of actions, outside of
knowledge and scope of the model.
repeated .google.cloud.vertexai.v1.Tool tools = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
| Returns |
| Type |
Description |
Tool |
Optional. A list of Tools the model may use to generate the next
response.
A Tool is a piece of code that enables the system to interact with
external systems to perform an action, or set of actions, outside of
knowledge and scope of the model.
repeated .google.cloud.vertexai.v1.Tool tools = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
publicList<Tool>getToolsList()
Optional. A list of Tools the model may use to generate the next
response.
A Tool is a piece of code that enables the system to interact with
external systems to perform an action, or set of actions, outside of
knowledge and scope of the model.
repeated .google.cloud.vertexai.v1.Tool tools = 6 [(.google.api.field_behavior) = OPTIONAL];
publicToolOrBuildergetToolsOrBuilder(intindex)
Optional. A list of Tools the model may use to generate the next
response.
A Tool is a piece of code that enables the system to interact with
external systems to perform an action, or set of actions, outside of
knowledge and scope of the model.
repeated .google.cloud.vertexai.v1.Tool tools = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
publicList<?extendsToolOrBuilder>getToolsOrBuilderList()
Optional. A list of Tools the model may use to generate the next
response.
A Tool is a piece of code that enables the system to interact with
external systems to perform an action, or set of actions, outside of
knowledge and scope of the model.
repeated .google.cloud.vertexai.v1.Tool tools = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.vertexai.api.ToolOrBuilder> |
hasGenerationConfig()
publicbooleanhasGenerationConfig()
Optional. Generation config that the model will use to generate the
response.
optional .google.cloud.vertexai.v1.GenerationConfig generation_config = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
Whether the generationConfig field is set.
|
hasSystemInstruction()
publicbooleanhasSystemInstruction()
Optional. The user provided system instructions for the model.
Note: only text should be used in parts and content in each part will be in
a separate paragraph.
optional .google.cloud.vertexai.v1.Content system_instruction = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
Whether the systemInstruction field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicCountTokensRequest.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedCountTokensRequest.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicCountTokensRequest.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides