Class: Aws::SageMakerGeospatial::Types::StartVectorEnrichmentJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::StartVectorEnrichmentJobInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakergeospatial/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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 role that you specified for the job.
-
#input_config ⇒ Types::VectorEnrichmentJobInputConfig
Input configuration information for the Vector Enrichment job.
-
#job_config ⇒ Types::VectorEnrichmentJobConfig
An object containing information about the job configuration.
-
#kms_key_id ⇒ String
The Key Management Service key ID for server-side encryption.
-
#name ⇒ String
The name of the Vector Enrichment job.
-
#tags ⇒ Hash<String,String>
Each tag consists of a key and a value.
Instance Attribute Details
#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.
2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 |
# File '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_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 |
# File '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_config ⇒ Types::VectorEnrichmentJobInputConfig
Input configuration information for the Vector Enrichment job.
2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 |
# File '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_config ⇒ Types::VectorEnrichmentJobConfig
An object containing information about the job configuration.
2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 |
# File '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_id ⇒ String
The Key Management Service key ID for server-side encryption.
2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 |
# File '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 |
#name ⇒ String
The name of the Vector Enrichment job.
2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 |
# File '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 |
#tags ⇒ Hash<String,String>
Each tag consists of a key and a value.
2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 |
# File '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 |