Class: Aws::SageMakerGeospatial::Types::StartEarthObservationJobInput

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)


2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
# File 'gems/aws-sdk-sagemakergeospatial/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_arnString

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

Returns:

  • (String)


2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
# File 'gems/aws-sdk-sagemakergeospatial/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_configTypes::InputConfigInput

Input configuration information for the Earth Observation job.



2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
# File 'gems/aws-sdk-sagemakergeospatial/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_configTypes::JobConfigInput

An object containing information about the job configuration.



2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
# File 'gems/aws-sdk-sagemakergeospatial/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_idString

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

Returns:

  • (String)


2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
# File 'gems/aws-sdk-sagemakergeospatial/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

#nameString

The name of the Earth Observation job.

Returns:

  • (String)


2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
# File 'gems/aws-sdk-sagemakergeospatial/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

#tagsHash<String,String>

Each tag consists of a key and a value.

Returns:

  • (Hash<String,String>)


2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
# File 'gems/aws-sdk-sagemakergeospatial/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