Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Starts a task to estimate the quality of the transform.
When you provide label sets as examples of truth, Glue machine learning uses some of those examples to learn from them. The rest of the labels are used as a test to estimate quality.
Returns a unique identifier for the run. You can call GetMLTaskRun
to
get more information about the stats of the EvaluationTaskRun
.
Synopsis
- data StartMLEvaluationTaskRun = StartMLEvaluationTaskRun' {
- transformId :: Text
- newStartMLEvaluationTaskRun :: Text -> StartMLEvaluationTaskRun
- startMLEvaluationTaskRun_transformId :: Lens' StartMLEvaluationTaskRun Text
- data StartMLEvaluationTaskRunResponse = StartMLEvaluationTaskRunResponse' {
- taskRunId :: Maybe Text
- httpStatus :: Int
- newStartMLEvaluationTaskRunResponse :: Int -> StartMLEvaluationTaskRunResponse
- startMLEvaluationTaskRunResponse_taskRunId :: Lens' StartMLEvaluationTaskRunResponse (Maybe Text)
- startMLEvaluationTaskRunResponse_httpStatus :: Lens' StartMLEvaluationTaskRunResponse Int
Creating a Request
data StartMLEvaluationTaskRun Source #
See: newStartMLEvaluationTaskRun
smart constructor.
StartMLEvaluationTaskRun' | |
|
Instances
newStartMLEvaluationTaskRun Source #
Create a value of StartMLEvaluationTaskRun
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:transformId:StartMLEvaluationTaskRun'
, startMLEvaluationTaskRun_transformId
- The unique identifier of the machine learning transform.
Request Lenses
startMLEvaluationTaskRun_transformId :: Lens' StartMLEvaluationTaskRun Text Source #
The unique identifier of the machine learning transform.
Destructuring the Response
data StartMLEvaluationTaskRunResponse Source #
See: newStartMLEvaluationTaskRunResponse
smart constructor.
StartMLEvaluationTaskRunResponse' | |
|
Instances
Eq StartMLEvaluationTaskRunResponse Source # | |
Read StartMLEvaluationTaskRunResponse Source # | |
Show StartMLEvaluationTaskRunResponse Source # | |
Defined in Amazonka.Glue.StartMLEvaluationTaskRun | |
Generic StartMLEvaluationTaskRunResponse Source # | |
NFData StartMLEvaluationTaskRunResponse Source # | |
Defined in Amazonka.Glue.StartMLEvaluationTaskRun rnf :: StartMLEvaluationTaskRunResponse -> () # | |
type Rep StartMLEvaluationTaskRunResponse Source # | |
Defined in Amazonka.Glue.StartMLEvaluationTaskRun type Rep StartMLEvaluationTaskRunResponse = D1 ('MetaData "StartMLEvaluationTaskRunResponse" "Amazonka.Glue.StartMLEvaluationTaskRun" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "StartMLEvaluationTaskRunResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "taskRunId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newStartMLEvaluationTaskRunResponse Source #
Create a value of StartMLEvaluationTaskRunResponse
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:taskRunId:StartMLEvaluationTaskRunResponse'
, startMLEvaluationTaskRunResponse_taskRunId
- The unique identifier associated with this run.
$sel:httpStatus:StartMLEvaluationTaskRunResponse'
, startMLEvaluationTaskRunResponse_httpStatus
- The response's http status code.
Response Lenses
startMLEvaluationTaskRunResponse_taskRunId :: Lens' StartMLEvaluationTaskRunResponse (Maybe Text) Source #
The unique identifier associated with this run.
startMLEvaluationTaskRunResponse_httpStatus :: Lens' StartMLEvaluationTaskRunResponse Int Source #
The response's http status code.