View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BatchDedicatedResources (google_api_ai_platform v0.15.0)
A description of resources that are used for performing batch operations, are dedicated to a Model, and need manual configuration.
Attributes
-
machineSpec
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MachineSpec.t
, default:nil
) - Required. Immutable. The specification of a single machine. -
maxReplicaCount
(type:integer()
, default:nil
) - Immutable. The maximum number of machine replicas the batch operation may be scaled to. The default value is 10. -
startingReplicaCount
(type:integer()
, default:nil
) - Immutable. The number of machine replicas used at the start of the batch operation. If not set, Vertex AI decides starting number, not greater than max_replica_count
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BatchDedicatedResources{ machineSpec: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MachineSpec.t() | nil, maxReplicaCount: integer() | nil, startingReplicaCount: integer() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.