| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
MlConfigDefinition |
GetMlEndpointResponse.endpointConfig()
The endpoint configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<MlConfigDefinition> |
GetMlModelTrainingJobResponse.mlModels()
A list of the configurations of the ML models being used.
|
List<MlConfigDefinition> |
GetMlModelTransformJobResponse.models()
A list of the configuration information for the models being used.
|
| Modifier and Type | Method and Description |
|---|---|
GetMlEndpointResponse.Builder |
GetMlEndpointResponse.Builder.endpointConfig(MlConfigDefinition endpointConfig)
The endpoint configuration
|
GetMlModelTrainingJobResponse.Builder |
GetMlModelTrainingJobResponse.Builder.mlModels(MlConfigDefinition... mlModels)
A list of the configurations of the ML models being used.
|
GetMlModelTransformJobResponse.Builder |
GetMlModelTransformJobResponse.Builder.models(MlConfigDefinition... models)
A list of the configuration information for the models being used.
|
| Modifier and Type | Method and Description |
|---|---|
GetMlModelTrainingJobResponse.Builder |
GetMlModelTrainingJobResponse.Builder.mlModels(Collection<MlConfigDefinition> mlModels)
A list of the configurations of the ML models being used.
|
GetMlModelTransformJobResponse.Builder |
GetMlModelTransformJobResponse.Builder.models(Collection<MlConfigDefinition> models)
A list of the configuration information for the models being used.
|
Copyright © 2023. All rights reserved.