str
The ID of the format in which the Model must be exported.
Each Model lists the [export formats it
supports][google.cloud.aiplatform.v1.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.
artifact_destination
google.cloud.aiplatform_v1.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-",
where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601
format, will be created. Inside, the Model and any of its
supporting files will be written. This field should only be
set when the exportableContent field of the
[Model.supported_export_formats] object contains
ARTIFACT.
image_destination
google.cloud.aiplatform_v1.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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-01 UTC."],[],[]]