UploadRagFileRequest class final
Request message for
VertexRagDataService.UploadRagFile.
- Inheritance
-
- Object
- ProtoMessage
- UploadRagFileRequest
Constructors
- UploadRagFileRequest({required String parent, required RagFile? ragFile, required UploadRagFileConfig? uploadRagFileConfig})
- UploadRagFileRequest.fromJson(Object? j)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- parent → String
-
Required. The name of the RagCorpus resource into which to upload the file.
Format:
projects/{project}/locations/{location}/ragCorpora/{rag_corpus}final - qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - ragFile → RagFile?
-
Required. The RagFile to upload.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uploadRagFileConfig → UploadRagFileConfig?
-
Required. The config for the RagFiles to be uploaded into the RagCorpus.
VertexRagDataService.UploadRagFile.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String