View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CreateDeploymentResourcePoolRequest (google_api_ai_platform v0.13.0)
Request message for CreateDeploymentResourcePool method.
Attributes
-
deploymentResourcePool
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeploymentResourcePool.t
, default:nil
) - Required. The DeploymentResourcePool to create. -
deploymentResourcePoolId
(type:String.t
, default:nil
) - 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])?$/
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CreateDeploymentResourcePoolRequest{ deploymentResourcePool: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeploymentResourcePool.t() | nil, deploymentResourcePoolId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.