toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
sagemakergeospatial
/
aws.sdk.kotlin.services.sagemakergeospatial.model
/
VectorEnrichmentJobStatus
Vector
Enrichment
Job
Status
sealed
class
VectorEnrichmentJobStatus
Inheritors
Completed
Deleted
Deleting
Failed
Initializing
InProgress
Stopped
Stopping
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
VectorEnrichmentJobStatus
Deleted
Link copied to clipboard
object
Deleted
:
VectorEnrichmentJobStatus
Deleting
Link copied to clipboard
object
Deleting
:
VectorEnrichmentJobStatus
Failed
Link copied to clipboard
object
Failed
:
VectorEnrichmentJobStatus
Initializing
Link copied to clipboard
object
Initializing
:
VectorEnrichmentJobStatus
In
Progress
Link copied to clipboard
object
InProgress
:
VectorEnrichmentJobStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
VectorEnrichmentJobStatus
Stopped
Link copied to clipboard
object
Stopped
:
VectorEnrichmentJobStatus
Stopping
Link copied to clipboard
object
Stopping
:
VectorEnrichmentJobStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String