Vertex AI v1beta1 API - Class RecommendSpecResponse (1.0.0-beta47)

public sealed class RecommendSpecResponse : IMessage<RecommendSpecResponse>, IEquatable<RecommendSpecResponse>, IDeepCloneable<RecommendSpecResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class RecommendSpecResponse.

Response message for [ModelService.RecommendSpec][google.cloud.aiplatform.v1beta1.ModelService.RecommendSpec].

Inheritance

object > RecommendSpecResponse

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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