GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1VertexModelSpec (google_api_data_catalog v0.32.2)
View SourceSpecification for vertex model resources.
Attributes
-
containerImageUri
(type:String.t
, default:nil
) - URI of the Docker image to be used as the custom container for serving predictions. -
versionAliases
(type:list(String.t)
, default:nil
) - User provided version aliases so that a model version can be referenced via alias -
versionDescription
(type:String.t
, default:nil
) - The description of this version. -
versionId
(type:String.t
, default:nil
) - The version ID of the model. -
vertexModelSourceInfo
(type:GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1VertexModelSourceInfo.t
, default:nil
) - Source of a Vertex model.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1VertexModelSpec{ containerImageUri: String.t() | nil, versionAliases: [String.t()] | nil, versionDescription: String.t() | nil, versionId: String.t() | nil, vertexModelSourceInfo: GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1VertexModelSourceInfo.t() | nil }