Class: Aws::SageMakerGeospatial::Types::StartEarthObservationJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::StartEarthObservationJobInput
- 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::InputConfigInput
Input configuration information for the Earth Observation job.
-
#job_config ⇒ Types::JobConfigInput
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 Earth Observation 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.
2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 2010 class StartEarthObservationJobInput < 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.
2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 2010 class StartEarthObservationJobInput < Struct.new( :client_token, :execution_role_arn, :input_config, :job_config, :kms_key_id, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#input_config ⇒ Types::InputConfigInput
Input configuration information for the Earth Observation job.
2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 2010 class StartEarthObservationJobInput < Struct.new( :client_token, :execution_role_arn, :input_config, :job_config, :kms_key_id, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#job_config ⇒ Types::JobConfigInput
An object containing information about the job configuration.
2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 2010 class StartEarthObservationJobInput < 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.
2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 2010 class StartEarthObservationJobInput < 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 Earth Observation job.
2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 2010 class StartEarthObservationJobInput < 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.
2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 2010 class StartEarthObservationJobInput < Struct.new( :client_token, :execution_role_arn, :input_config, :job_config, :kms_key_id, :name, :tags) SENSITIVE = [] include Aws::Structure end |