Class: Aws::SageMakerGeospatial::Types::ExportVectorEnrichmentJobOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the Vector Enrichment job being exported.

Returns:

  • (String)


453
454
455
456
457
458
459
460
461
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 453

class ExportVectorEnrichmentJobOutput < Struct.new(
  :arn,
  :creation_time,
  :execution_role_arn,
  :export_status,
  :output_config)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The creation time.

Returns:

  • (Time)


453
454
455
456
457
458
459
460
461
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 453

class ExportVectorEnrichmentJobOutput < Struct.new(
  :arn,
  :creation_time,
  :execution_role_arn,
  :export_status,
  :output_config)
  SENSITIVE = []
  include Aws::Structure
end

#execution_role_arnString

The Amazon Resource Name (ARN) of the IAM role with permission to upload to the location in OutputConfig.

Returns:

  • (String)


453
454
455
456
457
458
459
460
461
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 453

class ExportVectorEnrichmentJobOutput < Struct.new(
  :arn,
  :creation_time,
  :execution_role_arn,
  :export_status,
  :output_config)
  SENSITIVE = []
  include Aws::Structure
end

#export_statusString

The status of the results the Vector Enrichment job being exported.

Returns:

  • (String)


453
454
455
456
457
458
459
460
461
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 453

class ExportVectorEnrichmentJobOutput < Struct.new(
  :arn,
  :creation_time,
  :execution_role_arn,
  :export_status,
  :output_config)
  SENSITIVE = []
  include Aws::Structure
end

#output_configTypes::ExportVectorEnrichmentJobOutputConfig

Output location information for exporting Vector Enrichment Job results.



453
454
455
456
457
458
459
460
461
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 453

class ExportVectorEnrichmentJobOutput < Struct.new(
  :arn,
  :creation_time,
  :execution_role_arn,
  :export_status,
  :output_config)
  SENSITIVE = []
  include Aws::Structure
end