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 |
---|
CreatedAt |
DataSourceId |
DataURI |
IAMUser |
LastUpdatedAt |
MLModelId |
Name |
Status |
Modifier and Type | Method and Description |
---|---|
static BatchPredictionFilterVariable |
fromValue(String value)
Use this in place of valueOf.
|
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 CreatedAt
public static final BatchPredictionFilterVariable LastUpdatedAt
public static final BatchPredictionFilterVariable Status
public static final BatchPredictionFilterVariable Name
public static final BatchPredictionFilterVariable IAMUser
public static final BatchPredictionFilterVariable MLModelId
public static final BatchPredictionFilterVariable DataSourceId
public static final BatchPredictionFilterVariable DataURI
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 valueCopyright © 2018. All rights reserved.