Vertex AI v1beta1 API - Class ListRagDataSchemasResponse (1.0.0-beta74)

public sealed class ListRagDataSchemasResponse : IMessage<ListRagDataSchemasResponse>, IEquatable<ListRagDataSchemasResponse>, IDeepCloneable<ListRagDataSchemasResponse>, IBufferMessage, IMessage, IPageResponse<RagDataSchema>, IEnumerable<RagDataSchema>, IEnumerable

Reference documentation and code samples for the Vertex AI v1beta1 API class ListRagDataSchemasResponse.

Response message for [VertexRagDataService.ListRagDataSchemas][google.cloud.aiplatform.v1beta1.VertexRagDataService.ListRagDataSchemas].

Inheritance

object > ListRagDataSchemasResponse

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ListRagDataSchemasResponse()

public ListRagDataSchemasResponse()

ListRagDataSchemasResponse(ListRagDataSchemasResponse)

public ListRagDataSchemasResponse(ListRagDataSchemasResponse other)
Parameter
Name Description
other ListRagDataSchemasResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve the next page of results. Pass to [ListRagDataSchemasRequest.page_token][google.cloud.aiplatform.v1beta1.ListRagDataSchemasRequest.page_token] to obtain that page.

Property Value
Type Description
string

RagDataSchemas

public RepeatedField<RagDataSchema> RagDataSchemas { get; }

List of RagDataSchemas in the requested page.

Property Value
Type Description
RepeatedFieldRagDataSchema

Methods

GetEnumerator()

public IEnumerator<RagDataSchema> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorRagDataSchema