|
3895 | 3895 | "max":15,
|
3896 | 3896 | "min":1
|
3897 | 3897 | },
|
| 3898 | + "AdditionalS3DataSource":{ |
| 3899 | + "type":"structure", |
| 3900 | + "required":[ |
| 3901 | + "S3DataType", |
| 3902 | + "S3Uri" |
| 3903 | + ], |
| 3904 | + "members":{ |
| 3905 | + "S3DataType":{ |
| 3906 | + "shape":"AdditionalS3DataSourceDataType", |
| 3907 | + "documentation":"<p>The data type of the additional data source that you specify for use in inference or training. </p>" |
| 3908 | + }, |
| 3909 | + "S3Uri":{ |
| 3910 | + "shape":"S3Uri", |
| 3911 | + "documentation":"<p>The uniform resource identifier (URI) used to identify an additional data source used in inference or training.</p>" |
| 3912 | + }, |
| 3913 | + "CompressionType":{ |
| 3914 | + "shape":"CompressionType", |
| 3915 | + "documentation":"<p>The type of compression used for an additional data source used in inference or training. Specify <code>None</code> if your additional data source is not compressed.</p>" |
| 3916 | + } |
| 3917 | + }, |
| 3918 | + "documentation":"<p>A data source used for training or inference that is in addition to the input dataset or model data.</p>" |
| 3919 | + }, |
| 3920 | + "AdditionalS3DataSourceDataType":{ |
| 3921 | + "type":"string", |
| 3922 | + "enum":["S3Object"] |
| 3923 | + }, |
3898 | 3924 | "AgentVersion":{
|
3899 | 3925 | "type":"structure",
|
3900 | 3926 | "required":[
|
|
25150 | 25176 | "NearestModelName":{
|
25151 | 25177 | "shape":"String",
|
25152 | 25178 | "documentation":"<p>The name of a pre-trained machine learning benchmarked by Amazon SageMaker Inference Recommender model that matches your model. You can find a list of benchmarked models by calling <code>ListModelMetadata</code>.</p>"
|
| 25179 | + }, |
| 25180 | + "AdditionalS3DataSource":{ |
| 25181 | + "shape":"AdditionalS3DataSource", |
| 25182 | + "documentation":"<p>The additional data source that is used during inference in the Docker container for your model package.</p>" |
25153 | 25183 | }
|
25154 | 25184 | },
|
25155 | 25185 | "documentation":"<p>Describes the Docker container for the model package.</p>"
|
|
30600 | 30630 | "members":{
|
30601 | 30631 | "SourcePipelineExecutionArn":{
|
30602 | 30632 | "shape":"PipelineExecutionArn",
|
30603 |
| - "documentation":"<p>The ARN from a reference execution of the current pipeline. Used to copy input collaterals needed for the selected steps to run. The execution status of the pipeline can be either <code>Failed</code> or <code>Success</code>.</p> <p>This field is required if the steps you specify for <code>SelectedSteps</code> depend on output collaterals from any non-specified pipeline steps. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-selective-ex.html\">Selective Execution for Pipeline Steps</a>.</p>" |
| 30633 | + "documentation":"<p>The ARN from a reference execution of the current pipeline. Used to copy input collaterals needed for the selected steps to run. The execution status of the pipeline can be either <code>Failed</code> or <code>Success</code>.</p>" |
30604 | 30634 | },
|
30605 | 30635 | "SelectedSteps":{
|
30606 | 30636 | "shape":"SelectedStepList",
|
|
32598 | 32628 | "SupportedTuningJobObjectiveMetrics":{
|
32599 | 32629 | "shape":"HyperParameterTuningJobObjectives",
|
32600 | 32630 | "documentation":"<p>A list of the metrics that the algorithm emits that can be used as the objective metric in a hyperparameter tuning job.</p>"
|
| 32631 | + }, |
| 32632 | + "AdditionalS3DataSource":{ |
| 32633 | + "shape":"AdditionalS3DataSource", |
| 32634 | + "documentation":"<p>The additional data source used during the training job.</p>" |
32601 | 32635 | }
|
32602 | 32636 | },
|
32603 | 32637 | "documentation":"<p>Defines how the algorithm is used for a training job.</p>"
|
|
0 commit comments