Module: Aws::SageMakerGeospatial::Client::_StartVectorEnrichmentJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartVectorEnrichmentJobOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #duration_in_seconds ⇒ ::Integer
- #execution_role_arn ⇒ ::String
- #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
398 |
# File 'sig/client.rbs', line 398
def arn: () -> ::String
|
#creation_time ⇒ ::Time
399 |
# File 'sig/client.rbs', line 399
def creation_time: () -> ::Time
|
#duration_in_seconds ⇒ ::Integer
400 |
# File 'sig/client.rbs', line 400
def duration_in_seconds: () -> ::Integer
|
#execution_role_arn ⇒ ::String
401 |
# File 'sig/client.rbs', line 401
def execution_role_arn: () -> ::String
|
#input_config ⇒ Types::VectorEnrichmentJobInputConfig
402 |
# File 'sig/client.rbs', line 402
def input_config: () -> Types::VectorEnrichmentJobInputConfig
|
#job_config ⇒ Types::VectorEnrichmentJobConfig
403 |
# File 'sig/client.rbs', line 403
def job_config: () -> Types::VectorEnrichmentJobConfig
|
#kms_key_id ⇒ ::String
404 |
# File 'sig/client.rbs', line 404
def kms_key_id: () -> ::String
|
#name ⇒ ::String
405 |
# File 'sig/client.rbs', line 405
def name: () -> ::String
|
#status ⇒ "INITIALIZING", ...
406 |
# File 'sig/client.rbs', line 406
def status: () -> ("INITIALIZING" | "IN_PROGRESS" | "STOPPING" | "STOPPED" | "COMPLETED" | "FAILED" | "DELETING" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
407 |
# File 'sig/client.rbs', line 407
def tags: () -> ::Hash[::String, ::String]
|
#type ⇒ "REVERSE_GEOCODING", "MAP_MATCHING"
408 |
# File 'sig/client.rbs', line 408
def type: () -> ("REVERSE_GEOCODING" | "MAP_MATCHING")
|