GoogleCloudAiplatformV1DedicatedResources class

A description of resources that are dedicated to a DeployedModel or DeployedIndex, and that need a higher degree of manual configuration.

Constructors

GoogleCloudAiplatformV1DedicatedResources.new({List<GoogleCloudAiplatformV1AutoscalingMetricSpec>? autoscalingMetricSpecs, GoogleCloudAiplatformV1MachineSpec? machineSpec, int? maxReplicaCount, int? minReplicaCount, int? requiredReplicaCount, bool? spot})
GoogleCloudAiplatformV1DedicatedResources.fromJson(Map json_)

Properties

autoscalingMetricSpecs List<GoogleCloudAiplatformV1AutoscalingMetricSpec>?
The metric specifications that overrides a resource utilization metric (CPU utilization, accelerator's duty cycle, and so on) target value (default to 60 if not set).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
machineSpec GoogleCloudAiplatformV1MachineSpec?
The specification of a single machine being used.
getter/setter pair
maxReplicaCount int?
The maximum number of replicas that may be deployed on when the traffic against it increases.
getter/setter pair
minReplicaCount int?
The minimum number of machine replicas that will be always deployed on.
getter/setter pair
requiredReplicaCount int?
Number of required available replicas for the deployment to succeed.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spot bool?
If true, schedule the deployment workload on spot VMs.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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