Struct aws_sdk_sagemakergeospatial::input::GetTileInput
source · #[non_exhaustive]pub struct GetTileInput { /* private fields */ }
Implementations§
source§impl GetTileInput
impl GetTileInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTile, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTile, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetTile
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetTileInput
.
source§impl GetTileInput
impl GetTileInput
sourcepub fn image_assets(&self) -> Option<&[String]>
pub fn image_assets(&self) -> Option<&[String]>
The particular assets or bands to tile.
sourcepub fn target(&self) -> Option<&TargetOptions>
pub fn target(&self) -> Option<&TargetOptions>
Determines what part of the Earth Observation job to tile. 'INPUT' or 'OUTPUT' are the valid options.
sourcepub fn image_mask(&self) -> Option<bool>
pub fn image_mask(&self) -> Option<bool>
Determines whether or not to return a valid data mask.
sourcepub fn output_format(&self) -> Option<&str>
pub fn output_format(&self) -> Option<&str>
The data format of the output tile. The formats include .npy, .png and .jpg.
sourcepub fn time_range_filter(&self) -> Option<&str>
pub fn time_range_filter(&self) -> Option<&str>
Time range filter applied to imagery to find the images to tile.
sourcepub fn property_filters(&self) -> Option<&str>
pub fn property_filters(&self) -> Option<&str>
Property filters for the imagery to tile.
sourcepub fn output_data_type(&self) -> Option<&OutputType>
pub fn output_data_type(&self) -> Option<&OutputType>
The output data type of the tile operation.
Trait Implementations§
source§impl Clone for GetTileInput
impl Clone for GetTileInput
source§fn clone(&self) -> GetTileInput
fn clone(&self) -> GetTileInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetTileInput
impl Debug for GetTileInput
source§impl PartialEq<GetTileInput> for GetTileInput
impl PartialEq<GetTileInput> for GetTileInput
source§fn eq(&self, other: &GetTileInput) -> bool
fn eq(&self, other: &GetTileInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.