public sealed class CreateRagDataSchemaRequest : IMessage<CreateRagDataSchemaRequest>, IEquatable<CreateRagDataSchemaRequest>, IDeepCloneable<CreateRagDataSchemaRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class CreateRagDataSchemaRequest.
Request message for [VertexRagDataService.CreateRagDataSchema][google.cloud.aiplatform.v1beta1.VertexRagDataService.CreateRagDataSchema].
Implements
IMessageCreateRagDataSchemaRequest, IEquatableCreateRagDataSchemaRequest, IDeepCloneableCreateRagDataSchemaRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CreateRagDataSchemaRequest()
public CreateRagDataSchemaRequest()CreateRagDataSchemaRequest(CreateRagDataSchemaRequest)
public CreateRagDataSchemaRequest(CreateRagDataSchemaRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateRagDataSchemaRequest |
Properties
HasRagDataSchemaId
public bool HasRagDataSchemaId { get; }Gets whether the "rag_data_schema_id" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Parent
public string Parent { get; set; }Required. The resource name of the RagCorpus to create the RagDataSchema
in. Format:
projects/{project}/locations/{location}/ragCorpora/{rag_corpus}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsRagCorpusName
public RagCorpusName ParentAsRagCorpusName { get; set; }RagCorpusName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
RagCorpusName |
|
RagDataSchema
public RagDataSchema RagDataSchema { get; set; }Required. The RagDataSchema to create.
| Property Value | |
|---|---|
| Type | Description |
RagDataSchema |
|
RagDataSchemaId
public string RagDataSchemaId { get; set; }Optional. The ID to use for the RagDataSchema, which will become the final component of the RagDataSchema's resource name if the user chooses to specify. Otherwise, RagDataSchema 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 |
|