get/models/{modelId}/trainings/{trainingId}

Path parameters

modelIdstring required
trainingIdstring required

Response

200 response

createdBystring nullable required
createdTimestring nullable required
dataBundleIdsstring[] required
dataScientistAssistanceboolean
deploymentEnvironmentIdstring nullable
descriptionstring nullable required
evaluationobject required
gpuHoursnumber nullable required
instanceType'small-gpu' | 'medium-gpu' | 'large-gpu' required
metadataobject nullable required
modelIdstring required
namestring nullable required
statisticsobject nullable
status'waiting-for-approval' | 'preparing' | 'pending' | 'running' | 'running-final-evaluation' | 'succeeded' | 'failed' | 'cancelled' required
trainingIdstring required
updatedBystring nullable required
updatedTimestring nullable required

Changes

Changed in 3 of the 40 revisions of this API.114

  • d5fe190026be13See the full diff
    • added the new preparing enum value to the status response property for the response status 200

      response-property-enum-value-added

    • added the optional property statistics to the response with the 200 status

      response-optional-property-added

    • the trainingId response's property pattern was changed from ^las:model-training:[a-f0-9]{32}$ to ^las:model-training:[a-z0-9-_]+$ for the status 200

      response-property-pattern-changed

    • the warmStartConfig/anyOf[subschema #1]/trainingId response's property pattern was changed from ^las:model-training:[a-f0-9]{32}$ to ^las:model-training:[a-z0-9-_]+$ for the status 200

      response-property-pattern-changed

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 21 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog