Skip to content

Commit ebeaa64

Browse files
committed
run make spec-format-fix
1 parent ef9b169 commit ebeaa64

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

specification/inference/_types/CommonTypes.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)