Class: Aws::SageMakerGeospatial::Types::StartVectorEnrichmentJobInput

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

#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)


2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2115

class StartVectorEnrichmentJobInput < Struct.new(
  :client_token,
  :execution_role_arn,
  :input_config,
  :job_config,
  :kms_key_id,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#execution_role_arnString

The Amazon Resource Name (ARN) of the IAM role that you specified for the job.

Returns:

  • (String)


2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2115

class StartVectorEnrichmentJobInput < Struct.new(
  :client_token,
  :execution_role_arn,
  :input_config,
  :job_config,
  :kms_key_id,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#input_configTypes::VectorEnrichmentJobInputConfig

Input configuration information for the Vector Enrichment job.



2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2115

class StartVectorEnrichmentJobInput < Struct.new(
  :client_token,
  :execution_role_arn,
  :input_config,
  :job_config,
  :kms_key_id,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#job_configTypes::VectorEnrichmentJobConfig

An object containing information about the job configuration.



2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2115

class StartVectorEnrichmentJobInput < Struct.new(
  :client_token,
  :execution_role_arn,
  :input_config,
  :job_config,
  :kms_key_id,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

The Key Management Service key ID for server-side encryption.

Returns:

  • (String)


2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2115

class StartVectorEnrichmentJobInput < Struct.new(
  :client_token,
  :execution_role_arn,
  :input_config,
  :job_config,
  :kms_key_id,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Vector Enrichment job.

Returns:

  • (String)


2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2115

class StartVectorEnrichmentJobInput < Struct.new(
  :client_token,
  :execution_role_arn,
  :input_config,
  :job_config,
  :kms_key_id,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Each tag consists of a key and a value.

Returns:

  • (Hash<String,String>)


2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2115

class StartVectorEnrichmentJobInput < Struct.new(
  :client_token,
  :execution_role_arn,
  :input_config,
  :job_config,
  :kms_key_id,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end