public enum AnalyzeAssetMetadata.AnalysisStatus.State extends Enum<AnalyzeAssetMetadata.AnalysisStatus.State> implements ProtocolMessageEnumThe state of the search capability.
 Protobuf enum google.cloud.visionai.v1.AnalyzeAssetMetadata.AnalysisStatus.State
Implements
ProtocolMessageEnumStatic Fields | 
      |
|---|---|
| Name | Description | 
FAILED | 
        The ml model analysis failed.    | 
      
FAILED_VALUE | 
        The ml model analysis failed.    | 
      
IN_PROGRESS | 
        The ml model analysis is in progress.    | 
      
IN_PROGRESS_VALUE | 
        The ml model analysis is in progress.    | 
      
STATE_UNSPECIFIED | 
        The default process state should never happen.    | 
      
STATE_UNSPECIFIED_VALUE | 
        The default process state should never happen.    | 
      
SUCCEEDED | 
        The ml model analysis is successfully done.    | 
      
SUCCEEDED_VALUE | 
        The ml model analysis is successfully done.    | 
      
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() | 
        |