public static interface Instance.AcceleratorConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCoreCount()
Count of cores of this accelerator.
|
Instance.AcceleratorType |
getType()
Type of this accelerator.
|
int |
getTypeValue()
Type of this accelerator.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
Type of this accelerator.
.google.cloud.notebooks.v1beta1.Instance.AcceleratorType type = 1;Instance.AcceleratorType getType()
Type of this accelerator.
.google.cloud.notebooks.v1beta1.Instance.AcceleratorType type = 1;long getCoreCount()
Count of cores of this accelerator.
int64 core_count = 2;Copyright © 2024 Google LLC. All rights reserved.