Skip to content

Commit

Permalink
feat(client-sagemaker): Adding support for AdditionalS3DataSource, a …
Browse files Browse the repository at this point in the history
…data source used for training or inference that is in addition to the input dataset or model data.
  • Loading branch information
awstools committed Oct 4, 2023
1 parent b6884ae commit 4fa41b7
Show file tree
Hide file tree
Showing 15 changed files with 813 additions and 640 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ export interface BatchDescribeModelPackageCommandOutput extends BatchDescribeMod
* // Framework: "STRING_VALUE",
* // FrameworkVersion: "STRING_VALUE",
* // NearestModelName: "STRING_VALUE",
* // AdditionalS3DataSource: { // AdditionalS3DataSource
* // S3DataType: "S3Object", // required
* // S3Uri: "STRING_VALUE", // required
* // CompressionType: "None" || "Gzip",
* // },
* // },
* // ],
* // SupportedTransformInstanceTypes: [ // TransformInstanceTypes
Expand Down
10 changes: 10 additions & 0 deletions clients/client-sagemaker/src/commands/CreateAlgorithmCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ export interface CreateAlgorithmCommandOutput extends CreateAlgorithmOutput, __M
* MetricName: "STRING_VALUE", // required
* },
* ],
* AdditionalS3DataSource: { // AdditionalS3DataSource
* S3DataType: "S3Object", // required
* S3Uri: "STRING_VALUE", // required
* CompressionType: "None" || "Gzip",
* },
* },
* InferenceSpecification: { // InferenceSpecification
* Containers: [ // ModelPackageContainerDefinitionList // required
Expand All @@ -125,6 +130,11 @@ export interface CreateAlgorithmCommandOutput extends CreateAlgorithmOutput, __M
* Framework: "STRING_VALUE",
* FrameworkVersion: "STRING_VALUE",
* NearestModelName: "STRING_VALUE",
* AdditionalS3DataSource: {
* S3DataType: "S3Object", // required
* S3Uri: "STRING_VALUE", // required
* CompressionType: "None" || "Gzip",
* },
* },
* ],
* SupportedTransformInstanceTypes: [ // TransformInstanceTypes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
SMITHY_CONTEXT_KEY,
} from "@smithy/types";

import { CreateDeviceFleetRequest } from "../models/models_0";
import { CreateDeviceFleetRequest } from "../models/models_1";
import { de_CreateDeviceFleetCommand, se_CreateDeviceFleetCommand } from "../protocols/Aws_json1_1";
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";

Expand Down
10 changes: 10 additions & 0 deletions clients/client-sagemaker/src/commands/CreateModelPackageCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ export interface CreateModelPackageCommandOutput extends CreateModelPackageOutpu
* Framework: "STRING_VALUE",
* FrameworkVersion: "STRING_VALUE",
* NearestModelName: "STRING_VALUE",
* AdditionalS3DataSource: { // AdditionalS3DataSource
* S3DataType: "S3Object", // required
* S3Uri: "STRING_VALUE", // required
* CompressionType: "None" || "Gzip",
* },
* },
* ],
* SupportedTransformInstanceTypes: [ // TransformInstanceTypes
Expand Down Expand Up @@ -251,6 +256,11 @@ export interface CreateModelPackageCommandOutput extends CreateModelPackageOutpu
* Framework: "STRING_VALUE",
* FrameworkVersion: "STRING_VALUE",
* NearestModelName: "STRING_VALUE",
* AdditionalS3DataSource: {
* S3DataType: "S3Object", // required
* S3Uri: "STRING_VALUE", // required
* CompressionType: "None" || "Gzip",
* },
* },
* ],
* SupportedTransformInstanceTypes: [
Expand Down
10 changes: 10 additions & 0 deletions clients/client-sagemaker/src/commands/DescribeAlgorithmCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ export interface DescribeAlgorithmCommandOutput extends DescribeAlgorithmOutput,
* // MetricName: "STRING_VALUE", // required
* // },
* // ],
* // AdditionalS3DataSource: { // AdditionalS3DataSource
* // S3DataType: "S3Object", // required
* // S3Uri: "STRING_VALUE", // required
* // CompressionType: "None" || "Gzip",
* // },
* // },
* // InferenceSpecification: { // InferenceSpecification
* // Containers: [ // ModelPackageContainerDefinitionList // required
Expand All @@ -132,6 +137,11 @@ export interface DescribeAlgorithmCommandOutput extends DescribeAlgorithmOutput,
* // Framework: "STRING_VALUE",
* // FrameworkVersion: "STRING_VALUE",
* // NearestModelName: "STRING_VALUE",
* // AdditionalS3DataSource: {
* // S3DataType: "S3Object", // required
* // S3Uri: "STRING_VALUE", // required
* // CompressionType: "None" || "Gzip",
* // },
* // },
* // ],
* // SupportedTransformInstanceTypes: [ // TransformInstanceTypes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ export interface DescribeModelPackageCommandOutput extends DescribeModelPackageO
* // Framework: "STRING_VALUE",
* // FrameworkVersion: "STRING_VALUE",
* // NearestModelName: "STRING_VALUE",
* // AdditionalS3DataSource: { // AdditionalS3DataSource
* // S3DataType: "S3Object", // required
* // S3Uri: "STRING_VALUE", // required
* // CompressionType: "None" || "Gzip",
* // },
* // },
* // ],
* // SupportedTransformInstanceTypes: [ // TransformInstanceTypes
Expand Down Expand Up @@ -275,6 +280,11 @@ export interface DescribeModelPackageCommandOutput extends DescribeModelPackageO
* // Framework: "STRING_VALUE",
* // FrameworkVersion: "STRING_VALUE",
* // NearestModelName: "STRING_VALUE",
* // AdditionalS3DataSource: {
* // S3DataType: "S3Object", // required
* // S3Uri: "STRING_VALUE", // required
* // CompressionType: "None" || "Gzip",
* // },
* // },
* // ],
* // SupportedTransformInstanceTypes: [
Expand Down
10 changes: 10 additions & 0 deletions clients/client-sagemaker/src/commands/SearchCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1083,6 +1083,11 @@ export interface SearchCommandOutput extends SearchResponse, __MetadataBearer {}
* // Framework: "STRING_VALUE",
* // FrameworkVersion: "STRING_VALUE",
* // NearestModelName: "STRING_VALUE",
* // AdditionalS3DataSource: { // AdditionalS3DataSource
* // S3DataType: "S3Object", // required
* // S3Uri: "STRING_VALUE", // required
* // CompressionType: "None" || "Gzip",
* // },
* // },
* // ],
* // SupportedTransformInstanceTypes: [ // TransformInstanceTypes
Expand Down Expand Up @@ -1234,6 +1239,11 @@ export interface SearchCommandOutput extends SearchResponse, __MetadataBearer {}
* // Framework: "STRING_VALUE",
* // FrameworkVersion: "STRING_VALUE",
* // NearestModelName: "STRING_VALUE",
* // AdditionalS3DataSource: {
* // S3DataType: "S3Object", // required
* // S3Uri: "STRING_VALUE", // required
* // CompressionType: "None" || "Gzip",
* // },
* // },
* // ],
* // SupportedTransformInstanceTypes: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ export interface UpdateModelPackageCommandOutput extends UpdateModelPackageOutpu
* Framework: "STRING_VALUE",
* FrameworkVersion: "STRING_VALUE",
* NearestModelName: "STRING_VALUE",
* AdditionalS3DataSource: { // AdditionalS3DataSource
* S3DataType: "S3Object", // required
* S3Uri: "STRING_VALUE", // required
* CompressionType: "None" || "Gzip",
* },
* },
* ],
* SupportedTransformInstanceTypes: [ // TransformInstanceTypes
Expand Down
Loading

0 comments on commit 4fa41b7

Please sign in to comment.