|
4034 | 4034 | "shape":"MaxConcurrentTransforms",
|
4035 | 4035 | "documentation":"<p>The maximum number of parallel requests that can be sent to each instance in a transform job. If <code>MaxConcurrentTransforms</code> is set to <code>0</code> or left unset, Amazon SageMaker checks the optional execution-parameters to determine the settings for your chosen algorithm. If the execution-parameters endpoint is not enabled, the default value is <code>1</code>. For more information on execution-parameters, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-batch-code.html#your-algorithms-batch-code-how-containe-serves-requests\">How Containers Serve Requests</a>. For built-in algorithms, you don't need to set a value for <code>MaxConcurrentTransforms</code>.</p>"
|
4036 | 4036 | },
|
| 4037 | + "ModelClientConfig":{ |
| 4038 | + "shape":"ModelClientConfig", |
| 4039 | + "documentation":"<p>Configures the timeout and maximum number of retries for processing a transform job invocation.</p>" |
| 4040 | + }, |
4037 | 4041 | "MaxPayloadInMB":{
|
4038 | 4042 | "shape":"MaxPayloadInMB",
|
4039 | 4043 | "documentation":"<p>The maximum allowed size of the payload, in MB. A <i>payload</i> is the data portion of a record (without metadata). The value in <code>MaxPayloadInMB</code> must be greater than, or equal to, the size of a single record. To estimate the size of a record in MB, divide the size of your dataset by the number of records. To ensure that the records fit within the maximum payload size, we recommend using a slightly larger value. The default value is <code>6</code> MB. </p> <p>For cases where the payload might be arbitrarily large and is transmitted using HTTP chunked encoding, set the value to <code>0</code>. This feature works only in supported algorithms. Currently, Amazon SageMaker built-in algorithms do not support HTTP chunked encoding.</p>"
|
|
6096 | 6100 | },
|
6097 | 6101 | "AutoMLJobArn":{
|
6098 | 6102 | "shape":"AutoMLJobArn",
|
6099 |
| - "documentation":"<p/>" |
| 6103 | + "documentation":"<p>The Amazon Resource Name (ARN) of an AutoML job.</p>" |
6100 | 6104 | },
|
6101 | 6105 | "ModelArtifacts":{
|
6102 | 6106 | "shape":"ModelArtifacts",
|
|
6250 | 6254 | "shape":"MaxConcurrentTransforms",
|
6251 | 6255 | "documentation":"<p>The maximum number of parallel requests on each instance node that can be launched in a transform job. The default value is 1.</p>"
|
6252 | 6256 | },
|
| 6257 | + "ModelClientConfig":{ |
| 6258 | + "shape":"ModelClientConfig", |
| 6259 | + "documentation":"<p>The timeout and maximum number of retries for processing a transform job invocation.</p>" |
| 6260 | + }, |
6253 | 6261 | "MaxPayloadInMB":{
|
6254 | 6262 | "shape":"MaxPayloadInMB",
|
6255 | 6263 | "documentation":"<p>The maximum payload size, in MB, used in the transform job.</p>"
|
|
6292 | 6300 | },
|
6293 | 6301 | "AutoMLJobArn":{
|
6294 | 6302 | "shape":"AutoMLJobArn",
|
6295 |
| - "documentation":"<p/>" |
| 6303 | + "documentation":"<p>The Amazon Resource Name (ARN) of the AutoML transform job.</p>" |
6296 | 6304 | },
|
6297 | 6305 | "DataProcessing":{"shape":"DataProcessing"},
|
6298 | 6306 | "ExperimentConfig":{"shape":"ExperimentConfig"}
|
|
7073 | 7081 | },
|
7074 | 7082 | "Operator":{
|
7075 | 7083 | "shape":"Operator",
|
7076 |
| - "documentation":"<p>A Boolean binary operator that is used to evaluate the filter. The operator field contains one of the following values:</p> <dl> <dt>Equals</dt> <dd> <p>The value of <code>Name</code> equals <code>Value</code>.</p> </dd> <dt>NotEquals</dt> <dd> <p>The value of <code>Name</code> doesn't equal <code>Value</code>.</p> </dd> <dt>GreaterThan</dt> <dd> <p>The value of <code>Name</code> is greater than <code>Value</code>. Not supported for text properties.</p> </dd> <dt>GreaterThanOrEqualTo</dt> <dd> <p>The value of <code>Name</code> is greater than or equal to <code>Value</code>. Not supported for text properties.</p> </dd> <dt>LessThan</dt> <dd> <p>The value of <code>Name</code> is less than <code>Value</code>. Not supported for text properties.</p> </dd> <dt>LessThanOrEqualTo</dt> <dd> <p>The value of <code>Name</code> is less than or equal to <code>Value</code>. Not supported for text properties.</p> </dd> <dt>Contains</dt> <dd> <p>The value of <code>Name</code> contains the string <code>Value</code>. A <code>SearchExpression</code> can include only one <code>Contains</code> operator. Only supported for text properties.</p> </dd> <dt>Exists</dt> <dd> <p>The <code>Name</code> property exists.</p> </dd> <dt>NotExists</dt> <dd> <p>The <code>Name</code> property does not exist.</p> </dd> <dt>In</dt> <dd> <p>The value of <code>Name</code> is one of the comma delimited strings in <code>Value</code>. Only supported for text properties.</p> </dd> </dl>" |
| 7084 | + "documentation":"<p>A Boolean binary operator that is used to evaluate the filter. The operator field contains one of the following values:</p> <dl> <dt>Equals</dt> <dd> <p>The value of <code>Name</code> equals <code>Value</code>.</p> </dd> <dt>NotEquals</dt> <dd> <p>The value of <code>Name</code> doesn't equal <code>Value</code>.</p> </dd> <dt>Exists</dt> <dd> <p>The <code>Name</code> property exists.</p> </dd> <dt>NotExists</dt> <dd> <p>The <code>Name</code> property does not exist.</p> </dd> <dt>GreaterThan</dt> <dd> <p>The value of <code>Name</code> is greater than <code>Value</code>. Not supported for text properties.</p> </dd> <dt>GreaterThanOrEqualTo</dt> <dd> <p>The value of <code>Name</code> is greater than or equal to <code>Value</code>. Not supported for text properties.</p> </dd> <dt>LessThan</dt> <dd> <p>The value of <code>Name</code> is less than <code>Value</code>. Not supported for text properties.</p> </dd> <dt>LessThanOrEqualTo</dt> <dd> <p>The value of <code>Name</code> is less than or equal to <code>Value</code>. Not supported for text properties.</p> </dd> <dt>In</dt> <dd> <p>The value of <code>Name</code> is one of the comma delimited strings in <code>Value</code>. Only supported for text properties.</p> </dd> <dt>Contains</dt> <dd> <p>The value of <code>Name</code> contains the string <code>Value</code>. Only supported for text properties.</p> <p>A <code>SearchExpression</code> can include the <code>Contains</code> operator multiple times when the value of <code>Name</code> is one of the following:</p> <ul> <li> <p> <code>Experiment.DisplayName</code> </p> </li> <li> <p> <code>Experiment.ExperimentName</code> </p> </li> <li> <p> <code>Experiment.Tags</code> </p> </li> <li> <p> <code>Trial.DisplayName</code> </p> </li> <li> <p> <code>Trial.TrialName</code> </p> </li> <li> <p> <code>Trial.Tags</code> </p> </li> <li> <p> <code>TrialComponent.DisplayName</code> </p> </li> <li> <p> <code>TrialComponent.TrialComponentName</code> </p> </li> <li> <p> <code>TrialComponent.Tags</code> </p> </li> <li> <p> <code>TrialComponent.InputArtifacts</code> </p> </li> <li> <p> <code>TrialComponent.OutputArtifacts</code> </p> </li> </ul> <p>A <code>SearchExpression</code> can include only one <code>Contains</code> operator for all other values of <code>Name</code>. In these cases, if you include multiple <code>Contains</code> operators in the <code>SearchExpression</code>, the result is the following error message: \"<code>'CONTAINS' operator usage limit of 1 exceeded.</code>\"</p> </dd> </dl>" |
7077 | 7085 | },
|
7078 | 7086 | "Value":{
|
7079 | 7087 | "shape":"FilterValue",
|
|
8101 | 8109 | "max":20,
|
8102 | 8110 | "min":0
|
8103 | 8111 | },
|
| 8112 | + "InvocationsMaxRetries":{ |
| 8113 | + "type":"integer", |
| 8114 | + "max":3, |
| 8115 | + "min":0 |
| 8116 | + }, |
| 8117 | + "InvocationsTimeoutInSeconds":{ |
| 8118 | + "type":"integer", |
| 8119 | + "max":3600, |
| 8120 | + "min":1 |
| 8121 | + }, |
8104 | 8122 | "JobReferenceCode":{
|
8105 | 8123 | "type":"string",
|
8106 | 8124 | "min":1,
|
|
10211 | 10229 | },
|
10212 | 10230 | "documentation":"<p>Provides information about the location that is configured for storing model artifacts. </p> <p>Model artifacts are the output that results from training a model, and typically consist of trained parameters, a model defintion that desribes how to compute inferences, and other metadata.</p>"
|
10213 | 10231 | },
|
| 10232 | + "ModelClientConfig":{ |
| 10233 | + "type":"structure", |
| 10234 | + "members":{ |
| 10235 | + "InvocationsTimeoutInSeconds":{ |
| 10236 | + "shape":"InvocationsTimeoutInSeconds", |
| 10237 | + "documentation":"<p>The timeout value in seconds for an invocation request.</p>" |
| 10238 | + }, |
| 10239 | + "InvocationsMaxRetries":{ |
| 10240 | + "shape":"InvocationsMaxRetries", |
| 10241 | + "documentation":"<p>The maximum number of retries when invocation requests are failing.</p>" |
| 10242 | + } |
| 10243 | + }, |
| 10244 | + "documentation":"<p>Configures the timeout and maximum number of retries for processing a transform job invocation.</p>" |
| 10245 | + }, |
10214 | 10246 | "ModelName":{
|
10215 | 10247 | "type":"string",
|
10216 | 10248 | "max":63,
|
|
12300 | 12332 | "documentation":"<p>A Boolean operator used to evaluate the search expression. If you want every conditional statement in all lists to be satisfied for the entire search expression to be true, specify <code>And</code>. If only a single conditional statement needs to be true for the entire search expression to be true, specify <code>Or</code>. The default value is <code>And</code>.</p>"
|
12301 | 12333 | }
|
12302 | 12334 | },
|
12303 |
| - "documentation":"<p>A multi-expression that searches for the specified resource or resources in a search. All resource objects that satisfy the expression's condition are included in the search results. You must specify at least one subexpression, filter, or nested filter. A <code>SearchExpression</code> can contain up to twenty elements.</p> <p>A <code>SearchExpression</code> contains the following components:</p> <ul> <li> <p>A list of <code>Filter</code> objects. Each filter defines a simple Boolean expression comprised of a resource property name, Boolean operator, and value. A <code>SearchExpression</code> can include only one <code>Contains</code> operator.</p> </li> <li> <p>A list of <code>NestedFilter</code> objects. Each nested filter defines a list of Boolean expressions using a list of resource properties. A nested filter is satisfied if a single object in the list satisfies all Boolean expressions.</p> </li> <li> <p>A list of <code>SearchExpression</code> objects. A search expression object can be nested in a list of search expression objects.</p> </li> <li> <p>A Boolean operator: <code>And</code> or <code>Or</code>.</p> </li> </ul>" |
| 12335 | + "documentation":"<p>A multi-expression that searches for the specified resource or resources in a search. All resource objects that satisfy the expression's condition are included in the search results. You must specify at least one subexpression, filter, or nested filter. A <code>SearchExpression</code> can contain up to twenty elements.</p> <p>A <code>SearchExpression</code> contains the following components:</p> <ul> <li> <p>A list of <code>Filter</code> objects. Each filter defines a simple Boolean expression comprised of a resource property name, Boolean operator, and value.</p> </li> <li> <p>A list of <code>NestedFilter</code> objects. Each nested filter defines a list of Boolean expressions using a list of resource properties. A nested filter is satisfied if a single object in the list satisfies all Boolean expressions.</p> </li> <li> <p>A list of <code>SearchExpression</code> objects. A search expression object can be nested in a list of search expression objects.</p> </li> <li> <p>A Boolean operator: <code>And</code> or <code>Or</code>.</p> </li> </ul>" |
12304 | 12336 | },
|
12305 | 12337 | "SearchExpressionList":{
|
12306 | 12338 | "type":"list",
|
|
0 commit comments