Class GoogleCloudAiplatformV1CreateDeploymentResourcePoolRequest
Request message for CreateDeploymentResourcePool method.
Implements
Inherited Members
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 |