Show / Hide Table of Contents

Class GoogleCloudAiplatformV1CreateDeploymentResourcePoolRequest

Request message for CreateDeploymentResourcePool method.

Inheritance
object
GoogleCloudAiplatformV1CreateDeploymentResourcePoolRequest
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.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1CreateDeploymentResourcePoolRequest : IDirectResponseSchema

Properties

DeploymentResourcePool

Required. The DeploymentResourcePool to create.

Declaration
[JsonProperty("deploymentResourcePool")]
public virtual GoogleCloudAiplatformV1DeploymentResourcePool DeploymentResourcePool { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1DeploymentResourcePool

DeploymentResourcePoolId

Required. The ID to use for the DeploymentResourcePool, which will become the final component of the DeploymentResourcePool's resource name. The maximum length is 63 characters, and valid characters are /^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$/.

Declaration
[JsonProperty("deploymentResourcePoolId")]
public virtual string DeploymentResourcePoolId { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX