Class: Aws::SageMakerGeospatial::Types::ExportVectorEnrichmentJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::ExportVectorEnrichmentJobOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakergeospatial/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the Vector Enrichment job being exported.
-
#creation_time ⇒ Time
The creation time.
-
#execution_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role with permission to upload to the location in OutputConfig.
-
#export_status ⇒ String
The status of the results the Vector Enrichment job being exported.
-
#output_config ⇒ Types::ExportVectorEnrichmentJobOutputConfig
Output location information for exporting Vector Enrichment Job results.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the Vector Enrichment job being exported.
453 454 455 456 457 458 459 460 461 |
# File '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_time ⇒ Time
The creation time.
453 454 455 456 457 458 459 460 461 |
# File '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_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role with permission to upload to the location in OutputConfig.
453 454 455 456 457 458 459 460 461 |
# File '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_status ⇒ String
The status of the results the Vector Enrichment job being exported.
453 454 455 456 457 458 459 460 461 |
# File '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_config ⇒ Types::ExportVectorEnrichmentJobOutputConfig
Output location information for exporting Vector Enrichment Job results.
453 454 455 456 457 458 459 460 461 |
# File '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 |