Module: Aws::SageMakerGeospatial::Client::_GetVectorEnrichmentJobResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetVectorEnrichmentJobOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


208
# File 'sig/client.rbs', line 208

def arn: () -> ::String

#creation_time::Time

Returns:

  • (::Time)


209
# File 'sig/client.rbs', line 209

def creation_time: () -> ::Time

#duration_in_seconds::Integer

Returns:

  • (::Integer)


210
# File 'sig/client.rbs', line 210

def duration_in_seconds: () -> ::Integer

#error_detailsTypes::VectorEnrichmentJobErrorDetails



211
# File 'sig/client.rbs', line 211

def error_details: () -> Types::VectorEnrichmentJobErrorDetails

#execution_role_arn::String

Returns:

  • (::String)


212
# File 'sig/client.rbs', line 212

def execution_role_arn: () -> ::String

#export_error_detailsTypes::VectorEnrichmentJobExportErrorDetails



213
# File 'sig/client.rbs', line 213

def export_error_details: () -> Types::VectorEnrichmentJobExportErrorDetails

#export_status"IN_PROGRESS", ...

Returns:

  • ("IN_PROGRESS", "SUCCEEDED", "FAILED")


214
# File 'sig/client.rbs', line 214

def export_status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "FAILED")

#input_configTypes::VectorEnrichmentJobInputConfig



215
# File 'sig/client.rbs', line 215

def input_config: () -> Types::VectorEnrichmentJobInputConfig

#job_configTypes::VectorEnrichmentJobConfig



216
# File 'sig/client.rbs', line 216

def job_config: () -> Types::VectorEnrichmentJobConfig

#kms_key_id::String

Returns:

  • (::String)


217
# File 'sig/client.rbs', line 217

def kms_key_id: () -> ::String

#name::String

Returns:

  • (::String)


218
# File 'sig/client.rbs', line 218

def name: () -> ::String

#status"INITIALIZING", ...

Returns:

  • ("INITIALIZING", "IN_PROGRESS", "STOPPING", "STOPPED", "COMPLETED", "FAILED", "DELETING", "DELETED")


219
# File 'sig/client.rbs', line 219

def status: () -> ("INITIALIZING" | "IN_PROGRESS" | "STOPPING" | "STOPPED" | "COMPLETED" | "FAILED" | "DELETING" | "DELETED")

#tags::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


220
# File 'sig/client.rbs', line 220

def tags: () -> ::Hash[::String, ::String]

#type"REVERSE_GEOCODING", "MAP_MATCHING"

Returns:

  • ("REVERSE_GEOCODING", "MAP_MATCHING")


221
# File 'sig/client.rbs', line 221

def type: () -> ("REVERSE_GEOCODING" | "MAP_MATCHING")