Interface CreateDeploymentResourcePoolRequestOrBuilder

    • Method Detail

      • getParent

        String getParent()
         Required. The parent location resource where this DeploymentResourcePool
         will be created. Format: `projects/{project}/locations/{location}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. The parent location resource where this DeploymentResourcePool
         will be created. Format: `projects/{project}/locations/{location}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • hasDeploymentResourcePool

        boolean hasDeploymentResourcePool()
         Required. The DeploymentResourcePool to create.
         
        .google.cloud.aiplatform.v1beta1.DeploymentResourcePool deployment_resource_pool = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the deploymentResourcePool field is set.
      • getDeploymentResourcePool

        DeploymentResourcePool getDeploymentResourcePool()
         Required. The DeploymentResourcePool to create.
         
        .google.cloud.aiplatform.v1beta1.DeploymentResourcePool deployment_resource_pool = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The deploymentResourcePool.
      • getDeploymentResourcePoolOrBuilder

        DeploymentResourcePoolOrBuilder getDeploymentResourcePoolOrBuilder()
         Required. The DeploymentResourcePool to create.
         
        .google.cloud.aiplatform.v1beta1.DeploymentResourcePool deployment_resource_pool = 2 [(.google.api.field_behavior) = REQUIRED];
      • getDeploymentResourcePoolId

        String getDeploymentResourcePoolId()
         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])?$/`.
         
        string deployment_resource_pool_id = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The deploymentResourcePoolId.
      • getDeploymentResourcePoolIdBytes

        com.google.protobuf.ByteString getDeploymentResourcePoolIdBytes()
         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])?$/`.
         
        string deployment_resource_pool_id = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for deploymentResourcePoolId.