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

Metadata information about the deployment for managing deployment config.

Attributes

  • labels (type: map(), default: nil) - Optional. Labels for the deployment. For managing deployment config like verifying, source of deployment config, etc.
  • sampleRequest (type: String.t, default: nil) - Optional. Sample request for deployed endpoint.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PublisherModelCallToActionDeployDeployMetadata{
    labels: map() | nil,
    sampleRequest: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.