Class DescribeBatchPredictionsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.machinelearning.model.MachineLearningRequest
-
- software.amazon.awssdk.services.machinelearning.model.DescribeBatchPredictionsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeBatchPredictionsRequest.Builder,DescribeBatchPredictionsRequest>
@Generated("software.amazon.awssdk:codegen") public final class DescribeBatchPredictionsRequest extends MachineLearningRequest implements ToCopyableBuilder<DescribeBatchPredictionsRequest.Builder,DescribeBatchPredictionsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeBatchPredictionsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeBatchPredictionsRequest.Builderbuilder()Stringeq()The equal to operator.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)BatchPredictionFilterVariablefilterVariable()Use one of the following variables to filter a list ofBatchPrediction:StringfilterVariableAsString()Use one of the following variables to filter a list ofBatchPrediction:Stringge()The greater than or equal to operator.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)Stringgt()The greater than operator.inthashCode()Stringle()The less than or equal to operator.Integerlimit()The number of pages of information to include in the result.Stringlt()The less than operator.Stringne()The not equal to operator.StringnextToken()An ID of the page in the paginated results.Stringprefix()A string that is found at the beginning of a variable, such asNameorId.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DescribeBatchPredictionsRequest.Builder>serializableBuilderClass()SortOrdersortOrder()A two-value parameter that determines the sequence of the resulting list ofMLModels.StringsortOrderAsString()A two-value parameter that determines the sequence of the resulting list ofMLModels.DescribeBatchPredictionsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
filterVariable
public final BatchPredictionFilterVariable filterVariable()
Use one of the following variables to filter a list of
BatchPrediction:-
CreatedAt- Sets the search criteria to theBatchPredictioncreation date. -
Status- Sets the search criteria to theBatchPredictionstatus. -
Name- Sets the search criteria to the contents of theBatchPredictionName. -
IAMUser- Sets the search criteria to the user account that invoked theBatchPredictioncreation. -
MLModelId- Sets the search criteria to theMLModelused in theBatchPrediction. -
DataSourceId- Sets the search criteria to theDataSourceused in theBatchPrediction. -
DataURI- Sets the search criteria to the data file(s) used in theBatchPrediction. The URL can identify either a file or an Amazon Simple Storage Solution (Amazon S3) bucket or directory.
If the service returns an enum value that is not available in the current SDK version,
filterVariablewill returnBatchPredictionFilterVariable.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfilterVariableAsString().- Returns:
- Use one of the following variables to filter a list of
BatchPrediction:-
CreatedAt- Sets the search criteria to theBatchPredictioncreation date. -
Status- Sets the search criteria to theBatchPredictionstatus. -
Name- Sets the search criteria to the contents of theBatchPredictionName. -
IAMUser- Sets the search criteria to the user account that invoked theBatchPredictioncreation. -
MLModelId- Sets the search criteria to theMLModelused in theBatchPrediction. -
DataSourceId- Sets the search criteria to theDataSourceused in theBatchPrediction. -
DataURI- Sets the search criteria to the data file(s) used in theBatchPrediction. The URL can identify either a file or an Amazon Simple Storage Solution (Amazon S3) bucket or directory.
-
- See Also:
BatchPredictionFilterVariable
-
-
filterVariableAsString
public final String filterVariableAsString()
Use one of the following variables to filter a list of
BatchPrediction:-
CreatedAt- Sets the search criteria to theBatchPredictioncreation date. -
Status- Sets the search criteria to theBatchPredictionstatus. -
Name- Sets the search criteria to the contents of theBatchPredictionName. -
IAMUser- Sets the search criteria to the user account that invoked theBatchPredictioncreation. -
MLModelId- Sets the search criteria to theMLModelused in theBatchPrediction. -
DataSourceId- Sets the search criteria to theDataSourceused in theBatchPrediction. -
DataURI- Sets the search criteria to the data file(s) used in theBatchPrediction. The URL can identify either a file or an Amazon Simple Storage Solution (Amazon S3) bucket or directory.
If the service returns an enum value that is not available in the current SDK version,
filterVariablewill returnBatchPredictionFilterVariable.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfilterVariableAsString().- Returns:
- Use one of the following variables to filter a list of
BatchPrediction:-
CreatedAt- Sets the search criteria to theBatchPredictioncreation date. -
Status- Sets the search criteria to theBatchPredictionstatus. -
Name- Sets the search criteria to the contents of theBatchPredictionName. -
IAMUser- Sets the search criteria to the user account that invoked theBatchPredictioncreation. -
MLModelId- Sets the search criteria to theMLModelused in theBatchPrediction. -
DataSourceId- Sets the search criteria to theDataSourceused in theBatchPrediction. -
DataURI- Sets the search criteria to the data file(s) used in theBatchPrediction. The URL can identify either a file or an Amazon Simple Storage Solution (Amazon S3) bucket or directory.
-
- See Also:
BatchPredictionFilterVariable
-
-
eq
public final String eq()
The equal to operator. The
BatchPredictionresults will haveFilterVariablevalues that exactly match the value specified withEQ.- Returns:
- The equal to operator. The
BatchPredictionresults will haveFilterVariablevalues that exactly match the value specified withEQ.
-
gt
public final String gt()
The greater than operator. The
BatchPredictionresults will haveFilterVariablevalues that are greater than the value specified withGT.- Returns:
- The greater than operator. The
BatchPredictionresults will haveFilterVariablevalues that are greater than the value specified withGT.
-
lt
public final String lt()
The less than operator. The
BatchPredictionresults will haveFilterVariablevalues that are less than the value specified withLT.- Returns:
- The less than operator. The
BatchPredictionresults will haveFilterVariablevalues that are less than the value specified withLT.
-
ge
public final String ge()
The greater than or equal to operator. The
BatchPredictionresults will haveFilterVariablevalues that are greater than or equal to the value specified withGE.- Returns:
- The greater than or equal to operator. The
BatchPredictionresults will haveFilterVariablevalues that are greater than or equal to the value specified withGE.
-
le
public final String le()
The less than or equal to operator. The
BatchPredictionresults will haveFilterVariablevalues that are less than or equal to the value specified withLE.- Returns:
- The less than or equal to operator. The
BatchPredictionresults will haveFilterVariablevalues that are less than or equal to the value specified withLE.
-
ne
public final String ne()
The not equal to operator. The
BatchPredictionresults will haveFilterVariablevalues not equal to the value specified withNE.- Returns:
- The not equal to operator. The
BatchPredictionresults will haveFilterVariablevalues not equal to the value specified withNE.
-
prefix
public final String prefix()
A string that is found at the beginning of a variable, such as
NameorId.For example, a
Batch Predictionoperation could have theName2014-09-09-HolidayGiftMailer. To search for thisBatchPrediction, selectNamefor theFilterVariableand any of the following strings for thePrefix:-
2014-09
-
2014-09-09
-
2014-09-09-Holiday
- Returns:
- A string that is found at the beginning of a variable, such as
NameorId.For example, a
Batch Predictionoperation could have theName2014-09-09-HolidayGiftMailer. To search for thisBatchPrediction, selectNamefor theFilterVariableand any of the following strings for thePrefix:-
2014-09
-
2014-09-09
-
2014-09-09-Holiday
-
-
-
sortOrder
public final SortOrder sortOrder()
A two-value parameter that determines the sequence of the resulting list of
MLModels.-
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.If the service returns an enum value that is not available in the current SDK version,
sortOrderwill returnSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- A two-value parameter that determines the sequence of the resulting list of
MLModels.-
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. -
- See Also:
SortOrder
-
-
sortOrderAsString
public final String sortOrderAsString()
A two-value parameter that determines the sequence of the resulting list of
MLModels.-
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.If the service returns an enum value that is not available in the current SDK version,
sortOrderwill returnSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- A two-value parameter that determines the sequence of the resulting list of
MLModels.-
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. -
- See Also:
SortOrder
-
-
nextToken
public final String nextToken()
An ID of the page in the paginated results.
- Returns:
- An ID of the page in the paginated results.
-
limit
public final Integer limit()
The number of pages of information to include in the result. The range of acceptable values is
1through100. The default value is100.- Returns:
- The number of pages of information to include in the result. The range of acceptable values is
1through100. The default value is100.
-
toBuilder
public DescribeBatchPredictionsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeBatchPredictionsRequest.Builder,DescribeBatchPredictionsRequest>- Specified by:
toBuilderin classMachineLearningRequest
-
builder
public static DescribeBatchPredictionsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeBatchPredictionsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-