Reference documentation and code samples for the AI Platform Notebooks V1 API module Google::Cloud::Notebooks::V1::ExecutionTemplate::ScaleTier.
Required. Specifies the machine types, the number of replicas for workers
and parameter servers.
Constants
SCALE_TIER_UNSPECIFIED
value: 0 Unspecified Scale Tier.
BASIC
value: 1 A single worker instance. This tier is suitable for learning how to use
Cloud ML, and for experimenting with new models using small datasets.
STANDARD_1
value: 2 Many workers and a few parameter servers.
PREMIUM_1
value: 3 A large number of workers with many parameter servers.
BASIC_GPU
value: 4 A single worker instance with a K80 GPU.
BASIC_TPU
value: 5 A single worker instance with a Cloud TPU.
CUSTOM
value: 6
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.
[[["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-08-28 UTC."],[],[],null,["# AI Platform Notebooks V1 API - Module Google::Cloud::Notebooks::V1::ExecutionTemplate::ScaleTier (v1.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.0 (latest)](/ruby/docs/reference/google-cloud-notebooks-v1/latest/Google-Cloud-Notebooks-V1-ExecutionTemplate-ScaleTier)\n- [1.0.1](/ruby/docs/reference/google-cloud-notebooks-v1/1.0.1/Google-Cloud-Notebooks-V1-ExecutionTemplate-ScaleTier)\n- [0.11.0](/ruby/docs/reference/google-cloud-notebooks-v1/0.11.0/Google-Cloud-Notebooks-V1-ExecutionTemplate-ScaleTier)\n- [0.10.0](/ruby/docs/reference/google-cloud-notebooks-v1/0.10.0/Google-Cloud-Notebooks-V1-ExecutionTemplate-ScaleTier)\n- [0.9.1](/ruby/docs/reference/google-cloud-notebooks-v1/0.9.1/Google-Cloud-Notebooks-V1-ExecutionTemplate-ScaleTier)\n- [0.8.2](/ruby/docs/reference/google-cloud-notebooks-v1/0.8.2/Google-Cloud-Notebooks-V1-ExecutionTemplate-ScaleTier)\n- [0.7.0](/ruby/docs/reference/google-cloud-notebooks-v1/0.7.0/Google-Cloud-Notebooks-V1-ExecutionTemplate-ScaleTier)\n- [0.6.1](/ruby/docs/reference/google-cloud-notebooks-v1/0.6.1/Google-Cloud-Notebooks-V1-ExecutionTemplate-ScaleTier)\n- [0.5.0](/ruby/docs/reference/google-cloud-notebooks-v1/0.5.0/Google-Cloud-Notebooks-V1-ExecutionTemplate-ScaleTier)\n- [0.4.2](/ruby/docs/reference/google-cloud-notebooks-v1/0.4.2/Google-Cloud-Notebooks-V1-ExecutionTemplate-ScaleTier)\n- [0.3.0](/ruby/docs/reference/google-cloud-notebooks-v1/0.3.0/Google-Cloud-Notebooks-V1-ExecutionTemplate-ScaleTier)\n- [0.2.1](/ruby/docs/reference/google-cloud-notebooks-v1/0.2.1/Google-Cloud-Notebooks-V1-ExecutionTemplate-ScaleTier)\n- [0.1.0](/ruby/docs/reference/google-cloud-notebooks-v1/0.1.0/Google-Cloud-Notebooks-V1-ExecutionTemplate-ScaleTier) \nReference documentation and code samples for the AI Platform Notebooks V1 API module Google::Cloud::Notebooks::V1::ExecutionTemplate::ScaleTier.\n\nRequired. Specifies the machine types, the number of replicas for workers\nand parameter servers.\n\nConstants\n---------\n\n### SCALE_TIER_UNSPECIFIED\n\n**value:** 0 \nUnspecified Scale Tier.\n\n### BASIC\n\n**value:** 1 \nA single worker instance. This tier is suitable for learning how to use\nCloud ML, and for experimenting with new models using small datasets.\n\n### STANDARD_1\n\n**value:** 2 \nMany workers and a few parameter servers.\n\n### PREMIUM_1\n\n**value:** 3 \nA large number of workers with many parameter servers.\n\n### BASIC_GPU\n\n**value:** 4 \nA single worker instance with a K80 GPU.\n\n### BASIC_TPU\n\n**value:** 5 \nA single worker instance with a Cloud TPU.\n\n### CUSTOM\n\n**value:** 6 \n\nThe CUSTOM tier is not a set tier, but rather enables you to use your\nown cluster specification. When you use this tier, set values to\nconfigure your processing cluster according to these guidelines:\n\n\u003cbr /\u003e\n\n- You *must* set `ExecutionTemplate.masterType` to specify the type of machine to use for your master node. This is the only required setting."]]