Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class ContextVersion.
List of context versions supported by DCS.
There are two versions of context. This is to maintain versioning for the data agent.
Protobuf type google.cloud.geminidataanalytics.v1beta.DataAgentContext.ContextVersion
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1beta \ DataAgentContextMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CONTEXT_VERSION_UNSPECIFIED
Value: 0
Unspecified or unrecognized.
Generated from protobuf enum CONTEXT_VERSION_UNSPECIFIED = 0;
STAGING
Value: 1
Using this version, DCS will use the latest staging context for the data agent.
Generated from protobuf enum STAGING = 1;
PUBLISHED
Value: 2
Using this version, DCS will use the latest published context for the data agent.
Generated from protobuf enum PUBLISHED = 2;