View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTrainingjobDefinitionCustomTask (google_api_ai_platform v0.24.0)
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
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTrainingjobDefinitionCustomTask{ inputs: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CustomJobSpec.t() | nil, metadata: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTrainingjobDefinitionCustomJobMetadata.t() | nil }