ProjectsLocationsDeploymentResourcePoolsResource class
Methods
-
create(GoogleCloudAiplatformV1CreateDeploymentResourcePoolRequest request, String parent, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Create a DeploymentResourcePool.
-
delete(String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Delete a DeploymentResourcePool.
-
get(String name, {String? $fields})
→ Future<GoogleCloudAiplatformV1DeploymentResourcePool>
-
Get a DeploymentResourcePool.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudAiplatformV1ListDeploymentResourcePoolsResponse>
-
List DeploymentResourcePools in a location.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
queryDeployedModels(String deploymentResourcePool, {int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudAiplatformV1QueryDeployedModelsResponse>
-
List DeployedModels that have been deployed on this
DeploymentResourcePool.
-
toString()
→ String
-
A string representation of this object.
inherited