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

Details of ModelService.ExportModel operation.

Attributes

  • genericMetadata (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GenericOperationMetadata.t, default: nil) - The common part of the operation metadata.
  • outputInfo (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExportModelOperationMetadataOutputInfo.t, default: nil) - Output only. Information further describing the output of this Model export.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExportModelOperationMetadata{
    genericMetadata:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GenericOperationMetadata.t()
      | nil,
    outputInfo:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExportModelOperationMetadataOutputInfo.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.