View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1UnmanagedContainerModel (google_api_ai_platform v0.13.0)
Contains model information necessary to perform batch prediction without requiring a full model import.
Attributes
-
artifactUri
(type:String.t
, default:nil
) - The path to the directory containing the Model artifact and any of its supporting files. -
containerSpec
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelContainerSpec.t
, default:nil
) - Input only. The specification of the container that is to be used when deploying this Model. -
predictSchemata
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PredictSchemata.t
, default:nil
) - Contains the schemata used in Model's predictions and explanations
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1UnmanagedContainerModel{ artifactUri: String.t() | nil, containerSpec: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelContainerSpec.t() | nil, predictSchemata: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PredictSchemata.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.