ProjectsLocationsDeploymentResourcePoolsResource class

Constructors

ProjectsLocationsDeploymentResourcePoolsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
operations ProjectsLocationsDeploymentResourcePoolsOperationsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Operators

operator ==(Object other) bool
The equality operator.
inherited