| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| software.amazon.awssdk.services.machinelearning.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateMlModelResponse |
MachineLearningClient.createMLModel(Consumer<CreateMlModelRequest.Builder> createMlModelRequest)
Creates a new
MLModel using the DataSource and the recipe as information sources. |
default CompletableFuture<CreateMlModelResponse> |
MachineLearningAsyncClient.createMLModel(Consumer<CreateMlModelRequest.Builder> createMlModelRequest)
Creates a new
MLModel using the DataSource and the recipe as information sources. |
| Modifier and Type | Method and Description |
|---|---|
static CreateMlModelRequest.Builder |
CreateMlModelRequest.builder() |
CreateMlModelRequest.Builder |
CreateMlModelRequest.Builder.mlModelId(String mlModelId)
A user-supplied ID that uniquely identifies the
MLModel. |
CreateMlModelRequest.Builder |
CreateMlModelRequest.Builder.mlModelName(String mlModelName)
A user-supplied name or description of the
MLModel. |
CreateMlModelRequest.Builder |
CreateMlModelRequest.Builder.mlModelType(MLModelType mlModelType)
The category of supervised learning that this
MLModel will address. |
CreateMlModelRequest.Builder |
CreateMlModelRequest.Builder.mlModelType(String mlModelType)
The category of supervised learning that this
MLModel will address. |
CreateMlModelRequest.Builder |
CreateMlModelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateMlModelRequest.Builder |
CreateMlModelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateMlModelRequest.Builder |
CreateMlModelRequest.Builder.parameters(Map<String,String> parameters)
A list of the training parameters in the
MLModel. |
CreateMlModelRequest.Builder |
CreateMlModelRequest.Builder.recipe(String recipe)
The data recipe for creating the
MLModel. |
CreateMlModelRequest.Builder |
CreateMlModelRequest.Builder.recipeUri(String recipeUri)
The Amazon Simple Storage Service (Amazon S3) location and file name that contains the
MLModel
recipe. |
CreateMlModelRequest.Builder |
CreateMlModelRequest.toBuilder() |
CreateMlModelRequest.Builder |
CreateMlModelRequest.Builder.trainingDataSourceId(String trainingDataSourceId)
The
DataSource that points to the training data. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateMlModelRequest.Builder> |
CreateMlModelRequest.serializableBuilderClass() |
Copyright © 2018. All rights reserved.