Class OutputInfo (1.16.0)

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

Further describes the output of the ExportModel. Supplements ExportModelRequest.OutputConfig.

Attributes

NameDescription
artifact_output_uri str
Output only. If the Model artifact is being exported to Google Cloud Storage this is the full path of the directory created, into which the Model files are being written to.
image_output_uri str
Output only. If the Model image is being exported to Google Container Registry or Artifact Registry this is the full path of the image created.

Inheritance

builtins.object > proto.message.Message > OutputInfo