Class: Google::Cloud::AIPlatform::V1::ReasoningEngine
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ReasoningEngine
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb
Overview
ReasoningEngine provides a customizable runtime for models to determine which actions to take and in which order.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
Optional.
-
#display_name ⇒ ::String
Required.
-
#etag ⇒ ::String
Optional.
-
#name ⇒ ::String
Identifier.
-
#spec ⇒ ::Google::Cloud::AIPlatform::V1::ReasoningEngineSpec
Optional.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp when this ReasoningEngine was created.
115 116 117 118 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 115 class ReasoningEngine include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns Optional. The description of the ReasoningEngine.
115 116 117 118 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 115 class ReasoningEngine include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Required. The display name of the ReasoningEngine.
115 116 117 118 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 115 class ReasoningEngine include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#etag ⇒ ::String
Returns Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
115 116 117 118 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 115 class ReasoningEngine include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The resource name of the ReasoningEngine.
115 116 117 118 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 115 class ReasoningEngine include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#spec ⇒ ::Google::Cloud::AIPlatform::V1::ReasoningEngineSpec
Returns Optional. Configurations of the ReasoningEngine.
115 116 117 118 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 115 class ReasoningEngine include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp when this ReasoningEngine was most recently updated.
115 116 117 118 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 115 class ReasoningEngine include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |