Resource: ServingProfile
Configures the serving behavior for a resource-less GenAI serving.
namestring
Identifier. The resource name of the ServingProfile.
displayNamestring
Required. The display name of the ServingProfile. The name can be up to 128 characters long and can consist of any UTF-8 characters.
descriptionstring
Optional. The description of the ServingProfile.
Required. The specific API this ServingProfile applies to.
Output only. timestamp when the ServingProfile was created.
Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
Output only. timestamp when the ServingProfile was last updated.
Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
profile_specUnion type
CMEK configuration for the ServingProfile.
| JSON representation |
|---|
{ "name": string, "displayName": string, "description": string, "scope": enum ( |
CmekConfig
Configuration for Customer-Managed Encryption Keys (CMEK).
Required. The customer-managed encryption key spec for the Serving Profile.
| JSON representation |
|---|
{
"encryptionSpec": {
object ( |
ServingProfileScope
The specific API this ServingProfile applies to.
| Enums | |
|---|---|
SERVING_PROFILE_SCOPE_UNSPECIFIED |
Default value. This value is unused. When users create a ServingProfile, they must choose a scope. |
GEMINI_LIVE |
The scope for Gemini Live. |
INTERACTIONS_API |
The scope for Interactions API. |
RESPONSE_API |
The scope for Response API. |
Methods |
|
|---|---|
|
Creates a ServingProfile. |
|
Deletes a ServingProfile. |
|
Gets a ServingProfile. |
|
Lists ServingProfiles in a Location. |
|
Updates a ServingProfile. |