Enum ExecutableCode.Language (3.55.0)

public enum ExecutableCode.Language extends Enum<ExecutableCode.Language> implements ProtocolMessageEnum

Supported programming languages for the generated code.

Protobuf enum google.cloud.aiplatform.v1beta1.ExecutableCode.Language

Implements

ProtocolMessageEnum

Static Fields

Name Description
LANGUAGE_UNSPECIFIED

Unspecified language. This value should not be used.

LANGUAGE_UNSPECIFIED = 0;

LANGUAGE_UNSPECIFIED_VALUE

Unspecified language. This value should not be used.

LANGUAGE_UNSPECIFIED = 0;

PYTHON

Python >= 3.10, with numpy and simpy available.

PYTHON = 1;

PYTHON_VALUE

Python >= 3.10, with numpy and simpy available.

PYTHON = 1;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()