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.
#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.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Identifier. The resource name of the ReasoningEngine.
Returns
- (::String) — Identifier. The resource name of the ReasoningEngine.
#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.