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

The regional resource name or the URI. Key is region, e.g., us-central1, europe-west2, global, etc..

Attributes

  • references (type: %{optional(String.t) => GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PublisherModelResourceReference.t}, default: nil) - Required.
  • resourceDescription (type: String.t, default: nil) - Optional. Description of the resource.
  • resourceTitle (type: String.t, default: nil) - Optional. Title of the resource.
  • resourceUseCase (type: String.t, default: nil) - Optional. Use case (CUJ) of the resource.
  • title (type: String.t, default: nil) - Required.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences{
    references:
      %{
        optional(String.t()) =>
          GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PublisherModelResourceReference.t()
      }
      | nil,
    resourceDescription: String.t() | nil,
    resourceTitle: String.t() | nil,
    resourceUseCase: String.t() | nil,
    title: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.