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

Response message of ModelService.UploadModel operation.

Attributes

  • model (type: String.t, default: nil) - The name of the uploaded Model resource. Format: projects/{project}/locations/{location}/models/{model}
  • modelVersionId (type: String.t, default: nil) - Output only. The version ID of the model that is uploaded.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1UploadModelResponse{
    model: String.t() | nil,
    modelVersionId: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.