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

Reference to a resource.

Attributes

  • description (type: String.t, default: nil) - Description of the resource.
  • resourceName (type: String.t, default: nil) - The resource name of the Google Cloud resource.
  • uri (type: String.t, default: nil) - The URI of the resource.
  • useCase (type: String.t, default: nil) - Use case (CUJ) of the resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PublisherModelResourceReference{
    description: String.t() | nil,
    resourceName: String.t() | nil,
    uri: String.t() | nil,
    useCase: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.