snowflake.core.image_repository.ImageRepositoryResource¶
- class snowflake.core.image_repository.ImageRepositoryResource(name: str, collection: ImageRepositoryCollection)¶
Bases:
SchemaObjectReferenceMixin[ImageRepositoryCollection]A reference to an Image Repository in Snowflake.
Attributes
- database¶
- fully_qualified_name¶
- root¶
- schema¶
Methods
- __init__(name: str, collection: ImageRepositoryCollection)¶
- delete() None¶
Delete the image repository from Snowflake.
- drop() None¶
Drop the image repository from Snowflake.
- fetch() ImageRepositoryModel¶
Fetch the image repository details from Snowflake.
- list_images_in_repository() Iterator[str]¶
List images in the image repository from Snowflake.