Class: Google::Cloud::AIPlatform::V1::GetRagEngineConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the RagEngineConfig resource. Format: projects/{project}/locations/{location}/ragEngineConfig.

Returns:

  • (::String)

    Required. The name of the RagEngineConfig resource. Format: projects/{project}/locations/{location}/ragEngineConfig



265
266
267
268
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 265

class GetRagEngineConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end