Interface DescribeEvaluationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeEvaluationsRequest.Builder,
,DescribeEvaluationsRequest> MachineLearningRequest.Builder
,SdkBuilder<DescribeEvaluationsRequest.Builder,
,DescribeEvaluationsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeEvaluationsRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe equal to operator.filterVariable
(String filterVariable) Use one of the following variable to filter a list ofEvaluation
objects:filterVariable
(EvaluationFilterVariable filterVariable) Use one of the following variable to filter a list ofEvaluation
objects:The greater than or equal to operator.The greater than operator.The less than or equal to operator.The maximum number ofEvaluation
to include in the result.The less than operator.The not equal to operator.The ID of the page in the paginated results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.A string that is found at the beginning of a variable, such asName
orId
.A two-value parameter that determines the sequence of the resulting list ofEvaluation
.A two-value parameter that determines the sequence of the resulting list ofEvaluation
.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.machinelearning.model.MachineLearningRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
filterVariable
Use one of the following variable to filter a list of
Evaluation
objects:-
CreatedAt
- Sets the search criteria to theEvaluation
creation date. -
Status
- Sets the search criteria to theEvaluation
status. -
Name
- Sets the search criteria to the contents ofEvaluation
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked anEvaluation
. -
MLModelId
- Sets the search criteria to theMLModel
that was evaluated. -
DataSourceId
- Sets the search criteria to theDataSource
used inEvaluation
. -
DataUri
- Sets the search criteria to the data file(s) used inEvaluation
. The URL can identify either a file or an Amazon Simple Storage Solution (Amazon S3) bucket or directory.
- Parameters:
filterVariable
- Use one of the following variable to filter a list ofEvaluation
objects:-
CreatedAt
- Sets the search criteria to theEvaluation
creation date. -
Status
- Sets the search criteria to theEvaluation
status. -
Name
- Sets the search criteria to the contents ofEvaluation
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked anEvaluation
. -
MLModelId
- Sets the search criteria to theMLModel
that was evaluated. -
DataSourceId
- Sets the search criteria to theDataSource
used inEvaluation
. -
DataUri
- Sets the search criteria to the data file(s) used inEvaluation
. The URL can identify either a file or an Amazon Simple Storage Solution (Amazon S3) bucket or directory.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
filterVariable
Use one of the following variable to filter a list of
Evaluation
objects:-
CreatedAt
- Sets the search criteria to theEvaluation
creation date. -
Status
- Sets the search criteria to theEvaluation
status. -
Name
- Sets the search criteria to the contents ofEvaluation
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked anEvaluation
. -
MLModelId
- Sets the search criteria to theMLModel
that was evaluated. -
DataSourceId
- Sets the search criteria to theDataSource
used inEvaluation
. -
DataUri
- Sets the search criteria to the data file(s) used inEvaluation
. The URL can identify either a file or an Amazon Simple Storage Solution (Amazon S3) bucket or directory.
- Parameters:
filterVariable
- Use one of the following variable to filter a list ofEvaluation
objects:-
CreatedAt
- Sets the search criteria to theEvaluation
creation date. -
Status
- Sets the search criteria to theEvaluation
status. -
Name
- Sets the search criteria to the contents ofEvaluation
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked anEvaluation
. -
MLModelId
- Sets the search criteria to theMLModel
that was evaluated. -
DataSourceId
- Sets the search criteria to theDataSource
used inEvaluation
. -
DataUri
- Sets the search criteria to the data file(s) used inEvaluation
. The URL can identify either a file or an Amazon Simple Storage Solution (Amazon S3) bucket or directory.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
eq
The equal to operator. The
Evaluation
results will haveFilterVariable
values that exactly match the value specified withEQ
.- Parameters:
eq
- The equal to operator. TheEvaluation
results will haveFilterVariable
values that exactly match the value specified withEQ
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gt
The greater than operator. The
Evaluation
results will haveFilterVariable
values that are greater than the value specified withGT
.- Parameters:
gt
- The greater than operator. TheEvaluation
results will haveFilterVariable
values that are greater than the value specified withGT
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lt
The less than operator. The
Evaluation
results will haveFilterVariable
values that are less than the value specified withLT
.- Parameters:
lt
- The less than operator. TheEvaluation
results will haveFilterVariable
values that are less than the value specified withLT
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ge
The greater than or equal to operator. The
Evaluation
results will haveFilterVariable
values that are greater than or equal to the value specified withGE
.- Parameters:
ge
- The greater than or equal to operator. TheEvaluation
results will haveFilterVariable
values that are greater than or equal to the value specified withGE
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
le
The less than or equal to operator. The
Evaluation
results will haveFilterVariable
values that are less than or equal to the value specified withLE
.- Parameters:
le
- The less than or equal to operator. TheEvaluation
results will haveFilterVariable
values that are less than or equal to the value specified withLE
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ne
The not equal to operator. The
Evaluation
results will haveFilterVariable
values not equal to the value specified withNE
.- Parameters:
ne
- The not equal to operator. TheEvaluation
results will haveFilterVariable
values not equal to the value specified withNE
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefix
A string that is found at the beginning of a variable, such as
Name
orId
.For example, an
Evaluation
could have theName
2014-09-09-HolidayGiftMailer
. To search for thisEvaluation
, selectName
for theFilterVariable
and any of the following strings for thePrefix
:-
2014-09
-
2014-09-09
-
2014-09-09-Holiday
- Parameters:
prefix
- A string that is found at the beginning of a variable, such asName
orId
.For example, an
Evaluation
could have theName
2014-09-09-HolidayGiftMailer
. To search for thisEvaluation
, selectName
for theFilterVariable
and any of the following strings for thePrefix
:-
2014-09
-
2014-09-09
-
2014-09-09-Holiday
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
sortOrder
A two-value parameter that determines the sequence of the resulting list of
Evaluation
.-
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
.- Parameters:
sortOrder
- A two-value parameter that determines the sequence of the resulting list ofEvaluation
.-
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
.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
sortOrder
A two-value parameter that determines the sequence of the resulting list of
Evaluation
.-
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
.- Parameters:
sortOrder
- A two-value parameter that determines the sequence of the resulting list ofEvaluation
.-
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
.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
nextToken
The ID of the page in the paginated results.
- Parameters:
nextToken
- The ID of the page in the paginated results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
The maximum number of
Evaluation
to include in the result.- Parameters:
limit
- The maximum number ofEvaluation
to include in the result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeEvaluationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeEvaluationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-