Interface CreateRagDataSchemaRequestOrBuilder (3.89.0)

public interface CreateRagDataSchemaRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The resource name of the RagCorpus to create the RagDataSchema in. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The resource name of the RagCorpus to create the RagDataSchema in. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

getRagDataSchema()

public abstract RagDataSchema getRagDataSchema()

Required. The RagDataSchema to create.

.google.cloud.aiplatform.v1beta1.RagDataSchema rag_data_schema = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
RagDataSchema

The ragDataSchema.

getRagDataSchemaId()

public abstract String getRagDataSchemaId()

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-/. The first character must be a letter, the last could be a letter or a number.

optional string rag_data_schema_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The ragDataSchemaId.

getRagDataSchemaIdBytes()

public abstract ByteString getRagDataSchemaIdBytes()

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-/. The first character must be a letter, the last could be a letter or a number.

optional string rag_data_schema_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for ragDataSchemaId.

getRagDataSchemaOrBuilder()

public abstract RagDataSchemaOrBuilder getRagDataSchemaOrBuilder()

Required. The RagDataSchema to create.

.google.cloud.aiplatform.v1beta1.RagDataSchema rag_data_schema = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
RagDataSchemaOrBuilder

hasRagDataSchema()

public abstract boolean hasRagDataSchema()

Required. The RagDataSchema to create.

.google.cloud.aiplatform.v1beta1.RagDataSchema rag_data_schema = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the ragDataSchema field is set.

hasRagDataSchemaId()

public abstract boolean hasRagDataSchemaId()

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-/. The first character must be a letter, the last could be a letter or a number.

optional string rag_data_schema_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the ragDataSchemaId field is set.