| Package | Description |
|---|---|
| com.amazonaws.services.machinelearning.model |
Classes modeling the various types represented by AmazonMachineLearning.
|
| Modifier and Type | Method and Description |
|---|---|
static MLModelFilterVariable |
MLModelFilterVariable.fromValue(String value)
Use this in place of valueOf.
|
static MLModelFilterVariable |
MLModelFilterVariable.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MLModelFilterVariable[] |
MLModelFilterVariable.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeMLModelsRequest.setFilterVariable(MLModelFilterVariable filterVariable)
Use one of the following variables to filter a list of
MLModel: CreatedAt - Sets the
search criteria to MLModel creation date.
Status - Sets the search criteria to
MLModel status. Name - Sets the
search criteria to the contents of MLModel
Name. IAMUser - Sets the search
criteria to the user account that invoked the MLModel
creation. TrainingDataSourceId - Sets the search
criteria to the DataSource used to train one or more
MLModel. RealtimeEndpointStatus -
Sets the search criteria to the MLModel real-time
endpoint status. MLModelType - Sets the search
criteria to MLModel type: binary, regression, or
multi-class. Algorithm - Sets the search
criteria to the algorithm that the MLModel uses.
TrainingDataURI - Sets the search criteria to the
data file(s) used in training a MLModel. |
DescribeMLModelsRequest |
DescribeMLModelsRequest.withFilterVariable(MLModelFilterVariable filterVariable)
Use one of the following variables to filter a list of
MLModel: CreatedAt - Sets the
search criteria to MLModel creation date.
Status - Sets the search criteria to
MLModel status. Name - Sets the
search criteria to the contents of MLModel
Name. IAMUser - Sets the search
criteria to the user account that invoked the MLModel
creation. TrainingDataSourceId - Sets the search
criteria to the DataSource used to train one or more
MLModel. RealtimeEndpointStatus -
Sets the search criteria to the MLModel real-time
endpoint status. MLModelType - Sets the search
criteria to MLModel type: binary, regression, or
multi-class. Algorithm - Sets the search
criteria to the algorithm that the MLModel uses.
TrainingDataURI - Sets the search criteria to the
data file(s) used in training a MLModel. |
Copyright © 2015. All rights reserved.