| Package | Description |
|---|---|
| com.amazonaws.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
MlConfigDefinition |
MlConfigDefinition.clone() |
MlConfigDefinition |
GetMLEndpointResult.getEndpointConfig()
The endpoint configuration
|
MlConfigDefinition |
MlConfigDefinition.withArn(String arn)
The ARN for the configuration.
|
MlConfigDefinition |
MlConfigDefinition.withName(String name)
The configuration name.
|
| Modifier and Type | Method and Description |
|---|---|
List<MlConfigDefinition> |
GetMLModelTrainingJobResult.getMlModels()
A list of the configurations of the ML models being used.
|
List<MlConfigDefinition> |
GetMLModelTransformJobResult.getModels()
A list of the configuration information for the models being used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetMLEndpointResult.setEndpointConfig(MlConfigDefinition endpointConfig)
The endpoint configuration
|
GetMLEndpointResult |
GetMLEndpointResult.withEndpointConfig(MlConfigDefinition endpointConfig)
The endpoint configuration
|
GetMLModelTrainingJobResult |
GetMLModelTrainingJobResult.withMlModels(MlConfigDefinition... mlModels)
A list of the configurations of the ML models being used.
|
GetMLModelTransformJobResult |
GetMLModelTransformJobResult.withModels(MlConfigDefinition... models)
A list of the configuration information for the models being used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetMLModelTrainingJobResult.setMlModels(Collection<MlConfigDefinition> mlModels)
A list of the configurations of the ML models being used.
|
void |
GetMLModelTransformJobResult.setModels(Collection<MlConfigDefinition> models)
A list of the configuration information for the models being used.
|
GetMLModelTrainingJobResult |
GetMLModelTrainingJobResult.withMlModels(Collection<MlConfigDefinition> mlModels)
A list of the configurations of the ML models being used.
|
GetMLModelTransformJobResult |
GetMLModelTransformJobResult.withModels(Collection<MlConfigDefinition> models)
A list of the configuration information for the models being used.
|
Copyright © 2024. All rights reserved.