Package com.google.cloud.aiplatform.v1
Interface ComputeTokensRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ComputeTokensRequest,ComputeTokensRequest.Builder
@Generated
public interface ComputeTokensRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetContents(int index) Optional.intOptional.Optional.getContentsOrBuilder(int index) Optional.List<? extends ContentOrBuilder>Optional.Required.com.google.protobuf.ByteStringRequired.com.google.protobuf.ValuegetInstances(int index) Optional.intOptional.List<com.google.protobuf.Value>Optional.com.google.protobuf.ValueOrBuildergetInstancesOrBuilder(int index) Optional.List<? extends com.google.protobuf.ValueOrBuilder>Optional.getModel()Optional.com.google.protobuf.ByteStringOptional.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
-
getEndpoint
String getEndpoint()Required. The name of the Endpoint requested to get lists of tokens and token ids.
string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The endpoint.
-
getEndpointBytes
com.google.protobuf.ByteString getEndpointBytes()Required. The name of the Endpoint requested to get lists of tokens and token ids.
string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for endpoint.
-
getInstancesList
List<com.google.protobuf.Value> getInstancesList()Optional. The instances that are the input to token computing API call. Schema is identical to the prediction schema of the text model, even for the non-text models, like chat models, or Codey models.
repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = OPTIONAL]; -
getInstances
com.google.protobuf.Value getInstances(int index) Optional. The instances that are the input to token computing API call. Schema is identical to the prediction schema of the text model, even for the non-text models, like chat models, or Codey models.
repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = OPTIONAL]; -
getInstancesCount
int getInstancesCount()Optional. The instances that are the input to token computing API call. Schema is identical to the prediction schema of the text model, even for the non-text models, like chat models, or Codey models.
repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = OPTIONAL]; -
getInstancesOrBuilderList
List<? extends com.google.protobuf.ValueOrBuilder> getInstancesOrBuilderList()Optional. The instances that are the input to token computing API call. Schema is identical to the prediction schema of the text model, even for the non-text models, like chat models, or Codey models.
repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = OPTIONAL]; -
getInstancesOrBuilder
com.google.protobuf.ValueOrBuilder getInstancesOrBuilder(int index) Optional. The instances that are the input to token computing API call. Schema is identical to the prediction schema of the text model, even for the non-text models, like chat models, or Codey models.
repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = OPTIONAL]; -
getModel
String 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:
- The model.
-
getModelBytes
com.google.protobuf.ByteString getModelBytes()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:
- The bytes for model.
-
getContentsList
Optional. Input content.
repeated .google.cloud.aiplatform.v1.Content contents = 4 [(.google.api.field_behavior) = OPTIONAL]; -
getContents
Optional. Input content.
repeated .google.cloud.aiplatform.v1.Content contents = 4 [(.google.api.field_behavior) = OPTIONAL]; -
getContentsCount
int getContentsCount()Optional. Input content.
repeated .google.cloud.aiplatform.v1.Content contents = 4 [(.google.api.field_behavior) = OPTIONAL]; -
getContentsOrBuilderList
List<? extends ContentOrBuilder> getContentsOrBuilderList()Optional. Input content.
repeated .google.cloud.aiplatform.v1.Content contents = 4 [(.google.api.field_behavior) = OPTIONAL]; -
getContentsOrBuilder
Optional. Input content.
repeated .google.cloud.aiplatform.v1.Content contents = 4 [(.google.api.field_behavior) = OPTIONAL];
-