Struct aws_sdk_machinelearning::operation::describe_ml_models::builders::DescribeMlModelsInputBuilder
source · #[non_exhaustive]pub struct DescribeMlModelsInputBuilder { /* private fields */ }
Expand description
A builder for DescribeMlModelsInput
.
Implementations§
source§impl DescribeMlModelsInputBuilder
impl DescribeMlModelsInputBuilder
sourcepub fn filter_variable(self, input: MlModelFilterVariable) -> Self
pub fn filter_variable(self, input: MlModelFilterVariable) -> Self
Use one of the following variables to filter a list of MLModel
:
-
CreatedAt
- Sets the search criteria toMLModel
creation date. -
Status
- Sets the search criteria toMLModel
status. -
Name
- Sets the search criteria to the contents ofMLModel
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked theMLModel
creation. -
TrainingDataSourceId
- Sets the search criteria to theDataSource
used to train one or moreMLModel
. -
RealtimeEndpointStatus
- Sets the search criteria to theMLModel
real-time endpoint status. -
MLModelType
- Sets the search criteria toMLModel
type: binary, regression, or multi-class. -
Algorithm
- Sets the search criteria to the algorithm that theMLModel
uses. -
TrainingDataURI
- Sets the search criteria to the data file(s) used in training aMLModel
. The URL can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory.
sourcepub fn set_filter_variable(self, input: Option<MlModelFilterVariable>) -> Self
pub fn set_filter_variable(self, input: Option<MlModelFilterVariable>) -> Self
Use one of the following variables to filter a list of MLModel
:
-
CreatedAt
- Sets the search criteria toMLModel
creation date. -
Status
- Sets the search criteria toMLModel
status. -
Name
- Sets the search criteria to the contents ofMLModel
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked theMLModel
creation. -
TrainingDataSourceId
- Sets the search criteria to theDataSource
used to train one or moreMLModel
. -
RealtimeEndpointStatus
- Sets the search criteria to theMLModel
real-time endpoint status. -
MLModelType
- Sets the search criteria toMLModel
type: binary, regression, or multi-class. -
Algorithm
- Sets the search criteria to the algorithm that theMLModel
uses. -
TrainingDataURI
- Sets the search criteria to the data file(s) used in training aMLModel
. The URL can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory.
sourcepub fn get_filter_variable(&self) -> &Option<MlModelFilterVariable>
pub fn get_filter_variable(&self) -> &Option<MlModelFilterVariable>
Use one of the following variables to filter a list of MLModel
:
-
CreatedAt
- Sets the search criteria toMLModel
creation date. -
Status
- Sets the search criteria toMLModel
status. -
Name
- Sets the search criteria to the contents ofMLModel
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked theMLModel
creation. -
TrainingDataSourceId
- Sets the search criteria to theDataSource
used to train one or moreMLModel
. -
RealtimeEndpointStatus
- Sets the search criteria to theMLModel
real-time endpoint status. -
MLModelType
- Sets the search criteria toMLModel
type: binary, regression, or multi-class. -
Algorithm
- Sets the search criteria to the algorithm that theMLModel
uses. -
TrainingDataURI
- Sets the search criteria to the data file(s) used in training aMLModel
. The URL can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory.
sourcepub fn eq(self, input: impl Into<String>) -> Self
pub fn eq(self, input: impl Into<String>) -> Self
The equal to operator. The MLModel
results will have FilterVariable
values that exactly match the value specified with EQ
.
sourcepub fn set_eq(self, input: Option<String>) -> Self
pub fn set_eq(self, input: Option<String>) -> Self
The equal to operator. The MLModel
results will have FilterVariable
values that exactly match the value specified with EQ
.
sourcepub fn get_eq(&self) -> &Option<String>
pub fn get_eq(&self) -> &Option<String>
The equal to operator. The MLModel
results will have FilterVariable
values that exactly match the value specified with EQ
.
sourcepub fn gt(self, input: impl Into<String>) -> Self
pub fn gt(self, input: impl Into<String>) -> Self
The greater than operator. The MLModel
results will have FilterVariable
values that are greater than the value specified with GT
.
sourcepub fn set_gt(self, input: Option<String>) -> Self
pub fn set_gt(self, input: Option<String>) -> Self
The greater than operator. The MLModel
results will have FilterVariable
values that are greater than the value specified with GT
.
sourcepub fn get_gt(&self) -> &Option<String>
pub fn get_gt(&self) -> &Option<String>
The greater than operator. The MLModel
results will have FilterVariable
values that are greater than the value specified with GT
.
sourcepub fn lt(self, input: impl Into<String>) -> Self
pub fn lt(self, input: impl Into<String>) -> Self
The less than operator. The MLModel
results will have FilterVariable
values that are less than the value specified with LT
.
sourcepub fn set_lt(self, input: Option<String>) -> Self
pub fn set_lt(self, input: Option<String>) -> Self
The less than operator. The MLModel
results will have FilterVariable
values that are less than the value specified with LT
.
sourcepub fn get_lt(&self) -> &Option<String>
pub fn get_lt(&self) -> &Option<String>
The less than operator. The MLModel
results will have FilterVariable
values that are less than the value specified with LT
.
sourcepub fn ge(self, input: impl Into<String>) -> Self
pub fn ge(self, input: impl Into<String>) -> Self
The greater than or equal to operator. The MLModel
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.
sourcepub fn set_ge(self, input: Option<String>) -> Self
pub fn set_ge(self, input: Option<String>) -> Self
The greater than or equal to operator. The MLModel
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.
sourcepub fn get_ge(&self) -> &Option<String>
pub fn get_ge(&self) -> &Option<String>
The greater than or equal to operator. The MLModel
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.
sourcepub fn le(self, input: impl Into<String>) -> Self
pub fn le(self, input: impl Into<String>) -> Self
The less than or equal to operator. The MLModel
results will have FilterVariable
values that are less than or equal to the value specified with LE
.
sourcepub fn set_le(self, input: Option<String>) -> Self
pub fn set_le(self, input: Option<String>) -> Self
The less than or equal to operator. The MLModel
results will have FilterVariable
values that are less than or equal to the value specified with LE
.
sourcepub fn get_le(&self) -> &Option<String>
pub fn get_le(&self) -> &Option<String>
The less than or equal to operator. The MLModel
results will have FilterVariable
values that are less than or equal to the value specified with LE
.
sourcepub fn ne(self, input: impl Into<String>) -> Self
pub fn ne(self, input: impl Into<String>) -> Self
The not equal to operator. The MLModel
results will have FilterVariable
values not equal to the value specified with NE
.
sourcepub fn set_ne(self, input: Option<String>) -> Self
pub fn set_ne(self, input: Option<String>) -> Self
The not equal to operator. The MLModel
results will have FilterVariable
values not equal to the value specified with NE
.
sourcepub fn get_ne(&self) -> &Option<String>
pub fn get_ne(&self) -> &Option<String>
The not equal to operator. The MLModel
results will have FilterVariable
values not equal to the value specified with NE
.
sourcepub fn prefix(self, input: impl Into<String>) -> Self
pub fn prefix(self, input: impl Into<String>) -> Self
A string that is found at the beginning of a variable, such as Name
or Id
.
For example, an MLModel
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this MLModel
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
-
2014-09
-
2014-09-09
-
2014-09-09-Holiday
sourcepub fn set_prefix(self, input: Option<String>) -> Self
pub fn set_prefix(self, input: Option<String>) -> Self
A string that is found at the beginning of a variable, such as Name
or Id
.
For example, an MLModel
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this MLModel
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
-
2014-09
-
2014-09-09
-
2014-09-09-Holiday
sourcepub fn get_prefix(&self) -> &Option<String>
pub fn get_prefix(&self) -> &Option<String>
A string that is found at the beginning of a variable, such as Name
or Id
.
For example, an MLModel
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this MLModel
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
-
2014-09
-
2014-09-09
-
2014-09-09-Holiday
sourcepub fn sort_order(self, input: SortOrder) -> Self
pub fn sort_order(self, input: SortOrder) -> Self
A two-value parameter that determines the sequence of the resulting list of MLModel
.
-
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.
sourcepub fn set_sort_order(self, input: Option<SortOrder>) -> Self
pub fn set_sort_order(self, input: Option<SortOrder>) -> Self
A two-value parameter that determines the sequence of the resulting list of MLModel
.
-
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.
sourcepub fn get_sort_order(&self) -> &Option<SortOrder>
pub fn get_sort_order(&self) -> &Option<SortOrder>
A two-value parameter that determines the sequence of the resulting list of MLModel
.
-
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The ID of the page in the paginated results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The ID of the page in the paginated results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The ID of the page in the paginated results.
sourcepub fn limit(self, input: i32) -> Self
pub fn limit(self, input: i32) -> Self
The number of pages of information to include in the result. The range of acceptable values is 1
through 100
. The default value is 100
.
sourcepub fn set_limit(self, input: Option<i32>) -> Self
pub fn set_limit(self, input: Option<i32>) -> Self
The number of pages of information to include in the result. The range of acceptable values is 1
through 100
. The default value is 100
.
sourcepub fn get_limit(&self) -> &Option<i32>
pub fn get_limit(&self) -> &Option<i32>
The number of pages of information to include in the result. The range of acceptable values is 1
through 100
. The default value is 100
.
sourcepub fn build(self) -> Result<DescribeMlModelsInput, BuildError>
pub fn build(self) -> Result<DescribeMlModelsInput, BuildError>
Consumes the builder and constructs a DescribeMlModelsInput
.
source§impl DescribeMlModelsInputBuilder
impl DescribeMlModelsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeMlModelsOutput, SdkError<DescribeMLModelsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeMlModelsOutput, SdkError<DescribeMLModelsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeMlModelsInputBuilder
impl Clone for DescribeMlModelsInputBuilder
source§fn clone(&self) -> DescribeMlModelsInputBuilder
fn clone(&self) -> DescribeMlModelsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DescribeMlModelsInputBuilder
impl Debug for DescribeMlModelsInputBuilder
source§impl Default for DescribeMlModelsInputBuilder
impl Default for DescribeMlModelsInputBuilder
source§fn default() -> DescribeMlModelsInputBuilder
fn default() -> DescribeMlModelsInputBuilder
source§impl PartialEq for DescribeMlModelsInputBuilder
impl PartialEq for DescribeMlModelsInputBuilder
source§fn eq(&self, other: &DescribeMlModelsInputBuilder) -> bool
fn eq(&self, other: &DescribeMlModelsInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.