Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1RecommendSpecResponseRecommendation

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.

Inheritance
object
GoogleCloudAiplatformV1beta1RecommendSpecResponseRecommendation
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 GoogleCloudAiplatformV1beta1RecommendSpecResponseRecommendation : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Region

The region for the deployment spec (machine).

Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
Type Description
string

Spec

Output only. The machine and model container specs.

Declaration
[JsonProperty("spec")]
public virtual GoogleCloudAiplatformV1beta1RecommendSpecResponseMachineAndModelContainerSpec Spec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1RecommendSpecResponseMachineAndModelContainerSpec

UserQuotaState

Output only. The user accelerator quota state.

Declaration
[JsonProperty("userQuotaState")]
public virtual string UserQuotaState { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX