GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTrainingjobDefinitionCustomTask (google_api_ai_platform v0.27.0)

View Source

A TrainingJob that trains a custom code Model.

Attributes

  • inputs (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CustomJobSpec.t, default: nil) - The input parameters of this CustomTask.
  • metadata (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTrainingjobDefinitionCustomJobMetadata.t, default: nil) - The metadata information.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTrainingjobDefinitionCustomTask{
    inputs:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CustomJobSpec.t()
      | nil,
    metadata:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTrainingjobDefinitionCustomJobMetadata.t()
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.