Class ListMetadataSchemasResponse (1.11.0)

ListMetadataSchemasResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for MetadataService.ListMetadataSchemas.

Attributes

NameDescription
metadata_schemas Sequence[google.cloud.aiplatform_v1.types.MetadataSchema]
The MetadataSchemas found for the MetadataStore.
next_page_token str
A token, which can be sent as ListMetadataSchemasRequest.page_token to retrieve the next page. If this field is not populated, there are no subsequent pages.

Inheritance

builtins.object > proto.message.Message > ListMetadataSchemasResponse