File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
specification/inference/_types Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -567,14 +567,17 @@ export interface AmazonSageMakerTaskSettings {
567567 * `elastic` API allows any key value pair in the task settings when calling the inference endpoint, but it cannot
568568 * be used when creating the inference endpoint.
569569 */
570- export class AmazonSageMakerElasticTaskSettings implements AmazonSageMakerTaskSettings {
570+ export class AmazonSageMakerElasticTaskSettings
571+ implements AmazonSageMakerTaskSettings
572+ {
571573 [ key : string ] : unknown
572574}
573575
574576/**
575577 * `openai` API-specific task settings for Amazon SageMaker.
576578 */
577- export interface AmazonSageMakerOpenAiTaskSettings extends AmazonSageMakerTaskSettings {
579+ export interface AmazonSageMakerOpenAiTaskSettings
580+ extends AmazonSageMakerTaskSettings {
578581 user ?: string
579582}
580583
You can’t perform that action at this time.
0 commit comments