Class: Aws::SageMakerGeospatial::Types::ExportVectorEnrichmentJobInput

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.

Returns:

  • (String)


419
420
421
422
423
424
425
426
# File 'gems/aws-sdk-sagemakergeospatial/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_tokenString

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.

Returns:

  • (String)


419
420
421
422
423
424
425
426
# File 'gems/aws-sdk-sagemakergeospatial/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_arnString

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

Returns:

  • (String)


419
420
421
422
423
424
425
426
# File 'gems/aws-sdk-sagemakergeospatial/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_configTypes::ExportVectorEnrichmentJobOutputConfig

Output location information for exporting Vector Enrichment Job results.



419
420
421
422
423
424
425
426
# File 'gems/aws-sdk-sagemakergeospatial/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