Class ListArtifactsResponse (1.10.0)

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

Response message for MetadataService.ListArtifacts.

Attributes

NameDescription
artifacts Sequence[google.cloud.aiplatform_v1.types.Artifact]
The Artifacts retrieved from the MetadataStore.
next_page_token str
A token, which can be sent as ListArtifactsRequest.page_token to retrieve the next page. If this field is not populated, there are no subsequent pages.

Inheritance

builtins.object > proto.message.Message > ListArtifactsResponse