@Generated(value="software.amazon.awssdk:codegen") public enum BatchPredictionFilterVariable extends Enum<BatchPredictionFilterVariable>
A list of the variables to use in searching or filtering BatchPrediction.
CreatedAt - Sets the search criteria to BatchPrediction creation date.Status - Sets the search criteria to BatchPrediction status.Name - Sets the search criteria to the contents of 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 Service (Amazon S3) bucket or directory.| Enum Constant and Description |
|---|
CREATED_AT |
DATA_SOURCE_ID |
DATA_URI |
IAM_USER |
LAST_UPDATED_AT |
ML_MODEL_ID |
NAME |
STATUS |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static BatchPredictionFilterVariable |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<BatchPredictionFilterVariable> |
knownValues()
|
String |
toString() |
static BatchPredictionFilterVariable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchPredictionFilterVariable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BatchPredictionFilterVariable CREATED_AT
public static final BatchPredictionFilterVariable LAST_UPDATED_AT
public static final BatchPredictionFilterVariable STATUS
public static final BatchPredictionFilterVariable NAME
public static final BatchPredictionFilterVariable IAM_USER
public static final BatchPredictionFilterVariable ML_MODEL_ID
public static final BatchPredictionFilterVariable DATA_SOURCE_ID
public static final BatchPredictionFilterVariable DATA_URI
public static final BatchPredictionFilterVariable UNKNOWN_TO_SDK_VERSION
public static BatchPredictionFilterVariable[] values()
for (BatchPredictionFilterVariable c : BatchPredictionFilterVariable.values()) System.out.println(c);
public static BatchPredictionFilterVariable valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<BatchPredictionFilterVariable>public static BatchPredictionFilterVariable fromValue(String value)
value - real valuepublic static Set<BatchPredictionFilterVariable> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known BatchPredictionFilterVariablesCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.