| Package | Description |
|---|---|
| com.google.api.services.notebooks.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SchedulerAcceleratorConfig |
SchedulerAcceleratorConfig.clone() |
SchedulerAcceleratorConfig |
ExecutionTemplate.getAcceleratorConfig()
Configuration (count and accelerator type) for hardware running notebook execution.
|
SchedulerAcceleratorConfig |
SchedulerAcceleratorConfig.set(String fieldName,
Object value) |
SchedulerAcceleratorConfig |
SchedulerAcceleratorConfig.setCoreCount(Long coreCount)
Count of cores of this accelerator.
|
SchedulerAcceleratorConfig |
SchedulerAcceleratorConfig.setType(String type)
Type of this accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionTemplate |
ExecutionTemplate.setAcceleratorConfig(SchedulerAcceleratorConfig acceleratorConfig)
Configuration (count and accelerator type) for hardware running notebook execution.
|
Copyright © 2011–2022 Google. All rights reserved.