public sealed class UnmanagedContainerModel : IMessage<UnmanagedContainerModel>, IEquatable<UnmanagedContainerModel>, IDeepCloneable<UnmanagedContainerModel>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class UnmanagedContainerModel.
Contains model information necessary to perform batch prediction without requiring a full model import.
Implements
IMessageUnmanagedContainerModel, IEquatableUnmanagedContainerModel, IDeepCloneableUnmanagedContainerModel, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
UnmanagedContainerModel()
public UnmanagedContainerModel()UnmanagedContainerModel(UnmanagedContainerModel)
public UnmanagedContainerModel(UnmanagedContainerModel other)| Parameter | |
|---|---|
| Name | Description |
other |
UnmanagedContainerModel |
Properties
ArtifactUri
public string ArtifactUri { get; set; }The path to the directory containing the Model artifact and any of its supporting files.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ContainerSpec
public ModelContainerSpec ContainerSpec { get; set; }Input only. The specification of the container that is to be used when deploying this Model.
| Property Value | |
|---|---|
| Type | Description |
ModelContainerSpec |
|
PredictSchemata
public PredictSchemata PredictSchemata { get; set; }Contains the schemata used in Model's predictions and explanations
| Property Value | |
|---|---|
| Type | Description |
PredictSchemata |
|