Class RuntimeConfig (1.49.0)

RuntimeConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Runtime configuration to run the extension.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
code_interpreter_runtime_config google.cloud.aiplatform_v1beta1.types.RuntimeConfig.CodeInterpreterRuntimeConfig
Code execution runtime configurations for code interpreter extension. This field is a member of oneof_ GoogleFirstPartyExtensionConfig.
vertex_ai_search_runtime_config google.cloud.aiplatform_v1beta1.types.RuntimeConfig.VertexAISearchRuntimeConfig
Runtime configuration for Vertext AI Search extension. This field is a member of oneof_ GoogleFirstPartyExtensionConfig.
default_params google.protobuf.struct_pb2.Struct
Optional. Default parameters that will be set for all the execution of this extension. If specified, the parameter values can be overridden by values in [[ExecuteExtensionRequest.operation_params]] at request time. The struct should be in a form of map with param name as the key and actual param value as the value. E.g. If this operation requires a param "name" to be set to "abc". you can set this to something like {"name": "abc"}.

Classes

CodeInterpreterRuntimeConfig

CodeInterpreterRuntimeConfig(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

VertexAISearchRuntimeConfig

VertexAISearchRuntimeConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Methods

RuntimeConfig

RuntimeConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Runtime configuration to run the extension.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields