Class GoogleCloudAiplatformV1FasterDeploymentConfig
Configuration for faster model deployment.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1FasterDeploymentConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FastTryoutEnabled
If true, enable fast tryout feature for this deployed model.
Declaration
[JsonProperty("fastTryoutEnabled")]
public virtual bool? FastTryoutEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |