View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelBaseModelSource (google_api_ai_platform v0.13.0)
User input field to specify the base model source. Currently it only supports specifing the Model Garden models and Genie models.
Attributes
-
genieSource
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GenieSource.t
, default:nil
) - Information about the base model of Genie models. -
modelGardenSource
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelGardenSource.t
, default:nil
) - Source information of Model Garden models.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelBaseModelSource{ genieSource: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GenieSource.t() | nil, modelGardenSource: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelGardenSource.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.