Class: Google::Cloud::AIPlatform::V1::ReasoningEngine

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Timestamp when this ReasoningEngine was created.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:



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