Uses of Class
software.amazon.awssdk.services.neptunedata.model.MlConfigDefinition
-
Packages that use MlConfigDefinition Package Description software.amazon.awssdk.services.neptunedata.model -
-
Uses of MlConfigDefinition in software.amazon.awssdk.services.neptunedata.model
Methods in software.amazon.awssdk.services.neptunedata.model that return MlConfigDefinition Modifier and Type Method Description MlConfigDefinitionGetMlEndpointResponse. endpointConfig()The endpoint configurationMethods in software.amazon.awssdk.services.neptunedata.model that return types with arguments of type MlConfigDefinition Modifier and Type Method 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.Methods in software.amazon.awssdk.services.neptunedata.model with parameters of type MlConfigDefinition Modifier and Type Method Description GetMlEndpointResponse.BuilderGetMlEndpointResponse.Builder. endpointConfig(MlConfigDefinition endpointConfig)The endpoint configurationGetMlModelTrainingJobResponse.BuilderGetMlModelTrainingJobResponse.Builder. mlModels(MlConfigDefinition... mlModels)A list of the configurations of the ML models being used.GetMlModelTransformJobResponse.BuilderGetMlModelTransformJobResponse.Builder. models(MlConfigDefinition... models)A list of the configuration information for the models being used.Method parameters in software.amazon.awssdk.services.neptunedata.model with type arguments of type MlConfigDefinition Modifier and Type Method Description GetMlModelTrainingJobResponse.BuilderGetMlModelTrainingJobResponse.Builder. mlModels(Collection<MlConfigDefinition> mlModels)A list of the configurations of the ML models being used.GetMlModelTransformJobResponse.BuilderGetMlModelTransformJobResponse.Builder. models(Collection<MlConfigDefinition> models)A list of the configuration information for the models being used.
-