public sealed class RecommendSpecResponse : IMessage<RecommendSpecResponse>, IEquatable<RecommendSpecResponse>, IDeepCloneable<RecommendSpecResponse>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class RecommendSpecResponse.
Response message for [ModelService.RecommendSpec][google.cloud.aiplatform.v1beta1.ModelService.RecommendSpec].
Implements
IMessageRecommendSpecResponse, IEquatableRecommendSpecResponse, IDeepCloneableRecommendSpecResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
RecommendSpecResponse()
public RecommendSpecResponse()RecommendSpecResponse(RecommendSpecResponse)
public RecommendSpecResponse(RecommendSpecResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
RecommendSpecResponse |
Properties
BaseModel
public string BaseModel { get; set; }Output only. The base model used to finetune the custom model.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Recommendations
public RepeatedField<RecommendSpecResponse.Types.Recommendation> Recommendations { get; }Output only. Recommendations of deployment options for the given custom weights model.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldRecommendSpecResponseTypesRecommendation |
|
Specs
public RepeatedField<RecommendSpecResponse.Types.MachineAndModelContainerSpec> Specs { get; }Output only. The machine and model container specs.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldRecommendSpecResponseTypesMachineAndModelContainerSpec |
|