Module: Aws::SageMakerGeospatial::Client::_GetVectorEnrichmentJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetVectorEnrichmentJobOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #duration_in_seconds ⇒ ::Integer
- #error_details ⇒ Types::VectorEnrichmentJobErrorDetails
- #execution_role_arn ⇒ ::String
- #export_error_details ⇒ Types::VectorEnrichmentJobExportErrorDetails
- #export_status ⇒ "IN_PROGRESS", ...
- #input_config ⇒ Types::VectorEnrichmentJobInputConfig
- #job_config ⇒ Types::VectorEnrichmentJobConfig
- #kms_key_id ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "INITIALIZING", ...
- #tags ⇒ ::Hash[::String, ::String]
- #type ⇒ "REVERSE_GEOCODING", "MAP_MATCHING"
Instance Method Details
#arn ⇒ ::String
208 |
# File 'sig/client.rbs', line 208
def arn: () -> ::String
|
#creation_time ⇒ ::Time
209 |
# File 'sig/client.rbs', line 209
def creation_time: () -> ::Time
|
#duration_in_seconds ⇒ ::Integer
210 |
# File 'sig/client.rbs', line 210
def duration_in_seconds: () -> ::Integer
|
#error_details ⇒ Types::VectorEnrichmentJobErrorDetails
211 |
# File 'sig/client.rbs', line 211
def error_details: () -> Types::VectorEnrichmentJobErrorDetails
|
#execution_role_arn ⇒ ::String
212 |
# File 'sig/client.rbs', line 212
def execution_role_arn: () -> ::String
|
#export_error_details ⇒ Types::VectorEnrichmentJobExportErrorDetails
213 |
# File 'sig/client.rbs', line 213
def export_error_details: () -> Types::VectorEnrichmentJobExportErrorDetails
|
#export_status ⇒ "IN_PROGRESS", ...
214 |
# File 'sig/client.rbs', line 214
def export_status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "FAILED")
|
#input_config ⇒ Types::VectorEnrichmentJobInputConfig
215 |
# File 'sig/client.rbs', line 215
def input_config: () -> Types::VectorEnrichmentJobInputConfig
|
#job_config ⇒ Types::VectorEnrichmentJobConfig
216 |
# File 'sig/client.rbs', line 216
def job_config: () -> Types::VectorEnrichmentJobConfig
|
#kms_key_id ⇒ ::String
217 |
# File 'sig/client.rbs', line 217
def kms_key_id: () -> ::String
|
#name ⇒ ::String
218 |
# File 'sig/client.rbs', line 218
def name: () -> ::String
|
#status ⇒ "INITIALIZING", ...
219 |
# File 'sig/client.rbs', line 219
def status: () -> ("INITIALIZING" | "IN_PROGRESS" | "STOPPING" | "STOPPED" | "COMPLETED" | "FAILED" | "DELETING" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
220 |
# File 'sig/client.rbs', line 220
def tags: () -> ::Hash[::String, ::String]
|
#type ⇒ "REVERSE_GEOCODING", "MAP_MATCHING"
221 |
# File 'sig/client.rbs', line 221
def type: () -> ("REVERSE_GEOCODING" | "MAP_MATCHING")
|