Class ReasoningEngine (1.48.0)

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

ReasoningEngine provides a customizable runtime for models to determine which actions to take and in which order.

Attributes

NameDescription
name str
Identifier. The resource name of the ReasoningEngine.
display_name str
Required. The display name of the ReasoningEngine.
description str
Optional. The description of the ReasoningEngine.
spec google.cloud.aiplatform_v1beta1.types.ReasoningEngineSpec
Required. Configurations of the ReasoningEngine
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when this ReasoningEngine was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when this ReasoningEngine was most recently updated.
etag str
Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.

Methods

ReasoningEngine

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

ReasoningEngine provides a customizable runtime for models to determine which actions to take and in which order.