Class OutputConfig (0.8.0)

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

Output configuration for the Model export. .. attribute:: export_format_id

The ID of the format in which the Model must be exported. Each Model lists the [export formats it supports][google.cloud.aiplatform.v1beta1.Model.supported_export_formats]. If no value is provided here, then the first from the list of the Model's supported formats is used by default.

:type: str

Attributes

NameDescription
artifact_destination google.cloud.aiplatform_v1beta1.types.GcsDestination
The Cloud Storage location where the Model artifact is to be written to. Under the directory given as the destination a new one with name "``model-export-
image_destination google.cloud.aiplatform_v1beta1.types.ContainerRegistryDestination
The Google Container Registry or Artifact Registry uri where the Model container image will be copied to. This field should only be set when the ``exportableContent`` field of the [Model.supported_export_formats] object contains ``IMAGE``.

Inheritance

builtins.object > proto.message.Message > OutputConfig