View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExportModelOperationMetadataOutputInfo (google_api_ai_platform v0.13.0)

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

Attributes

  • artifactOutputUri (type: String.t, default: nil) - 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.
  • imageOutputUri (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExportModelOperationMetadataOutputInfo{
    artifactOutputUri: String.t() | nil,
    imageOutputUri: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.