Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ReasoningEngine.
ReasoningEngine provides a customizable runtime for models to determine which actions to take and in which order.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Timestamp when this ReasoningEngine was created.
#description
def description() -> ::String
Returns
- (::String) — Optional. The description of the ReasoningEngine.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Optional. The description of the ReasoningEngine.
Returns
- (::String) — Optional. The description of the ReasoningEngine.
#display_name
def display_name() -> ::String
Returns
- (::String) — Required. The display name of the ReasoningEngine.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Required. The display name of the ReasoningEngine.
Returns
- (::String) — Required. The display name of the ReasoningEngine.
#encryption_spec
def encryption_spec() -> ::Google::Cloud::AIPlatform::V1::EncryptionSpec
Returns
- (::Google::Cloud::AIPlatform::V1::EncryptionSpec) — Customer-managed encryption key spec for a ReasoningEngine. If set, this ReasoningEngine and all sub-resources of this ReasoningEngine will be secured by this key.
#encryption_spec=
def encryption_spec=(value) -> ::Google::Cloud::AIPlatform::V1::EncryptionSpec
Parameter
- value (::Google::Cloud::AIPlatform::V1::EncryptionSpec) — Customer-managed encryption key spec for a ReasoningEngine. If set, this ReasoningEngine and all sub-resources of this ReasoningEngine will be secured by this key.
Returns
- (::Google::Cloud::AIPlatform::V1::EncryptionSpec) — Customer-managed encryption key spec for a ReasoningEngine. If set, this ReasoningEngine and all sub-resources of this ReasoningEngine will be secured by this key.
#etag
def etag() -> ::String
Returns
- (::String) — Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
#etag=
def etag=(value) -> ::String
Parameter
- value (::String) — Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
Returns
- (::String) — Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
#name
def name() -> ::String
Returns
-
(::String) — Identifier. The resource name of the ReasoningEngine.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Identifier. The resource name of the ReasoningEngine.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}
Returns
-
(::String) — Identifier. The resource name of the ReasoningEngine.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}
#spec
def spec() -> ::Google::Cloud::AIPlatform::V1::ReasoningEngineSpec
Returns
- (::Google::Cloud::AIPlatform::V1::ReasoningEngineSpec) — Optional. Configurations of the ReasoningEngine
#spec=
def spec=(value) -> ::Google::Cloud::AIPlatform::V1::ReasoningEngineSpec
Parameter
- value (::Google::Cloud::AIPlatform::V1::ReasoningEngineSpec) — Optional. Configurations of the ReasoningEngine
Returns
- (::Google::Cloud::AIPlatform::V1::ReasoningEngineSpec) — Optional. Configurations of the ReasoningEngine
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Timestamp when this ReasoningEngine was most recently updated.