A single worker instance. This tier is suitable for learning how to use
Cloud ML, and for experimenting with new models using small datasets.
BasicGpu
A single worker instance with a K80 GPU.
BasicTpu
A single worker instance with a Cloud TPU.
Custom
The CUSTOM tier is not a set tier, but rather enables you to use your
own cluster specification. When you use this tier, set values to
configure your processing cluster according to these guidelines:
You must set ExecutionTemplate.masterType to specify the type
of machine to use for your master node. This is the only required
setting.
Premium1
A large number of workers with many parameter servers.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `ExecutionTemplate.Types.ScaleTier` enum is 2.5.0, with previous versions ranging back to 1.0.0-beta04."],["This enum defines the machine types and the number of replicas for workers and parameter servers in the AI Platform Notebooks v1 API."],["Available `ScaleTier` options include `Basic`, `BasicGpu`, `BasicTpu`, `Custom`, `Premium1`, `Standard1`, and `Unspecified`, each offering different configurations."],["The `Custom` tier allows users to define their own cluster specifications by setting `ExecutionTemplate.masterType` as the minimum requirement."],["Each field of this enum comes with a specific description, which tells you the functionality of that field, such as the `Basic` field being suitable for learning how to use Cloud ML."]]],[]]