Class: Aws::SageMakerGeospatial::Types::ExportVectorEnrichmentJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::ExportVectorEnrichmentJobInput
- 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.
-
#client_token ⇒ String
A unique token that guarantees that the call to this API is idempotent.
-
#execution_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM rolewith permission to upload to the location in OutputConfig.
-
#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.
419 420 421 422 423 424 425 426 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 419 class ExportVectorEnrichmentJobInput < Struct.new( :arn, :client_token, :execution_role_arn, :output_config) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique token that guarantees that the call to this API is idempotent.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
419 420 421 422 423 424 425 426 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 419 class ExportVectorEnrichmentJobInput < Struct.new( :arn, :client_token, :execution_role_arn, :output_config) SENSITIVE = [] include Aws::Structure end |
#execution_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM rolewith permission to upload to the location in OutputConfig.
419 420 421 422 423 424 425 426 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 419 class ExportVectorEnrichmentJobInput < Struct.new( :arn, :client_token, :execution_role_arn, :output_config) SENSITIVE = [] include Aws::Structure end |
#output_config ⇒ Types::ExportVectorEnrichmentJobOutputConfig
Output location information for exporting Vector Enrichment Job results.
419 420 421 422 423 424 425 426 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 419 class ExportVectorEnrichmentJobInput < Struct.new( :arn, :client_token, :execution_role_arn, :output_config) SENSITIVE = [] include Aws::Structure end |