Vertex AI v1beta1 API - Class DeployRequest.Types.CustomModel (1.0.0-beta39)

public sealed class DeployRequest.Types.CustomModel : IMessage<DeployRequest.Types.CustomModel>, IEquatable<DeployRequest.Types.CustomModel>, IDeepCloneable<DeployRequest.Types.CustomModel>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class DeployRequest.Types.CustomModel.

The custom model to deploy from model weights in a Google Cloud Storage URI or Model Registry model.

Inheritance

object > DeployRequest.Types.CustomModel

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

CustomModel()

public CustomModel()

CustomModel(CustomModel)

public CustomModel(DeployRequest.Types.CustomModel other)
Parameter
Name Description
other DeployRequestTypesCustomModel

Properties

GcsUri

public string GcsUri { get; set; }

Immutable. The Google Cloud Storage URI of the custom model, storing weights and config files (which can be used to infer the base model).

Property Value
Type Description
string

HasGcsUri

public bool HasGcsUri { get; }

Gets whether the "gcs_uri" field is set

Property Value
Type Description
bool

ModelSourceCase

public DeployRequest.Types.CustomModel.ModelSourceOneofCase ModelSourceCase { get; }
Property Value
Type Description
DeployRequestTypesCustomModelModelSourceOneofCase