public static final class ExecutionTemplate.SchedulerAcceleratorConfig extends GeneratedMessageV3 implements ExecutionTemplate.SchedulerAcceleratorConfigOrBuilder
Definition of a hardware accelerator. Note that not all combinations
of type
and core_count
are valid. See GPUs on
Compute Engine to find a valid
combination. TPUs are not supported.
Protobuf type
google.events.cloud.notebooks.v1.ExecutionTemplate.SchedulerAcceleratorConfig
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ExecutionTemplate.SchedulerAcceleratorConfigStatic Fields
CORE_COUNT_FIELD_NUMBER
public static final int CORE_COUNT_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ExecutionTemplate.SchedulerAcceleratorConfig getDefaultInstance()
Returns | |
---|---|
Type | Description |
ExecutionTemplate.SchedulerAcceleratorConfig |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ExecutionTemplate.SchedulerAcceleratorConfig.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ExecutionTemplate.SchedulerAcceleratorConfig.Builder |
newBuilder(ExecutionTemplate.SchedulerAcceleratorConfig prototype)
public static ExecutionTemplate.SchedulerAcceleratorConfig.Builder newBuilder(ExecutionTemplate.SchedulerAcceleratorConfig prototype)
Parameter | |
---|---|
Name | Description |
prototype | ExecutionTemplate.SchedulerAcceleratorConfig |
Returns | |
---|---|
Type | Description |
ExecutionTemplate.SchedulerAcceleratorConfig.Builder |
parseDelimitedFrom(InputStream input)
public static ExecutionTemplate.SchedulerAcceleratorConfig parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
ExecutionTemplate.SchedulerAcceleratorConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ExecutionTemplate.SchedulerAcceleratorConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ExecutionTemplate.SchedulerAcceleratorConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ExecutionTemplate.SchedulerAcceleratorConfig parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
ExecutionTemplate.SchedulerAcceleratorConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ExecutionTemplate.SchedulerAcceleratorConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ExecutionTemplate.SchedulerAcceleratorConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ExecutionTemplate.SchedulerAcceleratorConfig parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
ExecutionTemplate.SchedulerAcceleratorConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExecutionTemplate.SchedulerAcceleratorConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ExecutionTemplate.SchedulerAcceleratorConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ExecutionTemplate.SchedulerAcceleratorConfig parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input | CodedInputStream |
Returns | |
---|---|
Type | Description |
ExecutionTemplate.SchedulerAcceleratorConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ExecutionTemplate.SchedulerAcceleratorConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ExecutionTemplate.SchedulerAcceleratorConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static ExecutionTemplate.SchedulerAcceleratorConfig parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
ExecutionTemplate.SchedulerAcceleratorConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ExecutionTemplate.SchedulerAcceleratorConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ExecutionTemplate.SchedulerAcceleratorConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ExecutionTemplate.SchedulerAcceleratorConfig parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data | ByteBuffer |
Returns | |
---|---|
Type | Description |
ExecutionTemplate.SchedulerAcceleratorConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ExecutionTemplate.SchedulerAcceleratorConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ExecutionTemplate.SchedulerAcceleratorConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ExecutionTemplate.SchedulerAcceleratorConfig> parser()
Returns | |
---|---|
Type | Description |
Parser<SchedulerAcceleratorConfig> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj | Object |
Returns | |
---|---|
Type | Description |
boolean |
getCoreCount()
public long getCoreCount()
Count of cores of this accelerator.
int64 core_count = 2;
Returns | |
---|---|
Type | Description |
long | The coreCount. |
getDefaultInstanceForType()
public ExecutionTemplate.SchedulerAcceleratorConfig getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ExecutionTemplate.SchedulerAcceleratorConfig |
getParserForType()
public Parser<ExecutionTemplate.SchedulerAcceleratorConfig> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<SchedulerAcceleratorConfig> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getType()
public ExecutionTemplate.SchedulerAcceleratorType getType()
Type of this accelerator.
.google.events.cloud.notebooks.v1.ExecutionTemplate.SchedulerAcceleratorType type = 1;
Returns | |
---|---|
Type | Description |
ExecutionTemplate.SchedulerAcceleratorType | The type. |
getTypeValue()
public int getTypeValue()
Type of this accelerator.
.google.events.cloud.notebooks.v1.ExecutionTemplate.SchedulerAcceleratorType type = 1;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for type. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns | |
---|---|
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public ExecutionTemplate.SchedulerAcceleratorConfig.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
ExecutionTemplate.SchedulerAcceleratorConfig.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ExecutionTemplate.SchedulerAcceleratorConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent | BuilderParent |
Returns | |
---|---|
Type | Description |
ExecutionTemplate.SchedulerAcceleratorConfig.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused | UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public ExecutionTemplate.SchedulerAcceleratorConfig.Builder toBuilder()
Returns | |
---|---|
Type | Description |
ExecutionTemplate.SchedulerAcceleratorConfig.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output | CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |