Enum FileStatus.State (3.52.0)

public enum FileStatus.State extends Enum<FileStatus.State> implements ProtocolMessageEnum

RagFile state.

Protobuf enum google.cloud.aiplatform.v1beta1.FileStatus.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

RagFile resource has been created and indexed successfully.

ACTIVE = 1;

ACTIVE_VALUE

RagFile resource has been created and indexed successfully.

ACTIVE = 1;

ERROR

RagFile resource is in a problematic state. See error_message field for details.

ERROR = 2;

ERROR_VALUE

RagFile resource is in a problematic state. See error_message field for details.

ERROR = 2;

STATE_UNSPECIFIED

RagFile state is unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

RagFile state is unspecified.

STATE_UNSPECIFIED = 0;

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()