@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeBatchPredictionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeBatchPredictionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeBatchPredictionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEQ()
The equal to operator.
|
String |
getFilterVariable()
Use one of the following variables to filter a list of
BatchPrediction : |
String |
getGE()
The greater than or equal to operator.
|
String |
getGT()
The greater than operator.
|
String |
getLE()
The less than or equal to operator.
|
Integer |
getLimit()
The number of pages of information to include in the result.
|
String |
getLT()
The less than operator.
|
String |
getNE()
The not equal to operator.
|
String |
getNextToken()
An ID of the page in the paginated results.
|
String |
getPrefix()
A string that is found at the beginning of a variable, such as
Name or Id . |
String |
getSortOrder()
A two-value parameter that determines the sequence of the resulting list of
MLModel s. |
int |
hashCode() |
void |
setEQ(String eQ)
The equal to operator.
|
void |
setFilterVariable(BatchPredictionFilterVariable filterVariable)
Use one of the following variables to filter a list of
BatchPrediction : |
void |
setFilterVariable(String filterVariable)
Use one of the following variables to filter a list of
BatchPrediction : |
void |
setGE(String gE)
The greater than or equal to operator.
|
void |
setGT(String gT)
The greater than operator.
|
void |
setLE(String lE)
The less than or equal to operator.
|
void |
setLimit(Integer limit)
The number of pages of information to include in the result.
|
void |
setLT(String lT)
The less than operator.
|
void |
setNE(String nE)
The not equal to operator.
|
void |
setNextToken(String nextToken)
An ID of the page in the paginated results.
|
void |
setPrefix(String prefix)
A string that is found at the beginning of a variable, such as
Name or Id . |
void |
setSortOrder(SortOrder sortOrder)
A two-value parameter that determines the sequence of the resulting list of
MLModel s. |
void |
setSortOrder(String sortOrder)
A two-value parameter that determines the sequence of the resulting list of
MLModel s. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeBatchPredictionsRequest |
withEQ(String eQ)
The equal to operator.
|
DescribeBatchPredictionsRequest |
withFilterVariable(BatchPredictionFilterVariable filterVariable)
Use one of the following variables to filter a list of
BatchPrediction : |
DescribeBatchPredictionsRequest |
withFilterVariable(String filterVariable)
Use one of the following variables to filter a list of
BatchPrediction : |
DescribeBatchPredictionsRequest |
withGE(String gE)
The greater than or equal to operator.
|
DescribeBatchPredictionsRequest |
withGT(String gT)
The greater than operator.
|
DescribeBatchPredictionsRequest |
withLE(String lE)
The less than or equal to operator.
|
DescribeBatchPredictionsRequest |
withLimit(Integer limit)
The number of pages of information to include in the result.
|
DescribeBatchPredictionsRequest |
withLT(String lT)
The less than operator.
|
DescribeBatchPredictionsRequest |
withNE(String nE)
The not equal to operator.
|
DescribeBatchPredictionsRequest |
withNextToken(String nextToken)
An ID of the page in the paginated results.
|
DescribeBatchPredictionsRequest |
withPrefix(String prefix)
A string that is found at the beginning of a variable, such as
Name or Id . |
DescribeBatchPredictionsRequest |
withSortOrder(SortOrder sortOrder)
A two-value parameter that determines the sequence of the resulting list of
MLModel s. |
DescribeBatchPredictionsRequest |
withSortOrder(String sortOrder)
A two-value parameter that determines the sequence of the resulting list of
MLModel s. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setFilterVariable(String filterVariable)
Use one of the following variables to filter a list of BatchPrediction
:
CreatedAt
- Sets the search criteria to the BatchPrediction
creation date.Status
- Sets the search criteria to the BatchPrediction
status.Name
- Sets the search criteria to the contents of the BatchPrediction
Name
.IAMUser
- Sets the search criteria to the user account that invoked the
BatchPrediction
creation.MLModelId
- Sets the search criteria to the MLModel
used in the
BatchPrediction
.DataSourceId
- Sets the search criteria to the DataSource
used in the
BatchPrediction
.DataURI
- Sets the search criteria to the data file(s) used in the BatchPrediction
.
The URL can identify either a file or an Amazon Simple Storage Solution (Amazon S3) bucket or directory.filterVariable
- Use one of the following variables to filter a list of BatchPrediction
:
CreatedAt
- Sets the search criteria to the BatchPrediction
creation date.Status
- Sets the search criteria to the BatchPrediction
status.Name
- Sets the search criteria to the contents of the BatchPrediction
Name
.IAMUser
- Sets the search criteria to the user account that invoked the
BatchPrediction
creation.MLModelId
- Sets the search criteria to the MLModel
used in the
BatchPrediction
.DataSourceId
- Sets the search criteria to the DataSource
used in the
BatchPrediction
.DataURI
- Sets the search criteria to the data file(s) used in the
BatchPrediction
. The URL can identify either a file or an Amazon Simple Storage Solution
(Amazon S3) bucket or directory.BatchPredictionFilterVariable
public String getFilterVariable()
Use one of the following variables to filter a list of BatchPrediction
:
CreatedAt
- Sets the search criteria to the BatchPrediction
creation date.Status
- Sets the search criteria to the BatchPrediction
status.Name
- Sets the search criteria to the contents of the BatchPrediction
Name
.IAMUser
- Sets the search criteria to the user account that invoked the
BatchPrediction
creation.MLModelId
- Sets the search criteria to the MLModel
used in the
BatchPrediction
.DataSourceId
- Sets the search criteria to the DataSource
used in the
BatchPrediction
.DataURI
- Sets the search criteria to the data file(s) used in the BatchPrediction
.
The URL can identify either a file or an Amazon Simple Storage Solution (Amazon S3) bucket or directory.BatchPrediction
:
CreatedAt
- Sets the search criteria to the BatchPrediction
creation date.Status
- Sets the search criteria to the BatchPrediction
status.Name
- Sets the search criteria to the contents of the BatchPrediction
Name
.IAMUser
- Sets the search criteria to the user account that invoked the
BatchPrediction
creation.MLModelId
- Sets the search criteria to the MLModel
used in the
BatchPrediction
.DataSourceId
- Sets the search criteria to the DataSource
used in the
BatchPrediction
.DataURI
- Sets the search criteria to the data file(s) used in the
BatchPrediction
. The URL can identify either a file or an Amazon Simple Storage Solution
(Amazon S3) bucket or directory.BatchPredictionFilterVariable
public DescribeBatchPredictionsRequest withFilterVariable(String filterVariable)
Use one of the following variables to filter a list of BatchPrediction
:
CreatedAt
- Sets the search criteria to the BatchPrediction
creation date.Status
- Sets the search criteria to the BatchPrediction
status.Name
- Sets the search criteria to the contents of the BatchPrediction
Name
.IAMUser
- Sets the search criteria to the user account that invoked the
BatchPrediction
creation.MLModelId
- Sets the search criteria to the MLModel
used in the
BatchPrediction
.DataSourceId
- Sets the search criteria to the DataSource
used in the
BatchPrediction
.DataURI
- Sets the search criteria to the data file(s) used in the BatchPrediction
.
The URL can identify either a file or an Amazon Simple Storage Solution (Amazon S3) bucket or directory.filterVariable
- Use one of the following variables to filter a list of BatchPrediction
:
CreatedAt
- Sets the search criteria to the BatchPrediction
creation date.Status
- Sets the search criteria to the BatchPrediction
status.Name
- Sets the search criteria to the contents of the BatchPrediction
Name
.IAMUser
- Sets the search criteria to the user account that invoked the
BatchPrediction
creation.MLModelId
- Sets the search criteria to the MLModel
used in the
BatchPrediction
.DataSourceId
- Sets the search criteria to the DataSource
used in the
BatchPrediction
.DataURI
- Sets the search criteria to the data file(s) used in the
BatchPrediction
. The URL can identify either a file or an Amazon Simple Storage Solution
(Amazon S3) bucket or directory.BatchPredictionFilterVariable
public void setFilterVariable(BatchPredictionFilterVariable filterVariable)
Use one of the following variables to filter a list of BatchPrediction
:
CreatedAt
- Sets the search criteria to the BatchPrediction
creation date.Status
- Sets the search criteria to the BatchPrediction
status.Name
- Sets the search criteria to the contents of the BatchPrediction
Name
.IAMUser
- Sets the search criteria to the user account that invoked the
BatchPrediction
creation.MLModelId
- Sets the search criteria to the MLModel
used in the
BatchPrediction
.DataSourceId
- Sets the search criteria to the DataSource
used in the
BatchPrediction
.DataURI
- Sets the search criteria to the data file(s) used in the BatchPrediction
.
The URL can identify either a file or an Amazon Simple Storage Solution (Amazon S3) bucket or directory.filterVariable
- Use one of the following variables to filter a list of BatchPrediction
:
CreatedAt
- Sets the search criteria to the BatchPrediction
creation date.Status
- Sets the search criteria to the BatchPrediction
status.Name
- Sets the search criteria to the contents of the BatchPrediction
Name
.IAMUser
- Sets the search criteria to the user account that invoked the
BatchPrediction
creation.MLModelId
- Sets the search criteria to the MLModel
used in the
BatchPrediction
.DataSourceId
- Sets the search criteria to the DataSource
used in the
BatchPrediction
.DataURI
- Sets the search criteria to the data file(s) used in the
BatchPrediction
. The URL can identify either a file or an Amazon Simple Storage Solution
(Amazon S3) bucket or directory.BatchPredictionFilterVariable
public DescribeBatchPredictionsRequest withFilterVariable(BatchPredictionFilterVariable filterVariable)
Use one of the following variables to filter a list of BatchPrediction
:
CreatedAt
- Sets the search criteria to the BatchPrediction
creation date.Status
- Sets the search criteria to the BatchPrediction
status.Name
- Sets the search criteria to the contents of the BatchPrediction
Name
.IAMUser
- Sets the search criteria to the user account that invoked the
BatchPrediction
creation.MLModelId
- Sets the search criteria to the MLModel
used in the
BatchPrediction
.DataSourceId
- Sets the search criteria to the DataSource
used in the
BatchPrediction
.DataURI
- Sets the search criteria to the data file(s) used in the BatchPrediction
.
The URL can identify either a file or an Amazon Simple Storage Solution (Amazon S3) bucket or directory.filterVariable
- Use one of the following variables to filter a list of BatchPrediction
:
CreatedAt
- Sets the search criteria to the BatchPrediction
creation date.Status
- Sets the search criteria to the BatchPrediction
status.Name
- Sets the search criteria to the contents of the BatchPrediction
Name
.IAMUser
- Sets the search criteria to the user account that invoked the
BatchPrediction
creation.MLModelId
- Sets the search criteria to the MLModel
used in the
BatchPrediction
.DataSourceId
- Sets the search criteria to the DataSource
used in the
BatchPrediction
.DataURI
- Sets the search criteria to the data file(s) used in the
BatchPrediction
. The URL can identify either a file or an Amazon Simple Storage Solution
(Amazon S3) bucket or directory.BatchPredictionFilterVariable
public void setEQ(String eQ)
The equal to operator. The BatchPrediction
results will have FilterVariable
values that
exactly match the value specified with EQ
.
eQ
- The equal to operator. The BatchPrediction
results will have FilterVariable
values that exactly match the value specified with EQ
.public String getEQ()
The equal to operator. The BatchPrediction
results will have FilterVariable
values that
exactly match the value specified with EQ
.
BatchPrediction
results will have FilterVariable
values that exactly match the value specified with EQ
.public DescribeBatchPredictionsRequest withEQ(String eQ)
The equal to operator. The BatchPrediction
results will have FilterVariable
values that
exactly match the value specified with EQ
.
eQ
- The equal to operator. The BatchPrediction
results will have FilterVariable
values that exactly match the value specified with EQ
.public void setGT(String gT)
The greater than operator. The BatchPrediction
results will have FilterVariable
values
that are greater than the value specified with GT
.
gT
- The greater than operator. The BatchPrediction
results will have FilterVariable
values that are greater than the value specified with GT
.public String getGT()
The greater than operator. The BatchPrediction
results will have FilterVariable
values
that are greater than the value specified with GT
.
BatchPrediction
results will have FilterVariable
values that are greater than the value specified with GT
.public DescribeBatchPredictionsRequest withGT(String gT)
The greater than operator. The BatchPrediction
results will have FilterVariable
values
that are greater than the value specified with GT
.
gT
- The greater than operator. The BatchPrediction
results will have FilterVariable
values that are greater than the value specified with GT
.public void setLT(String lT)
The less than operator. The BatchPrediction
results will have FilterVariable
values
that are less than the value specified with LT
.
lT
- The less than operator. The BatchPrediction
results will have FilterVariable
values that are less than the value specified with LT
.public String getLT()
The less than operator. The BatchPrediction
results will have FilterVariable
values
that are less than the value specified with LT
.
BatchPrediction
results will have FilterVariable
values that are less than the value specified with LT
.public DescribeBatchPredictionsRequest withLT(String lT)
The less than operator. The BatchPrediction
results will have FilterVariable
values
that are less than the value specified with LT
.
lT
- The less than operator. The BatchPrediction
results will have FilterVariable
values that are less than the value specified with LT
.public void setGE(String gE)
The greater than or equal to operator. The BatchPrediction
results will have
FilterVariable
values that are greater than or equal to the value specified with GE
.
gE
- The greater than or equal to operator. The BatchPrediction
results will have
FilterVariable
values that are greater than or equal to the value specified with
GE
.public String getGE()
The greater than or equal to operator. The BatchPrediction
results will have
FilterVariable
values that are greater than or equal to the value specified with GE
.
BatchPrediction
results will have
FilterVariable
values that are greater than or equal to the value specified with
GE
.public DescribeBatchPredictionsRequest withGE(String gE)
The greater than or equal to operator. The BatchPrediction
results will have
FilterVariable
values that are greater than or equal to the value specified with GE
.
gE
- The greater than or equal to operator. The BatchPrediction
results will have
FilterVariable
values that are greater than or equal to the value specified with
GE
.public void setLE(String lE)
The less than or equal to operator. The BatchPrediction
results will have
FilterVariable
values that are less than or equal to the value specified with LE
.
lE
- The less than or equal to operator. The BatchPrediction
results will have
FilterVariable
values that are less than or equal to the value specified with LE
.public String getLE()
The less than or equal to operator. The BatchPrediction
results will have
FilterVariable
values that are less than or equal to the value specified with LE
.
BatchPrediction
results will have
FilterVariable
values that are less than or equal to the value specified with
LE
.public DescribeBatchPredictionsRequest withLE(String lE)
The less than or equal to operator. The BatchPrediction
results will have
FilterVariable
values that are less than or equal to the value specified with LE
.
lE
- The less than or equal to operator. The BatchPrediction
results will have
FilterVariable
values that are less than or equal to the value specified with LE
.public void setNE(String nE)
The not equal to operator. The BatchPrediction
results will have FilterVariable
values
not equal to the value specified with NE
.
nE
- The not equal to operator. The BatchPrediction
results will have FilterVariable
values not equal to the value specified with NE
.public String getNE()
The not equal to operator. The BatchPrediction
results will have FilterVariable
values
not equal to the value specified with NE
.
BatchPrediction
results will have FilterVariable
values not equal to the value specified with NE
.public DescribeBatchPredictionsRequest withNE(String nE)
The not equal to operator. The BatchPrediction
results will have FilterVariable
values
not equal to the value specified with NE
.
nE
- The not equal to operator. The BatchPrediction
results will have FilterVariable
values not equal to the value specified with NE
.public void setPrefix(String prefix)
A string that is found at the beginning of a variable, such as Name
or Id
.
For example, a Batch Prediction
operation could have the Name
2014-09-09-HolidayGiftMailer
. To search for this BatchPrediction
, select
Name
for the FilterVariable
and any of the following strings for the
Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
prefix
- A string that is found at the beginning of a variable, such as Name
or Id
.
For example, a Batch Prediction
operation could have the Name
2014-09-09-HolidayGiftMailer
. To search for this BatchPrediction
, select
Name
for the FilterVariable
and any of the following strings for the
Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
public String getPrefix()
A string that is found at the beginning of a variable, such as Name
or Id
.
For example, a Batch Prediction
operation could have the Name
2014-09-09-HolidayGiftMailer
. To search for this BatchPrediction
, select
Name
for the FilterVariable
and any of the following strings for the
Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
Name
or Id
.
For example, a Batch Prediction
operation could have the Name
2014-09-09-HolidayGiftMailer
. To search for this BatchPrediction
, select
Name
for the FilterVariable
and any of the following strings for the
Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
public DescribeBatchPredictionsRequest withPrefix(String prefix)
A string that is found at the beginning of a variable, such as Name
or Id
.
For example, a Batch Prediction
operation could have the Name
2014-09-09-HolidayGiftMailer
. To search for this BatchPrediction
, select
Name
for the FilterVariable
and any of the following strings for the
Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
prefix
- A string that is found at the beginning of a variable, such as Name
or Id
.
For example, a Batch Prediction
operation could have the Name
2014-09-09-HolidayGiftMailer
. To search for this BatchPrediction
, select
Name
for the FilterVariable
and any of the following strings for the
Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
public void setSortOrder(String sortOrder)
A two-value parameter that determines the sequence of the resulting list of MLModel
s.
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
.
sortOrder
- A two-value parameter that determines the sequence of the resulting list of MLModel
s.
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
.
SortOrder
public String getSortOrder()
A two-value parameter that determines the sequence of the resulting list of MLModel
s.
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
.
MLModel
s.
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
.
SortOrder
public DescribeBatchPredictionsRequest withSortOrder(String sortOrder)
A two-value parameter that determines the sequence of the resulting list of MLModel
s.
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
.
sortOrder
- A two-value parameter that determines the sequence of the resulting list of MLModel
s.
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
.
SortOrder
public void setSortOrder(SortOrder sortOrder)
A two-value parameter that determines the sequence of the resulting list of MLModel
s.
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
.
sortOrder
- A two-value parameter that determines the sequence of the resulting list of MLModel
s.
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
.
SortOrder
public DescribeBatchPredictionsRequest withSortOrder(SortOrder sortOrder)
A two-value parameter that determines the sequence of the resulting list of MLModel
s.
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
.
sortOrder
- A two-value parameter that determines the sequence of the resulting list of MLModel
s.
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
.
SortOrder
public void setNextToken(String nextToken)
An ID of the page in the paginated results.
nextToken
- An ID of the page in the paginated results.public String getNextToken()
An ID of the page in the paginated results.
public DescribeBatchPredictionsRequest withNextToken(String nextToken)
An ID of the page in the paginated results.
nextToken
- An ID of the page in the paginated results.public void setLimit(Integer limit)
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
.
limit
- 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
.public Integer getLimit()
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
.
1
through 100
. The default value is 100
.public DescribeBatchPredictionsRequest withLimit(Integer limit)
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
.
limit
- 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
.public String toString()
toString
in class Object
Object.toString()
public DescribeBatchPredictionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.