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.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
Optional.
-
#display_name ⇒ ::String
Required.
-
#encryption_spec ⇒ ::Google::Cloud::AIPlatform::V1::EncryptionSpec
Customer-managed encryption key spec for a ReasoningEngine.
-
#etag ⇒ ::String
Optional.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Labels for the ReasoningEngine.
-
#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.
259 260 261 262 263 264 265 266 267 268 269 270 271 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 259 class ReasoningEngine include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#description ⇒ ::String
Returns Optional. The description of the ReasoningEngine.
259 260 261 262 263 264 265 266 267 268 269 270 271 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 259 class ReasoningEngine include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#display_name ⇒ ::String
Returns Required. The display name of the ReasoningEngine.
259 260 261 262 263 264 265 266 267 268 269 270 271 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 259 class ReasoningEngine include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#encryption_spec ⇒ ::Google::Cloud::AIPlatform::V1::EncryptionSpec
Returns 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.
259 260 261 262 263 264 265 266 267 268 269 270 271 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 259 class ReasoningEngine include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#etag ⇒ ::String
Returns Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
259 260 261 262 263 264 265 266 267 268 269 270 271 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 259 class ReasoningEngine include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Labels for the ReasoningEngine.
259 260 261 262 263 264 265 266 267 268 269 270 271 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 259 class ReasoningEngine include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String
Returns Identifier. The resource name of the ReasoningEngine.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}.
259 260 261 262 263 264 265 266 267 268 269 270 271 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 259 class ReasoningEngine include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#spec ⇒ ::Google::Cloud::AIPlatform::V1::ReasoningEngineSpec
Returns Optional. Configurations of the ReasoningEngine.
259 260 261 262 263 264 265 266 267 268 269 270 271 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 259 class ReasoningEngine include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp when this ReasoningEngine was most recently updated.
259 260 261 262 263 264 265 266 267 268 269 270 271 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 259 class ReasoningEngine include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |