public sealed class CreateRagMetadataRequest : IMessage<CreateRagMetadataRequest>, IEquatable<CreateRagMetadataRequest>, IDeepCloneable<CreateRagMetadataRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class CreateRagMetadataRequest.
Request message for CreateRagMetadata.
Implements
IMessageCreateRagMetadataRequest, IEquatableCreateRagMetadataRequest, IDeepCloneableCreateRagMetadataRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CreateRagMetadataRequest()
public CreateRagMetadataRequest()CreateRagMetadataRequest(CreateRagMetadataRequest)
public CreateRagMetadataRequest(CreateRagMetadataRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateRagMetadataRequest |
Properties
HasRagMetadataId
public bool HasRagMetadataId { get; }Gets whether the "rag_metadata_id" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Parent
public string Parent { get; set; }Required. The parent resource where this metadata will be created.
Format:
projects/{project_number}/locations/{location_id}/ragCorpora/{rag_corpus}/ragFiles/{rag_file}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsRagFileName
public RagFileName ParentAsRagFileName { get; set; }RagFileName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
RagFileName |
|
RagMetadata
public RagMetadata RagMetadata { get; set; }Required. The metadata to create.
| Property Value | |
|---|---|
| Type | Description |
RagMetadata |
|
RagMetadataId
public string RagMetadataId { get; set; }Optional. The ID to use for the metadata, which will become the final component of the metadata's resource name if the user chooses to specify. Otherwise, metadata id will be generated by system.
This value should be up to 63 characters, and valid characters are /[a-z][0-9]-/. The first character must be a letter, the last could be a letter or a number.
| Property Value | |
|---|---|
| Type | Description |
string |
|