
                         b    d Z ddlmZ ddlmZ ddlmZ ddlmZ  G d dej                        Zy)	z'Command group for ai-platform versions.    )absolute_import)division)unicode_literals)basec                       e Zd ZdZy)Versionsak  AI Platform Versions commands.

     A version is an implementation of a model, represented as a serialized
     TensorFlow graph with trained parameters.

     When you communicate with AI Platform services, you use the
     combination of the model, version, and current project to identify a
     specific model implementation that is deployed in the cloud.
  N)__name__
__module____qualname____doc__     ,lib/surface/ai_platform/versions/__init__.pyr   r      s    r   r   N)	r   
__future__r   r   r   googlecloudsdk.callioper   Groupr   r   r   r   <module>r      s&    . &  ' (	tzz 	r   