| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.StartInferenceExperiment
Description
Starts an inference experiment.
Synopsis
- data StartInferenceExperiment = StartInferenceExperiment' {}
 - newStartInferenceExperiment :: Text -> StartInferenceExperiment
 - startInferenceExperiment_name :: Lens' StartInferenceExperiment Text
 - data StartInferenceExperimentResponse = StartInferenceExperimentResponse' {}
 - newStartInferenceExperimentResponse :: Int -> Text -> StartInferenceExperimentResponse
 - startInferenceExperimentResponse_httpStatus :: Lens' StartInferenceExperimentResponse Int
 - startInferenceExperimentResponse_inferenceExperimentArn :: Lens' StartInferenceExperimentResponse Text
 
Creating a Request
data StartInferenceExperiment Source #
See: newStartInferenceExperiment smart constructor.
Constructors
| StartInferenceExperiment' | |
Instances
newStartInferenceExperiment Source #
Arguments
| :: Text | |
| -> StartInferenceExperiment | 
Create a value of StartInferenceExperiment with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
StartInferenceExperiment, startInferenceExperiment_name - The name of the inference experiment to start.
Request Lenses
startInferenceExperiment_name :: Lens' StartInferenceExperiment Text Source #
The name of the inference experiment to start.
Destructuring the Response
data StartInferenceExperimentResponse Source #
See: newStartInferenceExperimentResponse smart constructor.
Constructors
| StartInferenceExperimentResponse' | |
Fields 
  | |
Instances
newStartInferenceExperimentResponse Source #
Arguments
| :: Int | |
| -> Text | 
  | 
| -> StartInferenceExperimentResponse | 
Create a value of StartInferenceExperimentResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:StartInferenceExperimentResponse', startInferenceExperimentResponse_httpStatus - The response's http status code.
$sel:inferenceExperimentArn:StartInferenceExperimentResponse', startInferenceExperimentResponse_inferenceExperimentArn - The ARN of the started inference experiment to start.
Response Lenses
startInferenceExperimentResponse_httpStatus :: Lens' StartInferenceExperimentResponse Int Source #
The response's http status code.
startInferenceExperimentResponse_inferenceExperimentArn :: Lens' StartInferenceExperimentResponse Text Source #
The ARN of the started inference experiment to start.