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

Response message of ModelService.CopyModel operation.

Attributes

  • model (type: String.t, default: nil) - The name of the copied 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 copied.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.