public sealed class RecommendSpecResponse.Types.Recommendation : IMessage<RecommendSpecResponse.Types.Recommendation>, IEquatable<RecommendSpecResponse.Types.Recommendation>, IDeepCloneable<RecommendSpecResponse.Types.Recommendation>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class RecommendSpecResponse.Types.Recommendation.
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
IMessageRecommendSpecResponseTypesRecommendation, IEquatableRecommendSpecResponseTypesRecommendation, IDeepCloneableRecommendSpecResponseTypesRecommendation, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
Recommendation()
public Recommendation()
Recommendation(Recommendation)
public Recommendation(RecommendSpecResponse.Types.Recommendation other)
Parameter | |
---|---|
Name | Description |
other |
RecommendSpecResponseTypesRecommendation |
Properties
Region
public string Region { get; set; }
The region for the deployment spec (machine).
Property Value | |
---|---|
Type | Description |
string |
Spec
public RecommendSpecResponse.Types.MachineAndModelContainerSpec Spec { get; set; }
Output only. The machine and model container specs.
Property Value | |
---|---|
Type | Description |
RecommendSpecResponseTypesMachineAndModelContainerSpec |
UserQuotaState
public RecommendSpecResponse.Types.Recommendation.Types.QuotaState UserQuotaState { get; set; }
Output only. The user accelerator quota state.
Property Value | |
---|---|
Type | Description |
RecommendSpecResponseTypesRecommendationTypesQuotaState |