Class GoogleCloudAiplatformV1beta1RecommendSpecResponse
Response message for ModelService.RecommendSpec.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1RecommendSpecResponse : IDirectResponseSchema
Properties
BaseModel
Output only. The base model used to finetune the custom model.
Declaration
[JsonProperty("baseModel")]
public virtual string BaseModel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Recommendations
Output only. Recommendations of deployment options for the given custom weights model.
Declaration
[JsonProperty("recommendations")]
public virtual IList<GoogleCloudAiplatformV1beta1RecommendSpecResponseRecommendation> Recommendations { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudAiplatformV1beta1RecommendSpecResponseRecommendation> |
Specs
Output only. The machine and model container specs.
Declaration
[JsonProperty("specs")]
public virtual IList<GoogleCloudAiplatformV1beta1RecommendSpecResponseMachineAndModelContainerSpec> Specs { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudAiplatformV1beta1RecommendSpecResponseMachineAndModelContainerSpec> |