Class: Aws::SageMakerGeospatial::Types::GetTileInput

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 tile operation.

Returns:

  • (String)


748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 748

class GetTileInput < Struct.new(
  :arn,
  :execution_role_arn,
  :image_assets,
  :image_mask,
  :output_data_type,
  :output_format,
  :property_filters,
  :target,
  :time_range_filter,
  :x,
  :y,
  :z)
  SENSITIVE = []
  include Aws::Structure
end

#execution_role_arnString

The Amazon Resource Name (ARN) of the IAM role that you specify.

Returns:

  • (String)


748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 748

class GetTileInput < Struct.new(
  :arn,
  :execution_role_arn,
  :image_assets,
  :image_mask,
  :output_data_type,
  :output_format,
  :property_filters,
  :target,
  :time_range_filter,
  :x,
  :y,
  :z)
  SENSITIVE = []
  include Aws::Structure
end

#image_assetsArray<String>

The particular assets or bands to tile.

Returns:

  • (Array<String>)


748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 748

class GetTileInput < Struct.new(
  :arn,
  :execution_role_arn,
  :image_assets,
  :image_mask,
  :output_data_type,
  :output_format,
  :property_filters,
  :target,
  :time_range_filter,
  :x,
  :y,
  :z)
  SENSITIVE = []
  include Aws::Structure
end

#image_maskBoolean

Determines whether or not to return a valid data mask.

Returns:

  • (Boolean)


748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 748

class GetTileInput < Struct.new(
  :arn,
  :execution_role_arn,
  :image_assets,
  :image_mask,
  :output_data_type,
  :output_format,
  :property_filters,
  :target,
  :time_range_filter,
  :x,
  :y,
  :z)
  SENSITIVE = []
  include Aws::Structure
end

#output_data_typeString

The output data type of the tile operation.

Returns:

  • (String)


748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 748

class GetTileInput < Struct.new(
  :arn,
  :execution_role_arn,
  :image_assets,
  :image_mask,
  :output_data_type,
  :output_format,
  :property_filters,
  :target,
  :time_range_filter,
  :x,
  :y,
  :z)
  SENSITIVE = []
  include Aws::Structure
end

#output_formatString

The data format of the output tile. The formats include .npy, .png and .jpg.

Returns:

  • (String)


748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 748

class GetTileInput < Struct.new(
  :arn,
  :execution_role_arn,
  :image_assets,
  :image_mask,
  :output_data_type,
  :output_format,
  :property_filters,
  :target,
  :time_range_filter,
  :x,
  :y,
  :z)
  SENSITIVE = []
  include Aws::Structure
end

#property_filtersString

Property filters for the imagery to tile.

Returns:

  • (String)


748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 748

class GetTileInput < Struct.new(
  :arn,
  :execution_role_arn,
  :image_assets,
  :image_mask,
  :output_data_type,
  :output_format,
  :property_filters,
  :target,
  :time_range_filter,
  :x,
  :y,
  :z)
  SENSITIVE = []
  include Aws::Structure
end

#targetString

Determines what part of the Earth Observation job to tile. 'INPUT' or 'OUTPUT' are the valid options.

Returns:

  • (String)


748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 748

class GetTileInput < Struct.new(
  :arn,
  :execution_role_arn,
  :image_assets,
  :image_mask,
  :output_data_type,
  :output_format,
  :property_filters,
  :target,
  :time_range_filter,
  :x,
  :y,
  :z)
  SENSITIVE = []
  include Aws::Structure
end

#time_range_filterString

Time range filter applied to imagery to find the images to tile.

Returns:

  • (String)


748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 748

class GetTileInput < Struct.new(
  :arn,
  :execution_role_arn,
  :image_assets,
  :image_mask,
  :output_data_type,
  :output_format,
  :property_filters,
  :target,
  :time_range_filter,
  :x,
  :y,
  :z)
  SENSITIVE = []
  include Aws::Structure
end

#xInteger

The x coordinate of the tile input.

Returns:

  • (Integer)


748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 748

class GetTileInput < Struct.new(
  :arn,
  :execution_role_arn,
  :image_assets,
  :image_mask,
  :output_data_type,
  :output_format,
  :property_filters,
  :target,
  :time_range_filter,
  :x,
  :y,
  :z)
  SENSITIVE = []
  include Aws::Structure
end

#yInteger

The y coordinate of the tile input.

Returns:

  • (Integer)


748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 748

class GetTileInput < Struct.new(
  :arn,
  :execution_role_arn,
  :image_assets,
  :image_mask,
  :output_data_type,
  :output_format,
  :property_filters,
  :target,
  :time_range_filter,
  :x,
  :y,
  :z)
  SENSITIVE = []
  include Aws::Structure
end

#zInteger

The z coordinate of the tile input.

Returns:

  • (Integer)


748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 748

class GetTileInput < Struct.new(
  :arn,
  :execution_role_arn,
  :image_assets,
  :image_mask,
  :output_data_type,
  :output_format,
  :property_filters,
  :target,
  :time_range_filter,
  :x,
  :y,
  :z)
  SENSITIVE = []
  include Aws::Structure
end