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 {
567
567
* `elastic` API allows any key value pair in the task settings when calling the inference endpoint, but it cannot
568
568
* be used when creating the inference endpoint.
569
569
*/
570
- export class AmazonSageMakerElasticTaskSettings implements AmazonSageMakerTaskSettings {
570
+ export class AmazonSageMakerElasticTaskSettings
571
+ implements AmazonSageMakerTaskSettings
572
+ {
571
573
[ key : string ] : unknown
572
574
}
573
575
574
576
/**
575
577
* `openai` API-specific task settings for Amazon SageMaker.
576
578
*/
577
- export interface AmazonSageMakerOpenAiTaskSettings extends AmazonSageMakerTaskSettings {
579
+ export interface AmazonSageMakerOpenAiTaskSettings
580
+ extends AmazonSageMakerTaskSettings {
578
581
user ?: string
579
582
}
580
583
You can’t perform that action at this time.
0 commit comments