File tree Expand file tree Collapse file tree 5 files changed +11
-8
lines changed
src/llama_stack_client/types/alpha Expand file tree Collapse file tree 5 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 103
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/llamastack%2Fllama-stack-client-04657ade6bdb9c2a493a086f2607e98c97da7d04c0b0e7d5a53fd60eff062bd2 .yml
3- openapi_spec_hash : 56d411cdfeec6daae5ac7ea0e74c6217
4- config_hash : 96aa17ff0395152d8d548b1d1e58b613
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/llamastack%2Fllama-stack-client-798a94e418defb2b9c8e7432a9f8a76635439b07e8fd3cc4a158a2b26dd60b90 .yml
3+ openapi_spec_hash : 93b1520629590a9ecaa74d726c006a49
4+ config_hash : 39578cfdeb4a10121f2cb3fa3e4d5e20
Original file line number Diff line number Diff line change @@ -459,7 +459,11 @@ Methods:
459459Types:
460460
461461``` python
462- from llama_stack_client.types.alpha import AlgorithmConfig, PostTrainingJob
462+ from llama_stack_client.types.alpha import (
463+ AlgorithmConfig,
464+ ListPostTrainingJobsResponse,
465+ PostTrainingJob,
466+ )
463467```
464468
465469Methods:
@@ -473,7 +477,6 @@ Types:
473477
474478``` python
475479from llama_stack_client.types.alpha.post_training import (
476- ListPostTrainingJobsResponse,
477480 JobListResponse,
478481 JobArtifactsResponse,
479482 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
2526from .post_training_preference_optimize_params import (
2627 PostTrainingPreferenceOptimizeParams as PostTrainingPreferenceOptimizeParams ,
2728)
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 .job_list_response import JobListResponse
9+ from ..._models import BaseModel
10+ from .post_training . job_list_response import JobListResponse
1111
1212__all__ = ["ListPostTrainingJobsResponse" ]
1313
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
You can’t perform that action at this time.
0 commit comments