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.

Defined Under Namespace

Classes: LabelsEntry

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Output only. Timestamp when this ReasoningEngine was created.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    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}.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:



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