Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1RecommendSpecResponse

Response message for ModelService.RecommendSpec.

Inheritance
object
GoogleCloudAiplatformV1beta1RecommendSpecResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX