@intentius/chant-lexicon-aws 0.18.21 → 0.18.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/index.d.ts +11 -0
- package/dist/generated/index.d.ts.map +1 -1
- package/dist/integrity.json +4 -4
- package/dist/manifest.json +1 -1
- package/dist/meta.json +126 -0
- package/dist/plugin.d.ts.map +1 -1
- package/dist/types/index.d.ts +137 -0
- package/package.json +2 -2
- package/src/generated/index.d.ts +137 -0
- package/src/generated/index.ts +11 -0
- package/src/generated/lexicon-aws.json +126 -0
- package/src/plugin.ts +6 -4
|
@@ -908,6 +908,7 @@ export declare const ModelBiasJobDefinition: new (props: Record<string, unknown>
|
|
|
908
908
|
export declare const ModelCard: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
909
909
|
export declare const ModelCardExportJob: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
910
910
|
export declare const ModelExplainabilityJobDefinition: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
911
|
+
export declare const ModelInvocationJob: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
911
912
|
export declare const ModelManifest: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
912
913
|
export declare const ModelPackage: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
913
914
|
export declare const ModelPackageGroup: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
@@ -7073,6 +7074,16 @@ export declare const ModelExplainabilityJobInput: new (props: Record<string, unk
|
|
|
7073
7074
|
export declare const ModelInferencePaymentConfig: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
7074
7075
|
export declare const ModelInfrastructureConfig: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
7075
7076
|
export declare const ModelInput: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
7077
|
+
export declare const ModelInvocationJob_ModelInvocationJobInputDataConfig: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
7078
|
+
export declare const ModelInvocationJob_ModelInvocationJobOutputDataConfig: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
7079
|
+
export declare const ModelInvocationJob_ModelInvocationJobS3InputDataConfig: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
7080
|
+
export declare const ModelInvocationJob_ModelInvocationJobS3OutputDataConfig: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
7081
|
+
export declare const ModelInvocationJob_Tag: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
7082
|
+
export declare const ModelInvocationJob_VpcConfig: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
7083
|
+
export declare const ModelInvocationJobInputDataConfig: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
7084
|
+
export declare const ModelInvocationJobOutputDataConfig: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
7085
|
+
export declare const ModelInvocationJobS3InputDataConfig: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
7086
|
+
export declare const ModelInvocationJobS3OutputDataConfig: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
7076
7087
|
export declare const ModelManifest_Tag: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
7077
7088
|
export declare const ModelMetrics: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
7078
7089
|
export declare const ModelOverview: new (props: Record<string, unknown>) => Record<string, unknown>;
|