Class ListMetadataSchemasResponse (1.15.1)

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

Response message for MetadataService.ListMetadataSchemas .

Attributes

Name Description
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