Batch request to get a text embedding from the model.
The response to a EmbedTextRequest.
A collection of source attributions for a piece of content.
A citation to a source for a portion of a specific response.
Content filtering metadata associated with processing a single request.
Counts the number of tokens in the prompt
sent to a model.
A response from CountMessageTokens
.
Counts the number of tokens in the prompt
sent to a model.
A response from CountTextTokens
.
Request to create a Permission
.
Metadata about the state and progress of creating a tuned model returned from
the long-running operation
Request to create a TunedModel.
Dataset for training or validation.
Request to delete the Permission
.
Request to delete a TunedModel.
Request to get a text embedding from the model.
The response to a EmbedTextRequest.
A list of floats representing the embedding.
An input/output example used to instruct the Model.
Request to generate a message response from the model.
The response from the model.
Request to generate a text completion response from the model.
The response from the model, including candidate completions.
Request for getting information about a specific Model.
Request for getting information about a specific Permission
.
Request for getting information about a specific Model.
Hyperparameters controlling the tuning process.
Request for listing all Models.
Response from ListModel
containing a paginated list of Models.
Request for listing permissions.
Response from ListPermissions
containing a paginated list of
permissions.
Request for listing TunedModels.
Response from ListTunedModels
containing a paginated list of Models.
The base unit of structured text.
All of the structured input text passed to the model as a prompt.
Information about a Generative Language Model.
Permission resource grants user, group or the rest of the world access to the
PaLM API resource (e.g. a tuned model, file).
Safety feedback for an entire request.
Safety rating for a piece of content.
Safety setting, affecting the safety-blocking behavior.
Output text returned from a model.
Text given to the model as a prompt.
Request to transfer the ownership of the tuned model.
Response from TransferOwnership
.
A fine-tuned model created using ModelService.CreateTunedModel.
Tuned model as a source for training a new model.
A single example for tuning.
A set of tuning examples. Can be training or validatation data.
Record for a single tuning step.
Tuning tasks that create tuned models.
Request to update the Permission
.
Request to update a TunedModel.