Class GoogleCloudAiplatformV1beta1RecommendSpecResponseRecommendation
Recommendation of one deployment option for the given custom weights model in one region. Contains the machine and container spec, and user accelerator quota state.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1RecommendSpecResponseRecommendation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Region
The region for the deployment spec (machine).
Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Spec
Output only. The machine and model container specs.
Declaration
[JsonProperty("spec")]
public virtual GoogleCloudAiplatformV1beta1RecommendSpecResponseMachineAndModelContainerSpec Spec { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1RecommendSpecResponseMachineAndModelContainerSpec |
UserQuotaState
Output only. The user accelerator quota state.
Declaration
[JsonProperty("userQuotaState")]
public virtual string UserQuotaState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |