File tree Expand file tree Collapse file tree
src/llama_stack_client/types/alpha Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 103
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/llamastack%2Fllama-stack-client-418ccf3126ab086a66c822c60204b95ef3192ffa64340bd3a1537ae46b830892.yml
33openapi_spec_hash : 885b75e847506a930b709eb630535912
4- config_hash : 39578cfdeb4a10121f2cb3fa3e4d5e20
4+ config_hash : 96aa17ff0395152d8d548b1d1e58b613
Original file line number Diff line number Diff line change @@ -459,11 +459,7 @@ Methods:
459459Types:
460460
461461``` python
462- from llama_stack_client.types.alpha import (
463- AlgorithmConfig,
464- ListPostTrainingJobsResponse,
465- PostTrainingJob,
466- )
462+ from llama_stack_client.types.alpha import AlgorithmConfig, PostTrainingJob
467463```
468464
469465Methods:
@@ -477,6 +473,7 @@ Types:
477473
478474``` python
479475from llama_stack_client.types.alpha.post_training import (
476+ ListPostTrainingJobsResponse,
480477 JobListResponse,
481478 JobArtifactsResponse,
482479 JobStatusResponse,
Original file line number Diff line number Diff line change 2222from .inference_rerank_response import InferenceRerankResponse as InferenceRerankResponse
2323from .eval_run_eval_alpha_params import EvalRunEvalAlphaParams as EvalRunEvalAlphaParams
2424from .eval_evaluate_rows_alpha_params import EvalEvaluateRowsAlphaParams as EvalEvaluateRowsAlphaParams
25- from .list_post_training_jobs_response import ListPostTrainingJobsResponse as ListPostTrainingJobsResponse
2625from .post_training_preference_optimize_params import (
2726 PostTrainingPreferenceOptimizeParams as PostTrainingPreferenceOptimizeParams ,
2827)
Original file line number Diff line number Diff line change 1414from .job_status_response import JobStatusResponse as JobStatusResponse
1515from .job_artifacts_params import JobArtifactsParams as JobArtifactsParams
1616from .job_artifacts_response import JobArtifactsResponse as JobArtifactsResponse
17+ from .list_post_training_jobs_response import ListPostTrainingJobsResponse as ListPostTrainingJobsResponse
Original file line number Diff line number Diff line change 66
77# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
88
9- from ..._models import BaseModel
10- from .post_training . job_list_response import JobListResponse
9+ from .... _models import BaseModel
10+ from .job_list_response import JobListResponse
1111
1212__all__ = ["ListPostTrainingJobsResponse" ]
1313
You can’t perform that action at this time.
0 commit comments