ServerlessInferenceEndpointAuthMode Class

public final class ServerlessInferenceEndpointAuthMode
extends ExpandableStringEnum<ServerlessInferenceEndpointAuthMode>

Defines values for ServerlessInferenceEndpointAuthMode.

Field Summary

Modifier and Type Field and Description
static final ServerlessInferenceEndpointAuthMode KEY

Static value Key for ServerlessInferenceEndpointAuthMode.

Constructor Summary

Constructor Description
ServerlessInferenceEndpointAuthMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ServerlessInferenceEndpointAuthMode value.

Method Summary

Modifier and Type Method and Description
static ServerlessInferenceEndpointAuthMode fromString(String name)

Creates or finds a ServerlessInferenceEndpointAuthMode from its string representation.

static Collection<ServerlessInferenceEndpointAuthMode> values()

Gets known ServerlessInferenceEndpointAuthMode values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

KEY

public static final ServerlessInferenceEndpointAuthMode KEY

Static value Key for ServerlessInferenceEndpointAuthMode.

Constructor Details

ServerlessInferenceEndpointAuthMode

@Deprecated
public ServerlessInferenceEndpointAuthMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ServerlessInferenceEndpointAuthMode value.

Method Details

fromString

public static ServerlessInferenceEndpointAuthMode fromString(String name)

Creates or finds a ServerlessInferenceEndpointAuthMode from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ServerlessInferenceEndpointAuthMode.

values

public static Collection<ServerlessInferenceEndpointAuthMode> values()

Gets known ServerlessInferenceEndpointAuthMode values.

Returns:

known ServerlessInferenceEndpointAuthMode values.

Applies to