Class: Google::Cloud::AIPlatform::V1::DeleteRagFileRequest

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

Request message for VertexRagDataService.DeleteRagFile.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the RagFile resource to be deleted. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}/ragFiles/{rag_file}.

Returns:

  • (::String)

    Required. The name of the RagFile resource to be deleted. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}/ragFiles/{rag_file}



243
244
245
246
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 243

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