Cloud AI Platform v1 API - Class UnmanagedContainerModel (2.27.0)

public sealed class UnmanagedContainerModel : IMessage<UnmanagedContainerModel>, IEquatable<UnmanagedContainerModel>, IDeepCloneable<UnmanagedContainerModel>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class UnmanagedContainerModel.

Contains model information necessary to perform batch prediction without requiring a full model import.

Inheritance

object > UnmanagedContainerModel

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

UnmanagedContainerModel()

public UnmanagedContainerModel()

UnmanagedContainerModel(UnmanagedContainerModel)

public UnmanagedContainerModel(UnmanagedContainerModel other)
Parameter
NameDescription
otherUnmanagedContainerModel

Properties

ArtifactUri

public string ArtifactUri { get; set; }

The path to the directory containing the Model artifact and any of its supporting files.

Property Value
TypeDescription
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
TypeDescription
ModelContainerSpec

PredictSchemata

public PredictSchemata PredictSchemata { get; set; }

Contains the schemata used in Model's predictions and explanations

Property Value
TypeDescription
PredictSchemata