1{
2  "version": "2.0",
3  "service": "<p>Provides APIs for creating and managing Amazon SageMaker resources. </p> <p>Other Resources:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/whatis.html#first-time-user\">Amazon SageMaker Developer Guide</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/augmented-ai/2019-11-07/APIReference/Welcome.html\">Amazon Augmented AI Runtime API Reference</a> </p> </li> </ul>",
4  "operations": {
5    "AddTags": "<p>Adds or overwrites one or more tags for the specified Amazon SageMaker resource. You can add tags to notebook instances, training jobs, hyperparameter tuning jobs, batch transform jobs, models, labeling jobs, work teams, endpoint configurations, and endpoints.</p> <p>Each tag consists of a key and an optional value. Tag keys must be unique per resource. For more information about tags, see For more information, see <a href=\"https://aws.amazon.com/answers/account-management/aws-tagging-strategies/\">AWS Tagging Strategies</a>.</p> <note> <p>Tags that you add to a hyperparameter tuning job by calling this API are also added to any training jobs that the hyperparameter tuning job launches after you call this API, but not to training jobs that the hyperparameter tuning job launched before you called this API. To make sure that the tags associated with a hyperparameter tuning job are also added to all training jobs that the hyperparameter tuning job launches, add the tags when you first create the tuning job by specifying them in the <code>Tags</code> parameter of <a>CreateHyperParameterTuningJob</a> </p> </note>",
6    "AssociateTrialComponent": "<p>Associates a trial component with a trial. A trial component can be associated with multiple trials. To disassociate a trial component from a trial, call the <a>DisassociateTrialComponent</a> API.</p>",
7    "CreateAlgorithm": "<p>Create a machine learning algorithm that you can use in Amazon SageMaker and list in the AWS Marketplace.</p>",
8    "CreateApp": "<p>Creates a running App for the specified UserProfile. Supported Apps are JupyterServer, KernelGateway, and TensorBoard. This operation is automatically invoked by Amazon SageMaker Studio upon access to the associated Domain, and when new kernel configurations are selected by the user. A user may have multiple Apps active simultaneously. UserProfiles are limited to 5 concurrently running Apps at a time.</p>",
9    "CreateAutoMLJob": "<p>Creates an AutoPilot job.</p> <p>After you run an AutoPilot job, you can find the best performing model by calling , and then deploy that model by following the steps described in <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/ex1-deploy-model.html\">Step 6.1: Deploy the Model to Amazon SageMaker Hosting Services</a>.</p> <p>For information about how to use AutoPilot, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-automate-model-development.html\">Use AutoPilot to Automate Model Development</a>.</p>",
10    "CreateCodeRepository": "<p>Creates a Git repository as a resource in your Amazon SageMaker account. You can associate the repository with notebook instances so that you can use Git source control for the notebooks you create. The Git repository is a resource in your Amazon SageMaker account, so it can be associated with more than one notebook instance, and it persists independently from the lifecycle of any notebook instances it is associated with.</p> <p>The repository can be hosted either in <a href=\"https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html\">AWS CodeCommit</a> or in any other Git repository.</p>",
11    "CreateCompilationJob": "<p>Starts a model compilation job. After the model has been compiled, Amazon SageMaker saves the resulting model artifacts to an Amazon Simple Storage Service (Amazon S3) bucket that you specify. </p> <p>If you choose to host your model using Amazon SageMaker hosting services, you can use the resulting model artifacts as part of the model. You can also use the artifacts with AWS IoT Greengrass. In that case, deploy them as an ML resource.</p> <p>In the request body, you provide the following:</p> <ul> <li> <p>A name for the compilation job</p> </li> <li> <p> Information about the input model artifacts </p> </li> <li> <p>The output location for the compiled model and the device (target) that the model runs on </p> </li> <li> <p> <code>The Amazon Resource Name (ARN) of the IAM role that Amazon SageMaker assumes to perform the model compilation job</code> </p> </li> </ul> <p>You can also provide a <code>Tag</code> to track the model compilation job's resource use and costs. The response body contains the <code>CompilationJobArn</code> for the compiled job.</p> <p>To stop a model compilation job, use <a>StopCompilationJob</a>. To get information about a particular model compilation job, use <a>DescribeCompilationJob</a>. To get information about multiple model compilation jobs, use <a>ListCompilationJobs</a>.</p>",
12    "CreateDomain": "<p>Creates a <code>Domain</code> used by SageMaker Studio. A domain consists of an associated directory, a list of authorized users, and a variety of security, application, policy, and Amazon Virtual Private Cloud (VPC) configurations. An AWS account is limited to one domain per region. Users within a domain can share notebook files and other artifacts with each other.</p> <p>When a domain is created, an Amazon Elastic File System (EFS) volume is also created for use by all of the users within the domain. Each user receives a private home directory within the EFS for notebooks, Git repositories, and data files.</p> <p>All traffic between the domain and the EFS volume is communicated through the specified subnet IDs. All other traffic goes over the Internet through an Amazon SageMaker system VPC. The EFS traffic uses the NFS/TCP protocol over port 2049.</p> <important> <p>NFS traffic over TCP on port 2049 needs to be allowed in both inbound and outbound rules in order to launch a SageMaker Studio app successfully.</p> </important>",
13    "CreateEndpoint": "<p>Creates an endpoint using the endpoint configuration specified in the request. Amazon SageMaker uses the endpoint to provision resources and deploy models. You create the endpoint configuration with the <a>CreateEndpointConfig</a> API. </p> <p> Use this API to deploy models using Amazon SageMaker hosting services. </p> <p>For an example that calls this method when deploying a model to Amazon SageMaker hosting services, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/ex1-deploy-model.html#ex1-deploy-model-boto\">Deploy the Model to Amazon SageMaker Hosting Services (AWS SDK for Python (Boto 3)).</a> </p> <note> <p> You must not delete an <code>EndpointConfig</code> that is in use by an endpoint that is live or while the <code>UpdateEndpoint</code> or <code>CreateEndpoint</code> operations are being performed on the endpoint. To update an endpoint, you must create a new <code>EndpointConfig</code>.</p> </note> <p>The endpoint name must be unique within an AWS Region in your AWS account. </p> <p>When it receives the request, Amazon SageMaker creates the endpoint, launches the resources (ML compute instances), and deploys the model(s) on them. </p> <note> <p>When you call <a>CreateEndpoint</a>, a load call is made to DynamoDB to verify that your endpoint configuration exists. When you read data from a DynamoDB table supporting <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadConsistency.html\"> <code>Eventually Consistent Reads</code> </a>, the response might not reflect the results of a recently completed write operation. The response might include some stale data. If the dependent entities are not yet in DynamoDB, this causes a validation error. If you repeat your read request after a short time, the response should return the latest data. So retry logic is recommended to handle these possible issues. We also recommend that customers call <a>DescribeEndpointConfig</a> before calling <a>CreateEndpoint</a> to minimize the potential impact of a DynamoDB eventually consistent read.</p> </note> <p>When Amazon SageMaker receives the request, it sets the endpoint status to <code>Creating</code>. After it creates the endpoint, it sets the status to <code>InService</code>. Amazon SageMaker can then process incoming requests for inferences. To check the status of an endpoint, use the <a>DescribeEndpoint</a> API.</p> <p>If any of the models hosted at this endpoint get model data from an Amazon S3 location, Amazon SageMaker uses AWS Security Token Service to download model artifacts from the S3 path you provided. AWS STS is activated in your IAM user account by default. If you previously deactivated AWS STS for a region, you need to reactivate AWS STS for that region. For more information, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html\">Activating and Deactivating AWS STS in an AWS Region</a> in the <i>AWS Identity and Access Management User Guide</i>.</p>",
14    "CreateEndpointConfig": "<p>Creates an endpoint configuration that Amazon SageMaker hosting services uses to deploy models. In the configuration, you identify one or more models, created using the <code>CreateModel</code> API, to deploy and the resources that you want Amazon SageMaker to provision. Then you call the <a>CreateEndpoint</a> API.</p> <note> <p> Use this API if you want to use Amazon SageMaker hosting services to deploy models into production. </p> </note> <p>In the request, you define a <code>ProductionVariant</code>, for each model that you want to deploy. Each <code>ProductionVariant</code> parameter also describes the resources that you want Amazon SageMaker to provision. This includes the number and type of ML compute instances to deploy. </p> <p>If you are hosting multiple models, you also assign a <code>VariantWeight</code> to specify how much traffic you want to allocate to each model. For example, suppose that you want to host two models, A and B, and you assign traffic weight 2 for model A and 1 for model B. Amazon SageMaker distributes two-thirds of the traffic to Model A, and one-third to model B. </p> <p>For an example that calls this method when deploying a model to Amazon SageMaker hosting services, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/ex1-deploy-model.html#ex1-deploy-model-boto\">Deploy the Model to Amazon SageMaker Hosting Services (AWS SDK for Python (Boto 3)).</a> </p> <note> <p>When you call <a>CreateEndpoint</a>, a load call is made to DynamoDB to verify that your endpoint configuration exists. When you read data from a DynamoDB table supporting <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadConsistency.html\"> <code>Eventually Consistent Reads</code> </a>, the response might not reflect the results of a recently completed write operation. The response might include some stale data. If the dependent entities are not yet in DynamoDB, this causes a validation error. If you repeat your read request after a short time, the response should return the latest data. So retry logic is recommended to handle these possible issues. We also recommend that customers call <a>DescribeEndpointConfig</a> before calling <a>CreateEndpoint</a> to minimize the potential impact of a DynamoDB eventually consistent read.</p> </note>",
15    "CreateExperiment": "<p>Creates an Amazon SageMaker <i>experiment</i>. An experiment is a collection of <i>trials</i> that are observed, compared and evaluated as a group. A trial is a set of steps, called <i>trial components</i>, that produce a machine learning model.</p> <p>The goal of an experiment is to determine the components that produce the best model. Multiple trials are performed, each one isolating and measuring the impact of a change to one or more inputs, while keeping the remaining inputs constant.</p> <p>When you use Amazon SageMaker Studio or the Amazon SageMaker Python SDK, all experiments, trials, and trial components are automatically tracked, logged, and indexed. When you use the AWS SDK for Python (Boto), you must use the logging APIs provided by the SDK.</p> <p>You can add tags to experiments, trials, trial components and then use the <a>Search</a> API to search for the tags.</p> <p>To add a description to an experiment, specify the optional <code>Description</code> parameter. To add a description later, or to change the description, call the <a>UpdateExperiment</a> API.</p> <p>To get a list of all your experiments, call the <a>ListExperiments</a> API. To view an experiment's properties, call the <a>DescribeExperiment</a> API. To get a list of all the trials associated with an experiment, call the <a>ListTrials</a> API. To create a trial call the <a>CreateTrial</a> API.</p>",
16    "CreateFlowDefinition": "<p>Creates a flow definition.</p>",
17    "CreateHumanTaskUi": "<p>Defines the settings you will use for the human review workflow user interface. Reviewers will see a three-panel interface with an instruction area, the item to review, and an input area.</p>",
18    "CreateHyperParameterTuningJob": "<p>Starts a hyperparameter tuning job. A hyperparameter tuning job finds the best version of a model by running many training jobs on your dataset using the algorithm you choose and values for hyperparameters within ranges that you specify. It then chooses the hyperparameter values that result in a model that performs the best, as measured by an objective metric that you choose.</p>",
19    "CreateLabelingJob": "<p>Creates a job that uses workers to label the data objects in your input dataset. You can use the labeled data to train machine learning models.</p> <p>You can select your workforce from one of three providers:</p> <ul> <li> <p>A private workforce that you create. It can include employees, contractors, and outside experts. Use a private workforce when want the data to stay within your organization or when a specific set of skills is required.</p> </li> <li> <p>One or more vendors that you select from the AWS Marketplace. Vendors provide expertise in specific areas. </p> </li> <li> <p>The Amazon Mechanical Turk workforce. This is the largest workforce, but it should only be used for public data or data that has been stripped of any personally identifiable information.</p> </li> </ul> <p>You can also use <i>automated data labeling</i> to reduce the number of data objects that need to be labeled by a human. Automated data labeling uses <i>active learning</i> to determine if a data object can be labeled by machine or if it needs to be sent to a human worker. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sms-automated-labeling.html\">Using Automated Data Labeling</a>.</p> <p>The data objects to be labeled are contained in an Amazon S3 bucket. You create a <i>manifest file</i> that describes the location of each object. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sms-data.html\">Using Input and Output Data</a>.</p> <p>The output can be used as the manifest file for another labeling job or as training data for your machine learning models.</p>",
20    "CreateModel": "<p>Creates a model in Amazon SageMaker. In the request, you name the model and describe a primary container. For the primary container, you specify the Docker image that contains inference code, artifacts (from prior training), and a custom environment map that the inference code uses when you deploy the model for predictions.</p> <p>Use this API to create a model if you want to use Amazon SageMaker hosting services or run a batch transform job.</p> <p>To host your model, you create an endpoint configuration with the <code>CreateEndpointConfig</code> API, and then create an endpoint with the <code>CreateEndpoint</code> API. Amazon SageMaker then deploys all of the containers that you defined for the model in the hosting environment. </p> <p>For an example that calls this method when deploying a model to Amazon SageMaker hosting services, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/ex1-deploy-model.html#ex1-deploy-model-boto\">Deploy the Model to Amazon SageMaker Hosting Services (AWS SDK for Python (Boto 3)).</a> </p> <p>To run a batch transform using your model, you start a job with the <code>CreateTransformJob</code> API. Amazon SageMaker uses your model and your dataset to get inferences which are then saved to a specified S3 location.</p> <p>In the <code>CreateModel</code> request, you must define a container with the <code>PrimaryContainer</code> parameter.</p> <p>In the request, you also provide an IAM role that Amazon SageMaker can assume to access model artifacts and docker image for deployment on ML compute hosting instances or for batch transform jobs. In addition, you also use the IAM role to manage permissions the inference code needs. For example, if the inference code access any other AWS resources, you grant necessary permissions via this role.</p>",
21    "CreateModelPackage": "<p>Creates a model package that you can use to create Amazon SageMaker models or list on AWS Marketplace. Buyers can subscribe to model packages listed on AWS Marketplace to create models in Amazon SageMaker.</p> <p>To create a model package by specifying a Docker container that contains your inference code and the Amazon S3 location of your model artifacts, provide values for <code>InferenceSpecification</code>. To create a model from an algorithm resource that you created or subscribed to in AWS Marketplace, provide a value for <code>SourceAlgorithmSpecification</code>.</p>",
22    "CreateMonitoringSchedule": "<p>Creates a schedule that regularly starts Amazon SageMaker Processing Jobs to monitor the data captured for an Amazon SageMaker Endoint.</p>",
23    "CreateNotebookInstance": "<p>Creates an Amazon SageMaker notebook instance. A notebook instance is a machine learning (ML) compute instance running on a Jupyter notebook. </p> <p>In a <code>CreateNotebookInstance</code> request, specify the type of ML compute instance that you want to run. Amazon SageMaker launches the instance, installs common libraries that you can use to explore datasets for model training, and attaches an ML storage volume to the notebook instance. </p> <p>Amazon SageMaker also provides a set of example notebooks. Each notebook demonstrates how to use Amazon SageMaker with a specific algorithm or with a machine learning framework. </p> <p>After receiving the request, Amazon SageMaker does the following:</p> <ol> <li> <p>Creates a network interface in the Amazon SageMaker VPC.</p> </li> <li> <p>(Option) If you specified <code>SubnetId</code>, Amazon SageMaker creates a network interface in your own VPC, which is inferred from the subnet ID that you provide in the input. When creating this network interface, Amazon SageMaker attaches the security group that you specified in the request to the network interface that it creates in your VPC.</p> </li> <li> <p>Launches an EC2 instance of the type specified in the request in the Amazon SageMaker VPC. If you specified <code>SubnetId</code> of your VPC, Amazon SageMaker specifies both network interfaces when launching this instance. This enables inbound traffic from your own VPC to the notebook instance, assuming that the security groups allow it.</p> </li> </ol> <p>After creating the notebook instance, Amazon SageMaker returns its Amazon Resource Name (ARN). You can't change the name of a notebook instance after you create it.</p> <p>After Amazon SageMaker creates the notebook instance, you can connect to the Jupyter server and work in Jupyter notebooks. For example, you can write code to explore a dataset that you can use for model training, train a model, host models by creating Amazon SageMaker endpoints, and validate hosted models. </p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/how-it-works.html\">How It Works</a>. </p>",
24    "CreateNotebookInstanceLifecycleConfig": "<p>Creates a lifecycle configuration that you can associate with a notebook instance. A <i>lifecycle configuration</i> is a collection of shell scripts that run when you create or start a notebook instance.</p> <p>Each lifecycle configuration script has a limit of 16384 characters.</p> <p>The value of the <code>$PATH</code> environment variable that is available to both scripts is <code>/sbin:bin:/usr/sbin:/usr/bin</code>.</p> <p>View CloudWatch Logs for notebook instance lifecycle configurations in log group <code>/aws/sagemaker/NotebookInstances</code> in log stream <code>[notebook-instance-name]/[LifecycleConfigHook]</code>.</p> <p>Lifecycle configuration scripts cannot run for longer than 5 minutes. If a script runs for longer than 5 minutes, it fails and the notebook instance is not created or started.</p> <p>For information about notebook instance lifestyle configurations, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html\">Step 2.1: (Optional) Customize a Notebook Instance</a>.</p>",
25    "CreatePresignedDomainUrl": "<p>Creates a URL for a specified UserProfile in a Domain. When accessed in a web browser, the user will be automatically signed in to Amazon SageMaker Studio, and granted access to all of the Apps and files associated with the Domain's Amazon Elastic File System (EFS) volume. This operation can only be called when the authentication mode equals IAM. </p>",
26    "CreatePresignedNotebookInstanceUrl": "<p>Returns a URL that you can use to connect to the Jupyter server from a notebook instance. In the Amazon SageMaker console, when you choose <code>Open</code> next to a notebook instance, Amazon SageMaker opens a new tab showing the Jupyter server home page from the notebook instance. The console uses this API to get the URL and show the page.</p> <p> The IAM role or user used to call this API defines the permissions to access the notebook instance. Once the presigned URL is created, no additional permission is required to access this URL. IAM authorization policies for this API are also enforced for every HTTP request and WebSocket frame that attempts to connect to the notebook instance.</p> <p>You can restrict access to this API and to the URL that it returns to a list of IP addresses that you specify. Use the <code>NotIpAddress</code> condition operator and the <code>aws:SourceIP</code> condition context key to specify the list of IP addresses that you want to have access to the notebook instance. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/security_iam_id-based-policy-examples.html#nbi-ip-filter\">Limit Access to a Notebook Instance by IP Address</a>.</p> <note> <p>The URL that you get from a call to <a>CreatePresignedNotebookInstanceUrl</a> is valid only for 5 minutes. If you try to use the URL after the 5-minute limit expires, you are directed to the AWS console sign-in page.</p> </note>",
27    "CreateProcessingJob": "<p>Creates a processing job.</p>",
28    "CreateTrainingJob": "<p>Starts a model training job. After training completes, Amazon SageMaker saves the resulting model artifacts to an Amazon S3 location that you specify. </p> <p>If you choose to host your model using Amazon SageMaker hosting services, you can use the resulting model artifacts as part of the model. You can also use the artifacts in a machine learning service other than Amazon SageMaker, provided that you know how to use them for inferences. </p> <p>In the request body, you provide the following: </p> <ul> <li> <p> <code>AlgorithmSpecification</code> - Identifies the training algorithm to use. </p> </li> <li> <p> <code>HyperParameters</code> - Specify these algorithm-specific parameters to enable the estimation of model parameters during training. Hyperparameters can be tuned to optimize this learning process. For a list of hyperparameters for each training algorithm provided by Amazon SageMaker, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html\">Algorithms</a>. </p> </li> <li> <p> <code>InputDataConfig</code> - Describes the training dataset and the Amazon S3, EFS, or FSx location where it is stored.</p> </li> <li> <p> <code>OutputDataConfig</code> - Identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of model training. </p> <p/> </li> <li> <p> <code>ResourceConfig</code> - Identifies the resources, ML compute instances, and ML storage volumes to deploy for model training. In distributed training, you specify more than one instance. </p> </li> <li> <p> <code>EnableManagedSpotTraining</code> - Optimize the cost of training machine learning models by up to 80% by using Amazon EC2 Spot instances. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/model-managed-spot-training.html\">Managed Spot Training</a>. </p> </li> <li> <p> <code>RoleARN</code> - The Amazon Resource Number (ARN) that Amazon SageMaker assumes to perform tasks on your behalf during model training. You must grant this role the necessary permissions so that Amazon SageMaker can successfully complete model training. </p> </li> <li> <p> <code>StoppingCondition</code> - To help cap training costs, use <code>MaxRuntimeInSeconds</code> to set a time limit for training. Use <code>MaxWaitTimeInSeconds</code> to specify how long you are willing to wait for a managed spot training job to complete. </p> </li> </ul> <p> For more information about Amazon SageMaker, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/how-it-works.html\">How It Works</a>. </p>",
29    "CreateTransformJob": "<p>Starts a transform job. A transform job uses a trained model to get inferences on a dataset and saves these results to an Amazon S3 location that you specify.</p> <p>To perform batch transformations, you create a transform job and use the data that you have readily available.</p> <p>In the request body, you provide the following:</p> <ul> <li> <p> <code>TransformJobName</code> - Identifies the transform job. The name must be unique within an AWS Region in an AWS account.</p> </li> <li> <p> <code>ModelName</code> - Identifies the model to use. <code>ModelName</code> must be the name of an existing Amazon SageMaker model in the same AWS Region and AWS account. For information on creating a model, see <a>CreateModel</a>.</p> </li> <li> <p> <code>TransformInput</code> - Describes the dataset to be transformed and the Amazon S3 location where it is stored.</p> </li> <li> <p> <code>TransformOutput</code> - Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.</p> </li> <li> <p> <code>TransformResources</code> - Identifies the ML compute instances for the transform job.</p> </li> </ul> <p>For more information about how batch transformation works, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform.html\">Batch Transform</a>.</p>",
30    "CreateTrial": "<p>Creates an Amazon SageMaker <i>trial</i>. A trial is a set of steps called <i>trial components</i> that produce a machine learning model. A trial is part of a single Amazon SageMaker <i>experiment</i>.</p> <p>When you use Amazon SageMaker Studio or the Amazon SageMaker Python SDK, all experiments, trials, and trial components are automatically tracked, logged, and indexed. When you use the AWS SDK for Python (Boto), you must use the logging APIs provided by the SDK.</p> <p>You can add tags to a trial and then use the <a>Search</a> API to search for the tags.</p> <p>To get a list of all your trials, call the <a>ListTrials</a> API. To view a trial's properties, call the <a>DescribeTrial</a> API. To create a trial component, call the <a>CreateTrialComponent</a> API.</p>",
31    "CreateTrialComponent": "<p>Creates a <i>trial component</i>, which is a stage of a machine learning <i>trial</i>. A trial is composed of one or more trial components. A trial component can be used in multiple trials.</p> <p>Trial components include pre-processing jobs, training jobs, and batch transform jobs.</p> <p>When you use Amazon SageMaker Studio or the Amazon SageMaker Python SDK, all experiments, trials, and trial components are automatically tracked, logged, and indexed. When you use the AWS SDK for Python (Boto), you must use the logging APIs provided by the SDK.</p> <p>You can add tags to a trial component and then use the <a>Search</a> API to search for the tags.</p> <note> <p> <code>CreateTrialComponent</code> can only be invoked from within an Amazon SageMaker managed environment. This includes Amazon SageMaker training jobs, processing jobs, transform jobs, and Amazon SageMaker notebooks. A call to <code>CreateTrialComponent</code> from outside one of these environments results in an error.</p> </note>",
32    "CreateUserProfile": "<p>Creates a user profile. A user profile represents a single user within a domain, and is the main way to reference a \"person\" for the purposes of sharing, reporting, and other user-oriented features. This entity is created when a user onboards to Amazon SageMaker Studio. If an administrator invites a person by email or imports them from SSO, a user profile is automatically created. A user profile is the primary holder of settings for an individual user and has a reference to the user's private Amazon Elastic File System (EFS) home directory. </p>",
33    "CreateWorkteam": "<p>Creates a new work team for labeling your data. A work team is defined by one or more Amazon Cognito user pools. You must first create the user pools before you can create a work team.</p> <p>You cannot create more than 25 work teams in an account and region.</p>",
34    "DeleteAlgorithm": "<p>Removes the specified algorithm from your account.</p>",
35    "DeleteApp": "<p>Used to stop and delete an app.</p>",
36    "DeleteCodeRepository": "<p>Deletes the specified Git repository from your account.</p>",
37    "DeleteDomain": "<p>Used to delete a domain. If you onboarded with IAM mode, you will need to delete your domain to onboard again using SSO. Use with caution. All of the members of the domain will lose access to their EFS volume, including data, notebooks, and other artifacts. </p>",
38    "DeleteEndpoint": "<p>Deletes an endpoint. Amazon SageMaker frees up all of the resources that were deployed when the endpoint was created. </p> <p>Amazon SageMaker retires any custom KMS key grants associated with the endpoint, meaning you don't need to use the <a href=\"http://docs.aws.amazon.com/kms/latest/APIReference/API_RevokeGrant.html\">RevokeGrant</a> API call.</p>",
39    "DeleteEndpointConfig": "<p>Deletes an endpoint configuration. The <code>DeleteEndpointConfig</code> API deletes only the specified configuration. It does not delete endpoints created using the configuration. </p> <p>You must not delete an <code>EndpointConfig</code> in use by an endpoint that is live or while the <code>UpdateEndpoint</code> or <code>CreateEndpoint</code> operations are being performed on the endpoint. If you delete the <code>EndpointConfig</code> of an endpoint that is active or being created or updated you may lose visibility into the instance type the endpoint is using. The endpoint must be deleted in order to stop incurring charges.</p>",
40    "DeleteExperiment": "<p>Deletes an Amazon SageMaker experiment. All trials associated with the experiment must be deleted first. Use the <a>ListTrials</a> API to get a list of the trials associated with the experiment.</p>",
41    "DeleteFlowDefinition": "<p>Deletes the specified flow definition.</p>",
42    "DeleteModel": "<p>Deletes a model. The <code>DeleteModel</code> API deletes only the model entry that was created in Amazon SageMaker when you called the <a>CreateModel</a> API. It does not delete model artifacts, inference code, or the IAM role that you specified when creating the model. </p>",
43    "DeleteModelPackage": "<p>Deletes a model package.</p> <p>A model package is used to create Amazon SageMaker models or list on AWS Marketplace. Buyers can subscribe to model packages listed on AWS Marketplace to create models in Amazon SageMaker.</p>",
44    "DeleteMonitoringSchedule": "<p>Deletes a monitoring schedule. Also stops the schedule had not already been stopped. This does not delete the job execution history of the monitoring schedule. </p>",
45    "DeleteNotebookInstance": "<p> Deletes an Amazon SageMaker notebook instance. Before you can delete a notebook instance, you must call the <code>StopNotebookInstance</code> API. </p> <important> <p>When you delete a notebook instance, you lose all of your data. Amazon SageMaker removes the ML compute instance, and deletes the ML storage volume and the network interface associated with the notebook instance. </p> </important>",
46    "DeleteNotebookInstanceLifecycleConfig": "<p>Deletes a notebook instance lifecycle configuration.</p>",
47    "DeleteTags": "<p>Deletes the specified tags from an Amazon SageMaker resource.</p> <p>To list a resource's tags, use the <code>ListTags</code> API. </p> <note> <p>When you call this API to delete tags from a hyperparameter tuning job, the deleted tags are not removed from training jobs that the hyperparameter tuning job launched before you called this API.</p> </note>",
48    "DeleteTrial": "<p>Deletes the specified trial. All trial components that make up the trial must be deleted first. Use the <a>DescribeTrialComponent</a> API to get the list of trial components.</p>",
49    "DeleteTrialComponent": "<p>Deletes the specified trial component. A trial component must be disassociated from all trials before the trial component can be deleted. To disassociate a trial component from a trial, call the <a>DisassociateTrialComponent</a> API.</p>",
50    "DeleteUserProfile": "<p>Deletes a user profile. When a user profile is deleted, the user loses access to their EFS volume, including data, notebooks, and other artifacts.</p>",
51    "DeleteWorkteam": "<p>Deletes an existing work team. This operation can't be undone.</p>",
52    "DescribeAlgorithm": "<p>Returns a description of the specified algorithm that is in your account.</p>",
53    "DescribeApp": "<p>Describes the app.</p>",
54    "DescribeAutoMLJob": "<p>Returns information about an Amazon SageMaker job.</p>",
55    "DescribeCodeRepository": "<p>Gets details about the specified Git repository.</p>",
56    "DescribeCompilationJob": "<p>Returns information about a model compilation job.</p> <p>To create a model compilation job, use <a>CreateCompilationJob</a>. To get information about multiple model compilation jobs, use <a>ListCompilationJobs</a>.</p>",
57    "DescribeDomain": "<p>The description of the domain.</p>",
58    "DescribeEndpoint": "<p>Returns the description of an endpoint.</p>",
59    "DescribeEndpointConfig": "<p>Returns the description of an endpoint configuration created using the <code>CreateEndpointConfig</code> API.</p>",
60    "DescribeExperiment": "<p>Provides a list of an experiment's properties.</p>",
61    "DescribeFlowDefinition": "<p>Returns information about the specified flow definition.</p>",
62    "DescribeHumanTaskUi": "<p>Returns information about the requested human task user interface.</p>",
63    "DescribeHyperParameterTuningJob": "<p>Gets a description of a hyperparameter tuning job.</p>",
64    "DescribeLabelingJob": "<p>Gets information about a labeling job.</p>",
65    "DescribeModel": "<p>Describes a model that you created using the <code>CreateModel</code> API.</p>",
66    "DescribeModelPackage": "<p>Returns a description of the specified model package, which is used to create Amazon SageMaker models or list them on AWS Marketplace.</p> <p>To create models in Amazon SageMaker, buyers can subscribe to model packages listed on AWS Marketplace.</p>",
67    "DescribeMonitoringSchedule": "<p>Describes the schedule for a monitoring job.</p>",
68    "DescribeNotebookInstance": "<p>Returns information about a notebook instance.</p>",
69    "DescribeNotebookInstanceLifecycleConfig": "<p>Returns a description of a notebook instance lifecycle configuration.</p> <p>For information about notebook instance lifestyle configurations, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html\">Step 2.1: (Optional) Customize a Notebook Instance</a>.</p>",
70    "DescribeProcessingJob": "<p>Returns a description of a processing job.</p>",
71    "DescribeSubscribedWorkteam": "<p>Gets information about a work team provided by a vendor. It returns details about the subscription with a vendor in the AWS Marketplace.</p>",
72    "DescribeTrainingJob": "<p>Returns information about a training job.</p>",
73    "DescribeTransformJob": "<p>Returns information about a transform job.</p>",
74    "DescribeTrial": "<p>Provides a list of a trial's properties.</p>",
75    "DescribeTrialComponent": "<p>Provides a list of a trials component's properties.</p>",
76    "DescribeUserProfile": "<p>Describes a user profile. For more information, see <code>CreateUserProfile</code>.</p>",
77    "DescribeWorkforce": "<p>Lists private workforce information, including workforce name, Amazon Resource Name (ARN), and, if applicable, allowed IP address ranges (<a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html\">CIDRs</a>). Allowable IP address ranges are the IP addresses that workers can use to access tasks. </p> <important> <p>This operation applies only to private workforces.</p> </important>",
78    "DescribeWorkteam": "<p>Gets information about a specific work team. You can see information such as the create date, the last updated date, membership information, and the work team's Amazon Resource Name (ARN).</p>",
79    "DisassociateTrialComponent": "<p>Disassociates a trial component from a trial. This doesn't effect other trials the component is associated with. Before you can delete a component, you must disassociate the component from all trials it is associated with. To associate a trial component with a trial, call the <a>AssociateTrialComponent</a> API.</p> <p>To get a list of the trials a component is associated with, use the <a>Search</a> API. Specify <code>ExperimentTrialComponent</code> for the <code>Resource</code> parameter. The list appears in the response under <code>Results.TrialComponent.Parents</code>.</p>",
80    "GetSearchSuggestions": "<p>An auto-complete API for the search functionality in the Amazon SageMaker console. It returns suggestions of possible matches for the property name to use in <code>Search</code> queries. Provides suggestions for <code>HyperParameters</code>, <code>Tags</code>, and <code>Metrics</code>.</p>",
81    "ListAlgorithms": "<p>Lists the machine learning algorithms that have been created.</p>",
82    "ListApps": "<p>Lists apps.</p>",
83    "ListAutoMLJobs": "<p>Request a list of jobs.</p>",
84    "ListCandidatesForAutoMLJob": "<p>List the Candidates created for the job.</p>",
85    "ListCodeRepositories": "<p>Gets a list of the Git repositories in your account.</p>",
86    "ListCompilationJobs": "<p>Lists model compilation jobs that satisfy various filters.</p> <p>To create a model compilation job, use <a>CreateCompilationJob</a>. To get information about a particular model compilation job you have created, use <a>DescribeCompilationJob</a>.</p>",
87    "ListDomains": "<p>Lists the domains.</p>",
88    "ListEndpointConfigs": "<p>Lists endpoint configurations.</p>",
89    "ListEndpoints": "<p>Lists endpoints.</p>",
90    "ListExperiments": "<p>Lists all the experiments in your account. The list can be filtered to show only experiments that were created in a specific time range. The list can be sorted by experiment name or creation time.</p>",
91    "ListFlowDefinitions": "<p>Returns information about the flow definitions in your account.</p>",
92    "ListHumanTaskUis": "<p>Returns information about the human task user interfaces in your account.</p>",
93    "ListHyperParameterTuningJobs": "<p>Gets a list of <a>HyperParameterTuningJobSummary</a> objects that describe the hyperparameter tuning jobs launched in your account.</p>",
94    "ListLabelingJobs": "<p>Gets a list of labeling jobs.</p>",
95    "ListLabelingJobsForWorkteam": "<p>Gets a list of labeling jobs assigned to a specified work team.</p>",
96    "ListModelPackages": "<p>Lists the model packages that have been created.</p>",
97    "ListModels": "<p>Lists models created with the <a>CreateModel</a> API.</p>",
98    "ListMonitoringExecutions": "<p>Returns list of all monitoring job executions.</p>",
99    "ListMonitoringSchedules": "<p>Returns list of all monitoring schedules.</p>",
100    "ListNotebookInstanceLifecycleConfigs": "<p>Lists notebook instance lifestyle configurations created with the <a>CreateNotebookInstanceLifecycleConfig</a> API.</p>",
101    "ListNotebookInstances": "<p>Returns a list of the Amazon SageMaker notebook instances in the requester's account in an AWS Region. </p>",
102    "ListProcessingJobs": "<p>Lists processing jobs that satisfy various filters.</p>",
103    "ListSubscribedWorkteams": "<p>Gets a list of the work teams that you are subscribed to in the AWS Marketplace. The list may be empty if no work team satisfies the filter specified in the <code>NameContains</code> parameter.</p>",
104    "ListTags": "<p>Returns the tags for the specified Amazon SageMaker resource.</p>",
105    "ListTrainingJobs": "<p>Lists training jobs.</p>",
106    "ListTrainingJobsForHyperParameterTuningJob": "<p>Gets a list of <a>TrainingJobSummary</a> objects that describe the training jobs that a hyperparameter tuning job launched.</p>",
107    "ListTransformJobs": "<p>Lists transform jobs.</p>",
108    "ListTrialComponents": "<p>Lists the trial components in your account. You can sort the list by trial component name or creation time. You can filter the list to show only components that were created in a specific time range. You can also filter on one of the following:</p> <ul> <li> <p> <code>ExperimentName</code> </p> </li> <li> <p> <code>SourceArn</code> </p> </li> <li> <p> <code>TrialName</code> </p> </li> </ul>",
109    "ListTrials": "<p>Lists the trials in your account. Specify an experiment name to limit the list to the trials that are part of that experiment. Specify a trial component name to limit the list to the trials that associated with that trial component. The list can be filtered to show only trials that were created in a specific time range. The list can be sorted by trial name or creation time.</p>",
110    "ListUserProfiles": "<p>Lists user profiles.</p>",
111    "ListWorkteams": "<p>Gets a list of work teams that you have defined in a region. The list may be empty if no work team satisfies the filter specified in the <code>NameContains</code> parameter.</p>",
112    "RenderUiTemplate": "<p>Renders the UI template so that you can preview the worker's experience. </p>",
113    "Search": "<p>Finds Amazon SageMaker resources that match a search query. Matching resources are returned as a list of <code>SearchRecord</code> objects in the response. You can sort the search results by any resource property in a ascending or descending order.</p> <p>You can query against the following value types: numeric, text, Boolean, and timestamp.</p>",
114    "StartMonitoringSchedule": "<p>Starts a previously stopped monitoring schedule.</p> <note> <p>New monitoring schedules are immediately started after creation.</p> </note>",
115    "StartNotebookInstance": "<p>Launches an ML compute instance with the latest version of the libraries and attaches your ML storage volume. After configuring the notebook instance, Amazon SageMaker sets the notebook instance status to <code>InService</code>. A notebook instance's status must be <code>InService</code> before you can connect to your Jupyter notebook. </p>",
116    "StopAutoMLJob": "<p>A method for forcing the termination of a running job.</p>",
117    "StopCompilationJob": "<p>Stops a model compilation job.</p> <p> To stop a job, Amazon SageMaker sends the algorithm the SIGTERM signal. This gracefully shuts the job down. If the job hasn't stopped, it sends the SIGKILL signal.</p> <p>When it receives a <code>StopCompilationJob</code> request, Amazon SageMaker changes the <a>CompilationJobSummary$CompilationJobStatus</a> of the job to <code>Stopping</code>. After Amazon SageMaker stops the job, it sets the <a>CompilationJobSummary$CompilationJobStatus</a> to <code>Stopped</code>. </p>",
118    "StopHyperParameterTuningJob": "<p>Stops a running hyperparameter tuning job and all running training jobs that the tuning job launched.</p> <p>All model artifacts output from the training jobs are stored in Amazon Simple Storage Service (Amazon S3). All data that the training jobs write to Amazon CloudWatch Logs are still available in CloudWatch. After the tuning job moves to the <code>Stopped</code> state, it releases all reserved resources for the tuning job.</p>",
119    "StopLabelingJob": "<p>Stops a running labeling job. A job that is stopped cannot be restarted. Any results obtained before the job is stopped are placed in the Amazon S3 output bucket.</p>",
120    "StopMonitoringSchedule": "<p>Stops a previously started monitoring schedule.</p>",
121    "StopNotebookInstance": "<p>Terminates the ML compute instance. Before terminating the instance, Amazon SageMaker disconnects the ML storage volume from it. Amazon SageMaker preserves the ML storage volume. Amazon SageMaker stops charging you for the ML compute instance when you call <code>StopNotebookInstance</code>.</p> <p>To access data on the ML storage volume for a notebook instance that has been terminated, call the <code>StartNotebookInstance</code> API. <code>StartNotebookInstance</code> launches another ML compute instance, configures it, and attaches the preserved ML storage volume so you can continue your work. </p>",
122    "StopProcessingJob": "<p>Stops a processing job.</p>",
123    "StopTrainingJob": "<p>Stops a training job. To stop a job, Amazon SageMaker sends the algorithm the <code>SIGTERM</code> signal, which delays job termination for 120 seconds. Algorithms might use this 120-second window to save the model artifacts, so the results of the training is not lost. </p> <p>When it receives a <code>StopTrainingJob</code> request, Amazon SageMaker changes the status of the job to <code>Stopping</code>. After Amazon SageMaker stops the job, it sets the status to <code>Stopped</code>.</p>",
124    "StopTransformJob": "<p>Stops a transform job.</p> <p>When Amazon SageMaker receives a <code>StopTransformJob</code> request, the status of the job changes to <code>Stopping</code>. After Amazon SageMaker stops the job, the status is set to <code>Stopped</code>. When you stop a transform job before it is completed, Amazon SageMaker doesn't store the job's output in Amazon S3.</p>",
125    "UpdateCodeRepository": "<p>Updates the specified Git repository with the specified values.</p>",
126    "UpdateDomain": "<p>Updates the default settings for new user profiles in the domain.</p>",
127    "UpdateEndpoint": "<p>Deploys the new <code>EndpointConfig</code> specified in the request, switches to using newly created endpoint, and then deletes resources provisioned for the endpoint using the previous <code>EndpointConfig</code> (there is no availability loss). </p> <p>When Amazon SageMaker receives the request, it sets the endpoint status to <code>Updating</code>. After updating the endpoint, it sets the status to <code>InService</code>. To check the status of an endpoint, use the <a>DescribeEndpoint</a> API. </p> <note> <p>You must not delete an <code>EndpointConfig</code> in use by an endpoint that is live or while the <code>UpdateEndpoint</code> or <code>CreateEndpoint</code> operations are being performed on the endpoint. To update an endpoint, you must create a new <code>EndpointConfig</code>.</p> <p>If you delete the <code>EndpointConfig</code> of an endpoint that is active or being created or updated you may lose visibility into the instance type the endpoint is using. The endpoint must be deleted in order to stop incurring charges.</p> </note>",
128    "UpdateEndpointWeightsAndCapacities": "<p>Updates variant weight of one or more variants associated with an existing endpoint, or capacity of one variant associated with an existing endpoint. When it receives the request, Amazon SageMaker sets the endpoint status to <code>Updating</code>. After updating the endpoint, it sets the status to <code>InService</code>. To check the status of an endpoint, use the <a>DescribeEndpoint</a> API. </p>",
129    "UpdateExperiment": "<p>Adds, updates, or removes the description of an experiment. Updates the display name of an experiment.</p>",
130    "UpdateMonitoringSchedule": "<p>Updates a previously created schedule.</p>",
131    "UpdateNotebookInstance": "<p>Updates a notebook instance. NotebookInstance updates include upgrading or downgrading the ML compute instance used for your notebook instance to accommodate changes in your workload requirements.</p>",
132    "UpdateNotebookInstanceLifecycleConfig": "<p>Updates a notebook instance lifecycle configuration created with the <a>CreateNotebookInstanceLifecycleConfig</a> API.</p>",
133    "UpdateTrial": "<p>Updates the display name of a trial.</p>",
134    "UpdateTrialComponent": "<p>Updates one or more properties of a trial component.</p>",
135    "UpdateUserProfile": "<p>Updates a user profile.</p>",
136    "UpdateWorkforce": "<p>Restricts access to tasks assigned to workers in the specified workforce to those within specific ranges of IP addresses. You specify allowed IP addresses by creating a list of up to four <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html\">CIDRs</a>.</p> <p>By default, a workforce isn't restricted to specific IP addresses. If you specify a range of IP addresses, workers who attempt to access tasks using any IP address outside the specified range are denied access and get a <code>Not Found</code> error message on the worker portal. After restricting access with this operation, you can see the allowed IP values for a private workforce with the operation.</p> <important> <p>This operation applies only to private workforces.</p> </important>",
137    "UpdateWorkteam": "<p>Updates an existing work team with new member definitions or description.</p>"
138  },
139  "shapes": {
140    "Accept": {
141      "base": null,
142      "refs": {
143        "TransformOutput$Accept": "<p>The MIME type used to specify the output data. Amazon SageMaker uses the MIME type with each http call to transfer data from the transform job.</p>"
144      }
145    },
146    "AccountId": {
147      "base": null,
148      "refs": {
149        "LabelingJobForWorkteamSummary$WorkRequesterAccountId": "<p/>"
150      }
151    },
152    "AddTagsInput": {
153      "base": null,
154      "refs": {
155      }
156    },
157    "AddTagsOutput": {
158      "base": null,
159      "refs": {
160      }
161    },
162    "AdditionalCodeRepositoryNamesOrUrls": {
163      "base": null,
164      "refs": {
165        "CreateNotebookInstanceInput$AdditionalCodeRepositories": "<p>An array of up to three Git repositories to associate with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in <a href=\"https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html\">AWS CodeCommit</a> or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html\">Associating Git Repositories with Amazon SageMaker Notebook Instances</a>.</p>",
166        "DescribeNotebookInstanceOutput$AdditionalCodeRepositories": "<p>An array of up to three Git repositories associated with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in <a href=\"https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html\">AWS CodeCommit</a> or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html\">Associating Git Repositories with Amazon SageMaker Notebook Instances</a>.</p>",
167        "NotebookInstanceSummary$AdditionalCodeRepositories": "<p>An array of up to three Git repositories associated with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in <a href=\"https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html\">AWS CodeCommit</a> or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html\">Associating Git Repositories with Amazon SageMaker Notebook Instances</a>.</p>",
168        "UpdateNotebookInstanceInput$AdditionalCodeRepositories": "<p>An array of up to three Git repositories to associate with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in <a href=\"https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html\">AWS CodeCommit</a> or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html\">Associating Git Repositories with Amazon SageMaker Notebook Instances</a>.</p>"
169      }
170    },
171    "AlgorithmArn": {
172      "base": null,
173      "refs": {
174        "AlgorithmSummary$AlgorithmArn": "<p>The Amazon Resource Name (ARN) of the algorithm.</p>",
175        "CreateAlgorithmOutput$AlgorithmArn": "<p>The Amazon Resource Name (ARN) of the new algorithm.</p>",
176        "DescribeAlgorithmOutput$AlgorithmArn": "<p>The Amazon Resource Name (ARN) of the algorithm.</p>"
177      }
178    },
179    "AlgorithmImage": {
180      "base": null,
181      "refs": {
182        "AlgorithmSpecification$TrainingImage": "<p>The registry path of the Docker image that contains the training algorithm. For information about docker registry paths for built-in algorithms, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-algo-docker-registry-paths.html\">Algorithms Provided by Amazon SageMaker: Common Parameters</a>. Amazon SageMaker supports both <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code> image path formats. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html\">Using Your Own Algorithms with Amazon SageMaker</a>.</p>",
183        "DebugRuleConfiguration$RuleEvaluatorImage": "<p>The Amazon Elastic Container (ECR) Image for the managed rule evaluation.</p>",
184        "HyperParameterAlgorithmSpecification$TrainingImage": "<p> The registry path of the Docker image that contains the training algorithm. For information about Docker registry paths for built-in algorithms, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-algo-docker-registry-paths.html\">Algorithms Provided by Amazon SageMaker: Common Parameters</a>. Amazon SageMaker supports both <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code> image path formats. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html\">Using Your Own Algorithms with Amazon SageMaker</a>.</p>"
185      }
186    },
187    "AlgorithmSortBy": {
188      "base": null,
189      "refs": {
190        "ListAlgorithmsInput$SortBy": "<p>The parameter by which to sort the results. The default is <code>CreationTime</code>.</p>"
191      }
192    },
193    "AlgorithmSpecification": {
194      "base": "<p>Specifies the training algorithm to use in a <a>CreateTrainingJob</a> request.</p> <p>For more information about algorithms provided by Amazon SageMaker, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html\">Algorithms</a>. For information about using your own algorithms, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html\">Using Your Own Algorithms with Amazon SageMaker</a>. </p>",
195      "refs": {
196        "CreateTrainingJobRequest$AlgorithmSpecification": "<p>The registry path of the Docker image that contains the training algorithm and algorithm-specific metadata, including the input mode. For more information about algorithms provided by Amazon SageMaker, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html\">Algorithms</a>. For information about providing your own algorithms, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html\">Using Your Own Algorithms with Amazon SageMaker</a>. </p>",
197        "DescribeTrainingJobResponse$AlgorithmSpecification": "<p>Information about the algorithm used for training, and algorithm metadata. </p>",
198        "TrainingJob$AlgorithmSpecification": "<p>Information about the algorithm used for training, and algorithm metadata.</p>"
199      }
200    },
201    "AlgorithmStatus": {
202      "base": null,
203      "refs": {
204        "AlgorithmSummary$AlgorithmStatus": "<p>The overall status of the algorithm.</p>",
205        "DescribeAlgorithmOutput$AlgorithmStatus": "<p>The current status of the algorithm.</p>"
206      }
207    },
208    "AlgorithmStatusDetails": {
209      "base": "<p>Specifies the validation and image scan statuses of the algorithm.</p>",
210      "refs": {
211        "DescribeAlgorithmOutput$AlgorithmStatusDetails": "<p>Details about the current status of the algorithm.</p>"
212      }
213    },
214    "AlgorithmStatusItem": {
215      "base": "<p>Represents the overall status of an algorithm.</p>",
216      "refs": {
217        "AlgorithmStatusItemList$member": null
218      }
219    },
220    "AlgorithmStatusItemList": {
221      "base": null,
222      "refs": {
223        "AlgorithmStatusDetails$ValidationStatuses": "<p>The status of algorithm validation.</p>",
224        "AlgorithmStatusDetails$ImageScanStatuses": "<p>The status of the scan of the algorithm's Docker image container.</p>"
225      }
226    },
227    "AlgorithmSummary": {
228      "base": "<p>Provides summary information about an algorithm.</p>",
229      "refs": {
230        "AlgorithmSummaryList$member": null
231      }
232    },
233    "AlgorithmSummaryList": {
234      "base": null,
235      "refs": {
236        "ListAlgorithmsOutput$AlgorithmSummaryList": "<p>&gt;An array of <code>AlgorithmSummary</code> objects, each of which lists an algorithm.</p>"
237      }
238    },
239    "AlgorithmValidationProfile": {
240      "base": "<p>Defines a training job and a batch transform job that Amazon SageMaker runs to validate your algorithm.</p> <p>The data provided in the validation profile is made available to your buyers on AWS Marketplace.</p>",
241      "refs": {
242        "AlgorithmValidationProfiles$member": null
243      }
244    },
245    "AlgorithmValidationProfiles": {
246      "base": null,
247      "refs": {
248        "AlgorithmValidationSpecification$ValidationProfiles": "<p>An array of <code>AlgorithmValidationProfile</code> objects, each of which specifies a training job and batch transform job that Amazon SageMaker runs to validate your algorithm.</p>"
249      }
250    },
251    "AlgorithmValidationSpecification": {
252      "base": "<p>Specifies configurations for one or more training jobs that Amazon SageMaker runs to test the algorithm.</p>",
253      "refs": {
254        "CreateAlgorithmInput$ValidationSpecification": "<p>Specifies configurations for one or more training jobs and that Amazon SageMaker runs to test the algorithm's training code and, optionally, one or more batch transform jobs that Amazon SageMaker runs to test the algorithm's inference code.</p>",
255        "DescribeAlgorithmOutput$ValidationSpecification": "<p>Details about configurations for one or more training jobs that Amazon SageMaker runs to test the algorithm.</p>"
256      }
257    },
258    "AnnotationConsolidationConfig": {
259      "base": "<p>Configures how labels are consolidated across human workers.</p>",
260      "refs": {
261        "HumanTaskConfig$AnnotationConsolidationConfig": "<p>Configures how labels are consolidated across human workers.</p>"
262      }
263    },
264    "AppArn": {
265      "base": null,
266      "refs": {
267        "CreateAppResponse$AppArn": "<p>The App's Amazon Resource Name (ARN).</p>",
268        "DescribeAppResponse$AppArn": "<p>The app's Amazon Resource Name (ARN).</p>"
269      }
270    },
271    "AppDetails": {
272      "base": "<p>The app's details.</p>",
273      "refs": {
274        "AppList$member": null
275      }
276    },
277    "AppInstanceType": {
278      "base": null,
279      "refs": {
280        "ResourceSpec$InstanceType": "<p>The instance type.</p>"
281      }
282    },
283    "AppList": {
284      "base": null,
285      "refs": {
286        "ListAppsResponse$Apps": "<p>The list of apps.</p>"
287      }
288    },
289    "AppName": {
290      "base": null,
291      "refs": {
292        "AppDetails$AppName": "<p>The name of the app.</p>",
293        "CreateAppRequest$AppName": "<p>The name of the app.</p>",
294        "DeleteAppRequest$AppName": "<p>The name of the app.</p>",
295        "DescribeAppRequest$AppName": "<p>The name of the app.</p>",
296        "DescribeAppResponse$AppName": "<p>The name of the app.</p>"
297      }
298    },
299    "AppSortKey": {
300      "base": null,
301      "refs": {
302        "ListAppsRequest$SortBy": "<p>The parameter by which to sort the results. The default is CreationTime.</p>"
303      }
304    },
305    "AppSpecification": {
306      "base": "<p>Configuration to run a processing job in a specified container image.</p>",
307      "refs": {
308        "CreateProcessingJobRequest$AppSpecification": "<p>Configures the processing job to run a specified Docker container image.</p>",
309        "DescribeProcessingJobResponse$AppSpecification": "<p>Configures the processing job to run a specified container image.</p>",
310        "ProcessingJob$AppSpecification": null
311      }
312    },
313    "AppStatus": {
314      "base": null,
315      "refs": {
316        "AppDetails$Status": "<p>The status.</p>",
317        "DescribeAppResponse$Status": "<p>The status.</p>"
318      }
319    },
320    "AppType": {
321      "base": null,
322      "refs": {
323        "AppDetails$AppType": "<p>The type of app.</p>",
324        "CreateAppRequest$AppType": "<p>The type of app.</p>",
325        "DeleteAppRequest$AppType": "<p>The type of app.</p>",
326        "DescribeAppRequest$AppType": "<p>The type of app.</p>",
327        "DescribeAppResponse$AppType": "<p>The type of app.</p>"
328      }
329    },
330    "ArnOrName": {
331      "base": null,
332      "refs": {
333        "AlgorithmSpecification$AlgorithmName": "<p>The name of the algorithm resource to use for the training job. This must be an algorithm resource that you created or subscribe to on AWS Marketplace. If you specify a value for this parameter, you can't specify a value for <code>TrainingImage</code>.</p>",
334        "ContainerDefinition$ModelPackageName": "<p>The name or Amazon Resource Name (ARN) of the model package to use to create the model.</p>",
335        "DescribeAlgorithmInput$AlgorithmName": "<p>The name of the algorithm to describe.</p>",
336        "DescribeModelPackageInput$ModelPackageName": "<p>The name of the model package to describe.</p>",
337        "HyperParameterAlgorithmSpecification$AlgorithmName": "<p>The name of the resource algorithm to use for the hyperparameter tuning job. If you specify a value for this parameter, do not specify a value for <code>TrainingImage</code>.</p>",
338        "SourceAlgorithm$AlgorithmName": "<p>The name of an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your Amazon SageMaker account or an algorithm in AWS Marketplace that you are subscribed to.</p>"
339      }
340    },
341    "AssemblyType": {
342      "base": null,
343      "refs": {
344        "TransformOutput$AssembleWith": "<p>Defines how to assemble the results of the transform job as a single S3 object. Choose a format that is most convenient to you. To concatenate the results in binary format, specify <code>None</code>. To add a newline character at the end of every transformed record, specify <code>Line</code>.</p>"
345      }
346    },
347    "AssociateTrialComponentRequest": {
348      "base": null,
349      "refs": {
350      }
351    },
352    "AssociateTrialComponentResponse": {
353      "base": null,
354      "refs": {
355      }
356    },
357    "AttributeName": {
358      "base": null,
359      "refs": {
360        "AttributeNames$member": null
361      }
362    },
363    "AttributeNames": {
364      "base": null,
365      "refs": {
366        "S3DataSource$AttributeNames": "<p>A list of one or more attribute names to use that are found in a specified augmented manifest file.</p>"
367      }
368    },
369    "AuthMode": {
370      "base": null,
371      "refs": {
372        "CreateDomainRequest$AuthMode": "<p>The mode of authentication that members use to access the domain.</p>",
373        "DescribeDomainResponse$AuthMode": "<p>The domain's authentication mode.</p>"
374      }
375    },
376    "AutoMLCandidate": {
377      "base": "<p>An AutoPilot job will return recommendations, or candidates. Each candidate has futher details about the steps involed, and the status.</p>",
378      "refs": {
379        "AutoMLCandidates$member": null,
380        "DescribeAutoMLJobResponse$BestCandidate": "<p>Returns the job's BestCandidate.</p>"
381      }
382    },
383    "AutoMLCandidateStep": {
384      "base": "<p>Information about the steps for a Candidate, and what step it is working on.</p>",
385      "refs": {
386        "CandidateSteps$member": null
387      }
388    },
389    "AutoMLCandidates": {
390      "base": null,
391      "refs": {
392        "ListCandidatesForAutoMLJobResponse$Candidates": "<p>Summaries about the Candidates.</p>"
393      }
394    },
395    "AutoMLChannel": {
396      "base": "<p>Similar to Channel. A channel is a named input source that training algorithms can consume. Refer to Channel for detailed descriptions.</p>",
397      "refs": {
398        "AutoMLInputDataConfig$member": null
399      }
400    },
401    "AutoMLContainerDefinition": {
402      "base": "<p>A list of container definitions that describe the different containers that make up one AutoML candidate. Refer to ContainerDefinition for more details.</p>",
403      "refs": {
404        "AutoMLContainerDefinitions$member": null
405      }
406    },
407    "AutoMLContainerDefinitions": {
408      "base": null,
409      "refs": {
410        "AutoMLCandidate$InferenceContainers": "<p>The inference containers.</p>"
411      }
412    },
413    "AutoMLDataSource": {
414      "base": "<p>The data source for the AutoPilot job.</p>",
415      "refs": {
416        "AutoMLChannel$DataSource": "<p>The data source.</p>"
417      }
418    },
419    "AutoMLFailureReason": {
420      "base": null,
421      "refs": {
422        "AutoMLCandidate$FailureReason": "<p>The failure reason.</p>",
423        "AutoMLJobSummary$FailureReason": "<p>The failure reason.</p>",
424        "DescribeAutoMLJobResponse$FailureReason": "<p>Returns the job's FailureReason.</p>"
425      }
426    },
427    "AutoMLInputDataConfig": {
428      "base": null,
429      "refs": {
430        "CreateAutoMLJobRequest$InputDataConfig": "<p>Similar to InputDataConfig supported by Tuning. Format(s) supported: CSV. Minimum of 1000 rows.</p>",
431        "DescribeAutoMLJobResponse$InputDataConfig": "<p>Returns the job's input data config.</p>"
432      }
433    },
434    "AutoMLJobArn": {
435      "base": null,
436      "refs": {
437        "AutoMLJobSummary$AutoMLJobArn": "<p>The ARN of the job.</p>",
438        "CreateAutoMLJobResponse$AutoMLJobArn": "<p>When a job is created, it is assigned a unique ARN.</p>",
439        "DescribeAutoMLJobResponse$AutoMLJobArn": "<p>Returns the job's ARN.</p>",
440        "DescribeProcessingJobResponse$AutoMLJobArn": "<p>The ARN of an AutoML job associated with this processing job.</p>",
441        "DescribeTrainingJobResponse$AutoMLJobArn": "<p>The Amazon Resource Name (ARN) of an AutoML job.</p>",
442        "DescribeTransformJobResponse$AutoMLJobArn": "<p>The Amazon Resource Name (ARN) of the AutoML transform job.</p>",
443        "ProcessingJob$AutoMLJobArn": "<p>The Amazon Resource Name (ARN) of the AutoML job associated with this processing job.</p>",
444        "TrainingJob$AutoMLJobArn": "<p>The Amazon Resource Name (ARN) of the job.</p>"
445      }
446    },
447    "AutoMLJobArtifacts": {
448      "base": "<p>Artifacts that are generation during a job.</p>",
449      "refs": {
450        "DescribeAutoMLJobResponse$AutoMLJobArtifacts": "<p>Returns information on the job's artifacts found in AutoMLJobArtifacts.</p>"
451      }
452    },
453    "AutoMLJobCompletionCriteria": {
454      "base": "<p>How long a job is allowed to run, or how many candidates a job is allowed to generate.</p>",
455      "refs": {
456        "AutoMLJobConfig$CompletionCriteria": "<p>How long a job is allowed to run, or how many candidates a job is allowed to generate.</p>",
457        "ResolvedAttributes$CompletionCriteria": null
458      }
459    },
460    "AutoMLJobConfig": {
461      "base": "<p>A collection of settings used for a job.</p>",
462      "refs": {
463        "CreateAutoMLJobRequest$AutoMLJobConfig": "<p>Contains CompletionCriteria and SecurityConfig.</p>",
464        "DescribeAutoMLJobResponse$AutoMLJobConfig": "<p>Returns the job's config.</p>"
465      }
466    },
467    "AutoMLJobName": {
468      "base": null,
469      "refs": {
470        "AutoMLJobSummary$AutoMLJobName": "<p>The name of the object you are requesting.</p>",
471        "CreateAutoMLJobRequest$AutoMLJobName": "<p>Identifies an AutoPilot job. Must be unique to your account and is case-insensitive.</p>",
472        "DescribeAutoMLJobRequest$AutoMLJobName": "<p>Request information about a job using that job's unique name.</p>",
473        "DescribeAutoMLJobResponse$AutoMLJobName": "<p>Returns the name of a job.</p>",
474        "ListCandidatesForAutoMLJobRequest$AutoMLJobName": "<p>List the Candidates created for the job by providing the job's name.</p>",
475        "StopAutoMLJobRequest$AutoMLJobName": "<p>The name of the object you are requesting.</p>"
476      }
477    },
478    "AutoMLJobObjective": {
479      "base": "<p>Applies a metric to minimize or maximize for the job's objective.</p>",
480      "refs": {
481        "CreateAutoMLJobRequest$AutoMLJobObjective": "<p>Defines the job's objective. You provide a MetricName and AutoML will infer minimize or maximize. If this is not provided, the most commonly used ObjectiveMetric for problem type will be selected.</p>",
482        "DescribeAutoMLJobResponse$AutoMLJobObjective": "<p>Returns the job's objective.</p>",
483        "ResolvedAttributes$AutoMLJobObjective": null
484      }
485    },
486    "AutoMLJobObjectiveType": {
487      "base": null,
488      "refs": {
489        "FinalAutoMLJobObjectiveMetric$Type": "<p>The metric type used.</p>"
490      }
491    },
492    "AutoMLJobSecondaryStatus": {
493      "base": null,
494      "refs": {
495        "AutoMLJobSummary$AutoMLJobSecondaryStatus": "<p>The job's secondary status.</p>",
496        "DescribeAutoMLJobResponse$AutoMLJobSecondaryStatus": "<p>Returns the job's AutoMLJobSecondaryStatus.</p>"
497      }
498    },
499    "AutoMLJobStatus": {
500      "base": null,
501      "refs": {
502        "AutoMLJobSummary$AutoMLJobStatus": "<p>The job's status.</p>",
503        "DescribeAutoMLJobResponse$AutoMLJobStatus": "<p>Returns the job's AutoMLJobStatus.</p>",
504        "ListAutoMLJobsRequest$StatusEquals": "<p>Request a list of jobs, using a filter for status.</p>"
505      }
506    },
507    "AutoMLJobSummaries": {
508      "base": null,
509      "refs": {
510        "ListAutoMLJobsResponse$AutoMLJobSummaries": "<p>Returns a summary list of jobs.</p>"
511      }
512    },
513    "AutoMLJobSummary": {
514      "base": "<p>Provides a summary about a job.</p>",
515      "refs": {
516        "AutoMLJobSummaries$member": null
517      }
518    },
519    "AutoMLMaxResults": {
520      "base": null,
521      "refs": {
522        "ListAutoMLJobsRequest$MaxResults": "<p>Request a list of jobs up to a specified limit.</p>",
523        "ListCandidatesForAutoMLJobRequest$MaxResults": "<p>List the job's Candidates up to a specified limit.</p>"
524      }
525    },
526    "AutoMLMetricEnum": {
527      "base": null,
528      "refs": {
529        "AutoMLJobObjective$MetricName": "<p>The name of the metric.</p>",
530        "FinalAutoMLJobObjectiveMetric$MetricName": "<p>The name of the metric.</p>"
531      }
532    },
533    "AutoMLNameContains": {
534      "base": null,
535      "refs": {
536        "ListAutoMLJobsRequest$NameContains": "<p>Request a list of jobs, using a search filter for name.</p>"
537      }
538    },
539    "AutoMLOutputDataConfig": {
540      "base": "<p>The output data configuration.</p>",
541      "refs": {
542        "CreateAutoMLJobRequest$OutputDataConfig": "<p>Similar to OutputDataConfig supported by Tuning. Format(s) supported: CSV.</p>",
543        "DescribeAutoMLJobResponse$OutputDataConfig": "<p>Returns the job's output data config.</p>"
544      }
545    },
546    "AutoMLS3DataSource": {
547      "base": "<p>The Amazon S3 data source.</p>",
548      "refs": {
549        "AutoMLDataSource$S3DataSource": "<p>The Amazon S3 location of the input data.</p> <note> <p>The input data must be in CSV format and contain at least 1000 rows.</p> </note>"
550      }
551    },
552    "AutoMLS3DataType": {
553      "base": null,
554      "refs": {
555        "AutoMLS3DataSource$S3DataType": "<p>The data type.</p>"
556      }
557    },
558    "AutoMLSecurityConfig": {
559      "base": "<p>Security options.</p>",
560      "refs": {
561        "AutoMLJobConfig$SecurityConfig": "<p>Security configuration for traffic encryption or Amazon VPC settings.</p>"
562      }
563    },
564    "AutoMLSortBy": {
565      "base": null,
566      "refs": {
567        "ListAutoMLJobsRequest$SortBy": "<p>The parameter by which to sort the results. The default is AutoMLJobName.</p>"
568      }
569    },
570    "AutoMLSortOrder": {
571      "base": null,
572      "refs": {
573        "ListAutoMLJobsRequest$SortOrder": "<p>The sort order for the results. The default is Descending.</p>",
574        "ListCandidatesForAutoMLJobRequest$SortOrder": "<p>The sort order for the results. The default is Ascending.</p>"
575      }
576    },
577    "AwsManagedHumanLoopRequestSource": {
578      "base": null,
579      "refs": {
580        "HumanLoopRequestSource$AwsManagedHumanLoopRequestSource": "<p>Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source. The default field settings and JSON parsing rules are different based on the integration source. Valid values:</p>"
581      }
582    },
583    "BatchStrategy": {
584      "base": null,
585      "refs": {
586        "CreateTransformJobRequest$BatchStrategy": "<p>Specifies the number of records to include in a mini-batch for an HTTP inference request. A <i>record</i> <i/> is a single unit of input data that inference can be made on. For example, a single line in a CSV file is a record. </p> <p>To enable the batch strategy, you must set the <code>SplitType</code> property to <code>Line</code>, <code>RecordIO</code>, or <code>TFRecord</code>.</p> <p>To use only one record when making an HTTP invocation request to a container, set <code>BatchStrategy</code> to <code>SingleRecord</code> and <code>SplitType</code> to <code>Line</code>.</p> <p>To fit as many records in a mini-batch as can fit within the <code>MaxPayloadInMB</code> limit, set <code>BatchStrategy</code> to <code>MultiRecord</code> and <code>SplitType</code> to <code>Line</code>.</p>",
587        "DescribeTransformJobResponse$BatchStrategy": "<p>Specifies the number of records to include in a mini-batch for an HTTP inference request. A <i>record</i> <i/> is a single unit of input data that inference can be made on. For example, a single line in a CSV file is a record. </p> <p>To enable the batch strategy, you must set <code>SplitType</code> to <code>Line</code>, <code>RecordIO</code>, or <code>TFRecord</code>.</p>",
588        "TransformJobDefinition$BatchStrategy": "<p>A string that determines the number of records included in a single mini-batch.</p> <p> <code>SingleRecord</code> means only one record is used per mini-batch. <code>MultiRecord</code> means a mini-batch is set to contain as many records that can fit within the <code>MaxPayloadInMB</code> limit.</p>"
589      }
590    },
591    "BillableTimeInSeconds": {
592      "base": null,
593      "refs": {
594        "DescribeTrainingJobResponse$BillableTimeInSeconds": "<p>The billable time in seconds.</p> <p>You can calculate the savings from using managed spot training using the formula <code>(1 - BillableTimeInSeconds / TrainingTimeInSeconds) * 100</code>. For example, if <code>BillableTimeInSeconds</code> is 100 and <code>TrainingTimeInSeconds</code> is 500, the savings is 80%.</p>",
595        "TrainingJob$BillableTimeInSeconds": "<p>The billable time in seconds.</p>"
596      }
597    },
598    "Boolean": {
599      "base": null,
600      "refs": {
601        "AlgorithmSpecification$EnableSageMakerMetricsTimeSeries": "<p>To generate and save time-series metrics during training, set to <code>true</code>. The default is <code>false</code> and time-series metrics aren't generated except in the following cases:</p> <ul> <li> <p>You use one of the Amazon SageMaker built-in algorithms</p> </li> <li> <p>You use one of the following <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/pre-built-containers-frameworks-deep-learning.html\">Prebuilt Amazon SageMaker Docker Images</a>:</p> <ul> <li> <p>Tensorflow (version &gt;= 1.15)</p> </li> <li> <p>MXNet (version &gt;= 1.6)</p> </li> <li> <p>PyTorch (version &gt;= 1.3)</p> </li> </ul> </li> <li> <p>You specify at least one <a>MetricDefinition</a> </p> </li> </ul>",
602        "AutoMLSecurityConfig$EnableInterContainerTrafficEncryption": "<p>Whether to use traffic encryption between the container layers.</p>",
603        "ChannelSpecification$IsRequired": "<p>Indicates whether the channel is required by the algorithm.</p>",
604        "CreateModelInput$EnableNetworkIsolation": "<p>Isolates the model container. No inbound or outbound network calls can be made to or from the model container.</p>",
605        "CreateTrainingJobRequest$EnableNetworkIsolation": "<p>Isolates the training container. No inbound or outbound network calls can be made, except for calls between peers within a training cluster for distributed training. If you enable network isolation for training jobs that are configured to use a VPC, Amazon SageMaker downloads and uploads customer data and model artifacts through the specified VPC, but the training container does not have network access.</p>",
606        "CreateTrainingJobRequest$EnableInterContainerTrafficEncryption": "<p>To encrypt all communications between ML compute instances in distributed training, choose <code>True</code>. Encryption provides greater security for distributed training, but training might take longer. How long it takes depends on the amount of communication between compute instances, especially if you use a deep learning algorithm in distributed training. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/train-encrypt.html\">Protect Communications Between ML Compute Instances in a Distributed Training Job</a>.</p>",
607        "CreateTrainingJobRequest$EnableManagedSpotTraining": "<p>To train models using managed spot training, choose <code>True</code>. Managed spot training provides a fully managed and scalable infrastructure for training machine learning models. this option is useful when training jobs can be interrupted and when there is flexibility when the training job is run. </p> <p>The complete and intermediate results of jobs are stored in an Amazon S3 bucket, and can be used as a starting point to train models incrementally. Amazon SageMaker provides metrics and logs in CloudWatch. They can be used to see when managed spot training jobs are running, interrupted, resumed, or completed. </p>",
608        "DescribeModelOutput$EnableNetworkIsolation": "<p>If <code>True</code>, no inbound or outbound network calls can be made to or from the model container.</p>",
609        "DescribeTrainingJobResponse$EnableNetworkIsolation": "<p>If you want to allow inbound or outbound network calls, except for calls between peers within a training cluster for distributed training, choose <code>True</code>. If you enable network isolation for training jobs that are configured to use a VPC, Amazon SageMaker downloads and uploads customer data and model artifacts through the specified VPC, but the training container does not have network access.</p>",
610        "DescribeTrainingJobResponse$EnableInterContainerTrafficEncryption": "<p>To encrypt all communications between ML compute instances in distributed training, choose <code>True</code>. Encryption provides greater security for distributed training, but training might take longer. How long it takes depends on the amount of communication between compute instances, especially if you use a deep learning algorithms in distributed training.</p>",
611        "DescribeTrainingJobResponse$EnableManagedSpotTraining": "<p>A Boolean indicating whether managed spot training is enabled (<code>True</code>) or not (<code>False</code>).</p>",
612        "HyperParameterSpecification$IsTunable": "<p>Indicates whether this hyperparameter is tunable in a hyperparameter tuning job.</p>",
613        "HyperParameterSpecification$IsRequired": "<p>Indicates whether this hyperparameter is required.</p>",
614        "HyperParameterTrainingJobDefinition$EnableNetworkIsolation": "<p>Isolates the training container. No inbound or outbound network calls can be made, except for calls between peers within a training cluster for distributed training. If network isolation is used for training jobs that are configured to use a VPC, Amazon SageMaker downloads and uploads customer data and model artifacts through the specified VPC, but the training container does not have network access.</p>",
615        "HyperParameterTrainingJobDefinition$EnableInterContainerTrafficEncryption": "<p>To encrypt all communications between ML compute instances in distributed training, choose <code>True</code>. Encryption provides greater security for distributed training, but training might take longer. How long it takes depends on the amount of communication between compute instances, especially if you use a deep learning algorithm in distributed training.</p>",
616        "HyperParameterTrainingJobDefinition$EnableManagedSpotTraining": "<p>A Boolean indicating whether managed spot training is enabled (<code>True</code>) or not (<code>False</code>).</p>",
617        "NetworkConfig$EnableInterContainerTrafficEncryption": "<p>Whether to encrypt all communications between distributed processing jobs. Choose <code>True</code> to encrypt communications. Encryption provides greater security for distributed processing jobs, but the processing might take longer.</p>",
618        "NetworkConfig$EnableNetworkIsolation": "<p>Whether to allow inbound and outbound network calls to and from the containers used for the processing job.</p>",
619        "TrainingJob$EnableNetworkIsolation": "<p>If the <code>TrainingJob</code> was created with network isolation, the value is set to <code>true</code>. If network isolation is enabled, nodes can't communicate beyond the VPC they run in.</p>",
620        "TrainingJob$EnableInterContainerTrafficEncryption": "<p>To encrypt all communications between ML compute instances in distributed training, choose <code>True</code>. Encryption provides greater security for distributed training, but training might take longer. How long it takes depends on the amount of communication between compute instances, especially if you use a deep learning algorithm in distributed training.</p>",
621        "TrainingJob$EnableManagedSpotTraining": "<p>When true, enables managed spot training using Amazon EC2 Spot instances to run training jobs instead of on-demand instances. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/model-managed-spot-training.html\">Managed Spot Training</a>.</p>",
622        "TrainingSpecification$SupportsDistributedTraining": "<p>Indicates whether the algorithm supports distributed training. If set to false, buyers can't request more than one instance during training.</p>",
623        "UpdateEndpointInput$RetainAllVariantProperties": "<p>When updating endpoint resources, enables or disables the retention of variant properties, such as the instance count or the variant weight. To retain the variant properties of an endpoint when updating it, set <code>RetainAllVariantProperties</code> to <code>true</code>. To use the variant properties specified in a new <code>EndpointConfig</code> call when updating an endpoint, set <code>RetainAllVariantProperties</code> to <code>false</code>.</p>"
624      }
625    },
626    "BooleanOperator": {
627      "base": null,
628      "refs": {
629        "SearchExpression$Operator": "<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>"
630      }
631    },
632    "Branch": {
633      "base": null,
634      "refs": {
635        "GitConfig$Branch": "<p>The default branch for the Git repository.</p>"
636      }
637    },
638    "CandidateDefinitionNotebookLocation": {
639      "base": null,
640      "refs": {
641        "AutoMLJobArtifacts$CandidateDefinitionNotebookLocation": "<p>The URL to the notebook location.</p>"
642      }
643    },
644    "CandidateName": {
645      "base": null,
646      "refs": {
647        "AutoMLCandidate$CandidateName": "<p>The candidate name.</p>",
648        "ListCandidatesForAutoMLJobRequest$CandidateNameEquals": "<p>List the Candidates for the job and filter by candidate name.</p>"
649      }
650    },
651    "CandidateSortBy": {
652      "base": null,
653      "refs": {
654        "ListCandidatesForAutoMLJobRequest$SortBy": "<p>The parameter by which to sort the results. The default is Descending.</p>"
655      }
656    },
657    "CandidateStatus": {
658      "base": null,
659      "refs": {
660        "AutoMLCandidate$CandidateStatus": "<p>The candidate's status.</p>",
661        "ListCandidatesForAutoMLJobRequest$StatusEquals": "<p>List the Candidates for the job and filter by status.</p>"
662      }
663    },
664    "CandidateStepArn": {
665      "base": null,
666      "refs": {
667        "AutoMLCandidateStep$CandidateStepArn": "<p>The ARN for the Candidate's step.</p>"
668      }
669    },
670    "CandidateStepName": {
671      "base": null,
672      "refs": {
673        "AutoMLCandidateStep$CandidateStepName": "<p>The name for the Candidate's step.</p>"
674      }
675    },
676    "CandidateStepType": {
677      "base": null,
678      "refs": {
679        "AutoMLCandidateStep$CandidateStepType": "<p>Whether the Candidate is at the transform, training, or processing step.</p>"
680      }
681    },
682    "CandidateSteps": {
683      "base": null,
684      "refs": {
685        "AutoMLCandidate$CandidateSteps": "<p>The candidate's steps.</p>"
686      }
687    },
688    "CaptureContentTypeHeader": {
689      "base": "<p/>",
690      "refs": {
691        "DataCaptureConfig$CaptureContentTypeHeader": "<p/>"
692      }
693    },
694    "CaptureMode": {
695      "base": null,
696      "refs": {
697        "CaptureOption$CaptureMode": "<p/>"
698      }
699    },
700    "CaptureOption": {
701      "base": "<p/>",
702      "refs": {
703        "CaptureOptionList$member": null
704      }
705    },
706    "CaptureOptionList": {
707      "base": null,
708      "refs": {
709        "DataCaptureConfig$CaptureOptions": "<p/>"
710      }
711    },
712    "CaptureStatus": {
713      "base": null,
714      "refs": {
715        "DataCaptureConfigSummary$CaptureStatus": "<p/>"
716      }
717    },
718    "CategoricalParameterRange": {
719      "base": "<p>A list of categorical hyperparameters to tune.</p>",
720      "refs": {
721        "CategoricalParameterRanges$member": null
722      }
723    },
724    "CategoricalParameterRangeSpecification": {
725      "base": "<p>Defines the possible values for a categorical hyperparameter.</p>",
726      "refs": {
727        "ParameterRange$CategoricalParameterRangeSpecification": "<p>A <code>CategoricalParameterRangeSpecification</code> object that defines the possible values for a categorical hyperparameter.</p>"
728      }
729    },
730    "CategoricalParameterRanges": {
731      "base": null,
732      "refs": {
733        "ParameterRanges$CategoricalParameterRanges": "<p>The array of <a>CategoricalParameterRange</a> objects that specify ranges of categorical hyperparameters that a hyperparameter tuning job searches.</p>"
734      }
735    },
736    "Cents": {
737      "base": null,
738      "refs": {
739        "USD$Cents": "<p>The fractional portion, in cents, of the amount. </p>"
740      }
741    },
742    "CertifyForMarketplace": {
743      "base": null,
744      "refs": {
745        "CreateAlgorithmInput$CertifyForMarketplace": "<p>Whether to certify the algorithm so that it can be listed in AWS Marketplace.</p>",
746        "CreateModelPackageInput$CertifyForMarketplace": "<p>Whether to certify the model package for listing on AWS Marketplace.</p>",
747        "DescribeAlgorithmOutput$CertifyForMarketplace": "<p>Whether the algorithm is certified to be listed in AWS Marketplace.</p>",
748        "DescribeModelPackageOutput$CertifyForMarketplace": "<p>Whether the model package is certified for listing on AWS Marketplace.</p>"
749      }
750    },
751    "Channel": {
752      "base": "<p>A channel is a named input source that training algorithms can consume. </p>",
753      "refs": {
754        "InputDataConfig$member": null
755      }
756    },
757    "ChannelName": {
758      "base": null,
759      "refs": {
760        "Channel$ChannelName": "<p>The name of the channel. </p>",
761        "ChannelSpecification$Name": "<p>The name of the channel.</p>"
762      }
763    },
764    "ChannelSpecification": {
765      "base": "<p>Defines a named input source, called a channel, to be used by an algorithm.</p>",
766      "refs": {
767        "ChannelSpecifications$member": null
768      }
769    },
770    "ChannelSpecifications": {
771      "base": null,
772      "refs": {
773        "TrainingSpecification$TrainingChannels": "<p>A list of <code>ChannelSpecification</code> objects, which specify the input sources to be used by the algorithm.</p>"
774      }
775    },
776    "CheckpointConfig": {
777      "base": "<p>Contains information about the output location for managed spot training checkpoint data. </p>",
778      "refs": {
779        "CreateTrainingJobRequest$CheckpointConfig": "<p>Contains information about the output location for managed spot training checkpoint data.</p>",
780        "DescribeTrainingJobResponse$CheckpointConfig": null,
781        "HyperParameterTrainingJobDefinition$CheckpointConfig": null,
782        "TrainingJob$CheckpointConfig": null
783      }
784    },
785    "Cidr": {
786      "base": null,
787      "refs": {
788        "Cidrs$member": null
789      }
790    },
791    "Cidrs": {
792      "base": null,
793      "refs": {
794        "SourceIpConfig$Cidrs": "<p>A list of one to four <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html\">Classless Inter-Domain Routing</a> (CIDR) values.</p> <p>Maximum: Four CIDR values</p> <note> <p>The following Length Constraints apply to individual CIDR values in the CIDR value list.</p> </note>"
795      }
796    },
797    "CodeRepositoryArn": {
798      "base": null,
799      "refs": {
800        "CodeRepositorySummary$CodeRepositoryArn": "<p>The Amazon Resource Name (ARN) of the Git repository.</p>",
801        "CreateCodeRepositoryOutput$CodeRepositoryArn": "<p>The Amazon Resource Name (ARN) of the new repository.</p>",
802        "DescribeCodeRepositoryOutput$CodeRepositoryArn": "<p>The Amazon Resource Name (ARN) of the Git repository.</p>",
803        "UpdateCodeRepositoryOutput$CodeRepositoryArn": "<p>The ARN of the Git repository.</p>"
804      }
805    },
806    "CodeRepositoryContains": {
807      "base": null,
808      "refs": {
809        "ListNotebookInstancesInput$DefaultCodeRepositoryContains": "<p>A string in the name or URL of a Git repository associated with this notebook instance. This filter returns only notebook instances associated with a git repository with a name that contains the specified string.</p>"
810      }
811    },
812    "CodeRepositoryNameContains": {
813      "base": null,
814      "refs": {
815        "ListCodeRepositoriesInput$NameContains": "<p>A string in the Git repositories name. This filter returns only repositories whose name contains the specified string.</p>"
816      }
817    },
818    "CodeRepositoryNameOrUrl": {
819      "base": null,
820      "refs": {
821        "AdditionalCodeRepositoryNamesOrUrls$member": null,
822        "CreateNotebookInstanceInput$DefaultCodeRepository": "<p>A Git repository to associate with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in <a href=\"https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html\">AWS CodeCommit</a> or in any other Git repository. When you open a notebook instance, it opens in the directory that contains this repository. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html\">Associating Git Repositories with Amazon SageMaker Notebook Instances</a>.</p>",
823        "DescribeNotebookInstanceOutput$DefaultCodeRepository": "<p>The Git repository associated with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in <a href=\"https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html\">AWS CodeCommit</a> or in any other Git repository. When you open a notebook instance, it opens in the directory that contains this repository. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html\">Associating Git Repositories with Amazon SageMaker Notebook Instances</a>.</p>",
824        "ListNotebookInstancesInput$AdditionalCodeRepositoryEquals": "<p>A filter that returns only notebook instances with associated with the specified git repository.</p>",
825        "NotebookInstanceSummary$DefaultCodeRepository": "<p>The Git repository associated with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in <a href=\"https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html\">AWS CodeCommit</a> or in any other Git repository. When you open a notebook instance, it opens in the directory that contains this repository. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html\">Associating Git Repositories with Amazon SageMaker Notebook Instances</a>.</p>",
826        "UpdateNotebookInstanceInput$DefaultCodeRepository": "<p>The Git repository to associate with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in <a href=\"https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html\">AWS CodeCommit</a> or in any other Git repository. When you open a notebook instance, it opens in the directory that contains this repository. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html\">Associating Git Repositories with Amazon SageMaker Notebook Instances</a>.</p>"
827      }
828    },
829    "CodeRepositorySortBy": {
830      "base": null,
831      "refs": {
832        "ListCodeRepositoriesInput$SortBy": "<p>The field to sort results by. The default is <code>Name</code>.</p>"
833      }
834    },
835    "CodeRepositorySortOrder": {
836      "base": null,
837      "refs": {
838        "ListCodeRepositoriesInput$SortOrder": "<p>The sort order for results. The default is <code>Ascending</code>.</p>"
839      }
840    },
841    "CodeRepositorySummary": {
842      "base": "<p>Specifies summary information about a Git repository.</p>",
843      "refs": {
844        "CodeRepositorySummaryList$member": null
845      }
846    },
847    "CodeRepositorySummaryList": {
848      "base": null,
849      "refs": {
850        "ListCodeRepositoriesOutput$CodeRepositorySummaryList": "<p>Gets a list of summaries of the Git repositories. Each summary specifies the following values for the repository: </p> <ul> <li> <p>Name</p> </li> <li> <p>Amazon Resource Name (ARN)</p> </li> <li> <p>Creation time</p> </li> <li> <p>Last modified time</p> </li> <li> <p>Configuration information, including the URL location of the repository and the ARN of the AWS Secrets Manager secret that contains the credentials used to access the repository.</p> </li> </ul>"
851      }
852    },
853    "CognitoClientId": {
854      "base": null,
855      "refs": {
856        "CognitoMemberDefinition$ClientId": "<p>An identifier for an application client. You must create the app client ID using Amazon Cognito.</p>"
857      }
858    },
859    "CognitoMemberDefinition": {
860      "base": "<p>Identifies a Amazon Cognito user group. A user group can be used in on or more work teams.</p>",
861      "refs": {
862        "MemberDefinition$CognitoMemberDefinition": "<p>The Amazon Cognito user group that is part of the work team.</p>"
863      }
864    },
865    "CognitoUserGroup": {
866      "base": null,
867      "refs": {
868        "CognitoMemberDefinition$UserGroup": "<p>An identifier for a user group.</p>"
869      }
870    },
871    "CognitoUserPool": {
872      "base": null,
873      "refs": {
874        "CognitoMemberDefinition$UserPool": "<p>An identifier for a user pool. The user pool must be in the same region as the service that you are calling.</p>"
875      }
876    },
877    "CollectionConfiguration": {
878      "base": "<p>Configuration information for tensor collections.</p>",
879      "refs": {
880        "CollectionConfigurations$member": null
881      }
882    },
883    "CollectionConfigurations": {
884      "base": null,
885      "refs": {
886        "DebugHookConfig$CollectionConfigurations": "<p>Configuration information for tensor collections.</p>"
887      }
888    },
889    "CollectionName": {
890      "base": null,
891      "refs": {
892        "CollectionConfiguration$CollectionName": "<p>The name of the tensor collection. The name must be unique relative to other rule configuration names.</p>"
893      }
894    },
895    "CollectionParameters": {
896      "base": null,
897      "refs": {
898        "CollectionConfiguration$CollectionParameters": "<p>Parameter values for the tensor collection. The allowed parameters are <code>\"name\"</code>, <code>\"include_regex\"</code>, <code>\"reduction_config\"</code>, <code>\"save_config\"</code>, <code>\"tensor_names\"</code>, and <code>\"save_histogram\"</code>.</p>"
899      }
900    },
901    "CompilationJobArn": {
902      "base": null,
903      "refs": {
904        "CompilationJobSummary$CompilationJobArn": "<p>The Amazon Resource Name (ARN) of the model compilation job.</p>",
905        "CreateCompilationJobResponse$CompilationJobArn": "<p>If the action is successful, the service sends back an HTTP 200 response. Amazon SageMaker returns the following data in JSON format:</p> <ul> <li> <p> <code>CompilationJobArn</code>: The Amazon Resource Name (ARN) of the compiled job.</p> </li> </ul>",
906        "DescribeCompilationJobResponse$CompilationJobArn": "<p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker assumes to perform the model compilation job.</p>"
907      }
908    },
909    "CompilationJobStatus": {
910      "base": null,
911      "refs": {
912        "CompilationJobSummary$CompilationJobStatus": "<p>The status of the model compilation job.</p>",
913        "DescribeCompilationJobResponse$CompilationJobStatus": "<p>The status of the model compilation job.</p>",
914        "ListCompilationJobsRequest$StatusEquals": "<p>A filter that retrieves model compilation jobs with a specific <a>DescribeCompilationJobResponse$CompilationJobStatus</a> status.</p>"
915      }
916    },
917    "CompilationJobSummaries": {
918      "base": null,
919      "refs": {
920        "ListCompilationJobsResponse$CompilationJobSummaries": "<p>An array of <a>CompilationJobSummary</a> objects, each describing a model compilation job. </p>"
921      }
922    },
923    "CompilationJobSummary": {
924      "base": "<p>A summary of a model compilation job.</p>",
925      "refs": {
926        "CompilationJobSummaries$member": null
927      }
928    },
929    "CompressionType": {
930      "base": null,
931      "refs": {
932        "AutoMLChannel$CompressionType": "<p>You can use Gzip or None. The default value is None.</p>",
933        "Channel$CompressionType": "<p>If training data is compressed, the compression type. The default value is <code>None</code>. <code>CompressionType</code> is used only in Pipe input mode. In File mode, leave this field unset or set it to None.</p>",
934        "CompressionTypes$member": null,
935        "TransformInput$CompressionType": "<p>If your transform data is compressed, specify the compression type. Amazon SageMaker automatically decompresses the data for the transform job accordingly. The default value is <code>None</code>.</p>"
936      }
937    },
938    "CompressionTypes": {
939      "base": null,
940      "refs": {
941        "ChannelSpecification$SupportedCompressionTypes": "<p>The allowed compression types, if data compression is used.</p>"
942      }
943    },
944    "ConfigKey": {
945      "base": null,
946      "refs": {
947        "CollectionParameters$key": null,
948        "HookParameters$key": null,
949        "RuleParameters$key": null
950      }
951    },
952    "ConfigValue": {
953      "base": null,
954      "refs": {
955        "CollectionParameters$value": null,
956        "HookParameters$value": null,
957        "RuleParameters$value": null
958      }
959    },
960    "ConflictException": {
961      "base": "<p>There was a conflict when you attempted to modify an experiment, trial, or trial component.</p>",
962      "refs": {
963      }
964    },
965    "ContainerArgument": {
966      "base": null,
967      "refs": {
968        "ContainerArguments$member": null,
969        "MonitoringContainerArguments$member": null
970      }
971    },
972    "ContainerArguments": {
973      "base": null,
974      "refs": {
975        "AppSpecification$ContainerArguments": "<p>The arguments for a container used to run a processing job.</p>"
976      }
977    },
978    "ContainerDefinition": {
979      "base": "<p>Describes the container, as part of model definition.</p>",
980      "refs": {
981        "ContainerDefinitionList$member": null,
982        "CreateModelInput$PrimaryContainer": "<p>The location of the primary docker image containing inference code, associated artifacts, and custom environment map that the inference code uses when the model is deployed for predictions. </p>",
983        "DescribeModelOutput$PrimaryContainer": "<p>The location of the primary inference code, associated artifacts, and custom environment map that the inference code uses when it is deployed in production. </p>"
984      }
985    },
986    "ContainerDefinitionList": {
987      "base": null,
988      "refs": {
989        "CreateModelInput$Containers": "<p>Specifies the containers in the inference pipeline.</p>",
990        "DescribeModelOutput$Containers": "<p>The containers in the inference pipeline.</p>"
991      }
992    },
993    "ContainerEntrypoint": {
994      "base": null,
995      "refs": {
996        "AppSpecification$ContainerEntrypoint": "<p>The entrypoint for a container used to run a processing job.</p>",
997        "MonitoringAppSpecification$ContainerEntrypoint": "<p>Specifies the entrypoint for a container used to run the monitoring job.</p>"
998      }
999    },
1000    "ContainerEntrypointString": {
1001      "base": null,
1002      "refs": {
1003        "ContainerEntrypoint$member": null
1004      }
1005    },
1006    "ContainerHostname": {
1007      "base": null,
1008      "refs": {
1009        "ContainerDefinition$ContainerHostname": "<p>This parameter is ignored for models that contain only a <code>PrimaryContainer</code>.</p> <p>When a <code>ContainerDefinition</code> is part of an inference pipeline, the value of the parameter uniquely identifies the container for the purposes of logging and metrics. For information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/inference-pipeline-logs-metrics.html\">Use Logs and Metrics to Monitor an Inference Pipeline</a>. If you don't specify a value for this parameter for a <code>ContainerDefinition</code> that is part of an inference pipeline, a unique name is automatically assigned based on the position of the <code>ContainerDefinition</code> in the pipeline. If you specify a value for the <code>ContainerHostName</code> for any <code>ContainerDefinition</code> that is part of an inference pipeline, you must specify a value for the <code>ContainerHostName</code> parameter of every <code>ContainerDefinition</code> in that pipeline.</p>",
1010        "ModelPackageContainerDefinition$ContainerHostname": "<p>The DNS host name for the Docker container.</p>"
1011      }
1012    },
1013    "ContainerMode": {
1014      "base": null,
1015      "refs": {
1016        "ContainerDefinition$Mode": "<p>Whether the container hosts a single model or multiple models.</p>"
1017      }
1018    },
1019    "ContentClassifier": {
1020      "base": null,
1021      "refs": {
1022        "ContentClassifiers$member": null
1023      }
1024    },
1025    "ContentClassifiers": {
1026      "base": null,
1027      "refs": {
1028        "LabelingJobDataAttributes$ContentClassifiers": "<p>Declares that your content is free of personally identifiable information or adult content. Amazon SageMaker may restrict the Amazon Mechanical Turk workers that can view your task based on this information.</p>"
1029      }
1030    },
1031    "ContentType": {
1032      "base": null,
1033      "refs": {
1034        "Channel$ContentType": "<p>The MIME type of the data.</p>",
1035        "ContentTypes$member": null,
1036        "TransformInput$ContentType": "<p>The multipurpose internet mail extension (MIME) type of the data. Amazon SageMaker uses the MIME type with each http call to transfer data to the transform job.</p>"
1037      }
1038    },
1039    "ContentTypes": {
1040      "base": null,
1041      "refs": {
1042        "ChannelSpecification$SupportedContentTypes": "<p>The supported MIME types for the data.</p>",
1043        "InferenceSpecification$SupportedContentTypes": "<p>The supported MIME types for the input data.</p>"
1044      }
1045    },
1046    "ContinuousParameterRange": {
1047      "base": "<p>A list of continuous hyperparameters to tune.</p>",
1048      "refs": {
1049        "ContinuousParameterRanges$member": null
1050      }
1051    },
1052    "ContinuousParameterRangeSpecification": {
1053      "base": "<p>Defines the possible values for a continuous hyperparameter.</p>",
1054      "refs": {
1055        "ParameterRange$ContinuousParameterRangeSpecification": "<p>A <code>ContinuousParameterRangeSpecification</code> object that defines the possible values for a continuous hyperparameter.</p>"
1056      }
1057    },
1058    "ContinuousParameterRanges": {
1059      "base": null,
1060      "refs": {
1061        "ParameterRanges$ContinuousParameterRanges": "<p>The array of <a>ContinuousParameterRange</a> objects that specify ranges of continuous hyperparameters that a hyperparameter tuning job searches.</p>"
1062      }
1063    },
1064    "CreateAlgorithmInput": {
1065      "base": null,
1066      "refs": {
1067      }
1068    },
1069    "CreateAlgorithmOutput": {
1070      "base": null,
1071      "refs": {
1072      }
1073    },
1074    "CreateAppRequest": {
1075      "base": null,
1076      "refs": {
1077      }
1078    },
1079    "CreateAppResponse": {
1080      "base": null,
1081      "refs": {
1082      }
1083    },
1084    "CreateAutoMLJobRequest": {
1085      "base": null,
1086      "refs": {
1087      }
1088    },
1089    "CreateAutoMLJobResponse": {
1090      "base": null,
1091      "refs": {
1092      }
1093    },
1094    "CreateCodeRepositoryInput": {
1095      "base": null,
1096      "refs": {
1097      }
1098    },
1099    "CreateCodeRepositoryOutput": {
1100      "base": null,
1101      "refs": {
1102      }
1103    },
1104    "CreateCompilationJobRequest": {
1105      "base": null,
1106      "refs": {
1107      }
1108    },
1109    "CreateCompilationJobResponse": {
1110      "base": null,
1111      "refs": {
1112      }
1113    },
1114    "CreateDomainRequest": {
1115      "base": null,
1116      "refs": {
1117      }
1118    },
1119    "CreateDomainResponse": {
1120      "base": null,
1121      "refs": {
1122      }
1123    },
1124    "CreateEndpointConfigInput": {
1125      "base": null,
1126      "refs": {
1127      }
1128    },
1129    "CreateEndpointConfigOutput": {
1130      "base": null,
1131      "refs": {
1132      }
1133    },
1134    "CreateEndpointInput": {
1135      "base": null,
1136      "refs": {
1137      }
1138    },
1139    "CreateEndpointOutput": {
1140      "base": null,
1141      "refs": {
1142      }
1143    },
1144    "CreateExperimentRequest": {
1145      "base": null,
1146      "refs": {
1147      }
1148    },
1149    "CreateExperimentResponse": {
1150      "base": null,
1151      "refs": {
1152      }
1153    },
1154    "CreateFlowDefinitionRequest": {
1155      "base": null,
1156      "refs": {
1157      }
1158    },
1159    "CreateFlowDefinitionResponse": {
1160      "base": null,
1161      "refs": {
1162      }
1163    },
1164    "CreateHumanTaskUiRequest": {
1165      "base": null,
1166      "refs": {
1167      }
1168    },
1169    "CreateHumanTaskUiResponse": {
1170      "base": null,
1171      "refs": {
1172      }
1173    },
1174    "CreateHyperParameterTuningJobRequest": {
1175      "base": null,
1176      "refs": {
1177      }
1178    },
1179    "CreateHyperParameterTuningJobResponse": {
1180      "base": null,
1181      "refs": {
1182      }
1183    },
1184    "CreateLabelingJobRequest": {
1185      "base": null,
1186      "refs": {
1187      }
1188    },
1189    "CreateLabelingJobResponse": {
1190      "base": null,
1191      "refs": {
1192      }
1193    },
1194    "CreateModelInput": {
1195      "base": null,
1196      "refs": {
1197      }
1198    },
1199    "CreateModelOutput": {
1200      "base": null,
1201      "refs": {
1202      }
1203    },
1204    "CreateModelPackageInput": {
1205      "base": null,
1206      "refs": {
1207      }
1208    },
1209    "CreateModelPackageOutput": {
1210      "base": null,
1211      "refs": {
1212      }
1213    },
1214    "CreateMonitoringScheduleRequest": {
1215      "base": null,
1216      "refs": {
1217      }
1218    },
1219    "CreateMonitoringScheduleResponse": {
1220      "base": null,
1221      "refs": {
1222      }
1223    },
1224    "CreateNotebookInstanceInput": {
1225      "base": null,
1226      "refs": {
1227      }
1228    },
1229    "CreateNotebookInstanceLifecycleConfigInput": {
1230      "base": null,
1231      "refs": {
1232      }
1233    },
1234    "CreateNotebookInstanceLifecycleConfigOutput": {
1235      "base": null,
1236      "refs": {
1237      }
1238    },
1239    "CreateNotebookInstanceOutput": {
1240      "base": null,
1241      "refs": {
1242      }
1243    },
1244    "CreatePresignedDomainUrlRequest": {
1245      "base": null,
1246      "refs": {
1247      }
1248    },
1249    "CreatePresignedDomainUrlResponse": {
1250      "base": null,
1251      "refs": {
1252      }
1253    },
1254    "CreatePresignedNotebookInstanceUrlInput": {
1255      "base": null,
1256      "refs": {
1257      }
1258    },
1259    "CreatePresignedNotebookInstanceUrlOutput": {
1260      "base": null,
1261      "refs": {
1262      }
1263    },
1264    "CreateProcessingJobRequest": {
1265      "base": null,
1266      "refs": {
1267      }
1268    },
1269    "CreateProcessingJobResponse": {
1270      "base": null,
1271      "refs": {
1272      }
1273    },
1274    "CreateTrainingJobRequest": {
1275      "base": null,
1276      "refs": {
1277      }
1278    },
1279    "CreateTrainingJobResponse": {
1280      "base": null,
1281      "refs": {
1282      }
1283    },
1284    "CreateTransformJobRequest": {
1285      "base": null,
1286      "refs": {
1287      }
1288    },
1289    "CreateTransformJobResponse": {
1290      "base": null,
1291      "refs": {
1292      }
1293    },
1294    "CreateTrialComponentRequest": {
1295      "base": null,
1296      "refs": {
1297      }
1298    },
1299    "CreateTrialComponentResponse": {
1300      "base": null,
1301      "refs": {
1302      }
1303    },
1304    "CreateTrialRequest": {
1305      "base": null,
1306      "refs": {
1307      }
1308    },
1309    "CreateTrialResponse": {
1310      "base": null,
1311      "refs": {
1312      }
1313    },
1314    "CreateUserProfileRequest": {
1315      "base": null,
1316      "refs": {
1317      }
1318    },
1319    "CreateUserProfileResponse": {
1320      "base": null,
1321      "refs": {
1322      }
1323    },
1324    "CreateWorkteamRequest": {
1325      "base": null,
1326      "refs": {
1327      }
1328    },
1329    "CreateWorkteamResponse": {
1330      "base": null,
1331      "refs": {
1332      }
1333    },
1334    "CreationTime": {
1335      "base": null,
1336      "refs": {
1337        "AlgorithmSummary$CreationTime": "<p>A timestamp that shows when the algorithm was created.</p>",
1338        "AppDetails$CreationTime": "<p>The creation time.</p>",
1339        "CodeRepositorySummary$CreationTime": "<p>The date and time that the Git repository was created.</p>",
1340        "CompilationJobSummary$CreationTime": "<p>The time when the model compilation job was created.</p>",
1341        "DescribeAlgorithmOutput$CreationTime": "<p>A timestamp specifying when the algorithm was created.</p>",
1342        "DescribeAppResponse$CreationTime": "<p>The creation time.</p>",
1343        "DescribeCodeRepositoryOutput$CreationTime": "<p>The date and time that the repository was created.</p>",
1344        "DescribeCompilationJobResponse$CreationTime": "<p>The time that the model compilation job was created.</p>",
1345        "DescribeDomainResponse$CreationTime": "<p>The creation time.</p>",
1346        "DescribeModelPackageOutput$CreationTime": "<p>A timestamp specifying when the model package was created.</p>",
1347        "DescribeNotebookInstanceLifecycleConfigOutput$CreationTime": "<p>A timestamp that tells when the lifecycle configuration was created.</p>",
1348        "DescribeNotebookInstanceOutput$CreationTime": "<p>A timestamp. Use this parameter to return the time when the notebook instance was created</p>",
1349        "DescribeUserProfileResponse$CreationTime": "<p>The creation time.</p>",
1350        "DomainDetails$CreationTime": "<p>The creation time.</p>",
1351        "ListAlgorithmsInput$CreationTimeAfter": "<p>A filter that returns only algorithms created after the specified time (timestamp).</p>",
1352        "ListAlgorithmsInput$CreationTimeBefore": "<p>A filter that returns only algorithms created before the specified time (timestamp).</p>",
1353        "ListCodeRepositoriesInput$CreationTimeAfter": "<p>A filter that returns only Git repositories that were created after the specified time.</p>",
1354        "ListCodeRepositoriesInput$CreationTimeBefore": "<p>A filter that returns only Git repositories that were created before the specified time.</p>",
1355        "ListCompilationJobsRequest$CreationTimeAfter": "<p>A filter that returns the model compilation jobs that were created after a specified time. </p>",
1356        "ListCompilationJobsRequest$CreationTimeBefore": "<p>A filter that returns the model compilation jobs that were created before a specified time.</p>",
1357        "ListModelPackagesInput$CreationTimeAfter": "<p>A filter that returns only model packages created after the specified time (timestamp).</p>",
1358        "ListModelPackagesInput$CreationTimeBefore": "<p>A filter that returns only model packages created before the specified time (timestamp).</p>",
1359        "ListNotebookInstanceLifecycleConfigsInput$CreationTimeBefore": "<p>A filter that returns only lifecycle configurations that were created before the specified time (timestamp).</p>",
1360        "ListNotebookInstanceLifecycleConfigsInput$CreationTimeAfter": "<p>A filter that returns only lifecycle configurations that were created after the specified time (timestamp).</p>",
1361        "ListNotebookInstancesInput$CreationTimeBefore": "<p>A filter that returns only notebook instances that were created before the specified time (timestamp). </p>",
1362        "ListNotebookInstancesInput$CreationTimeAfter": "<p>A filter that returns only notebook instances that were created after the specified time (timestamp).</p>",
1363        "ModelPackageSummary$CreationTime": "<p>A timestamp that shows when the model package was created.</p>",
1364        "NotebookInstanceLifecycleConfigSummary$CreationTime": "<p>A timestamp that tells when the lifecycle configuration was created.</p>",
1365        "NotebookInstanceSummary$CreationTime": "<p>A timestamp that shows when the notebook instance was created.</p>",
1366        "UserProfileDetails$CreationTime": "<p>The creation time.</p>"
1367      }
1368    },
1369    "CsvContentType": {
1370      "base": null,
1371      "refs": {
1372        "CsvContentTypes$member": null
1373      }
1374    },
1375    "CsvContentTypes": {
1376      "base": null,
1377      "refs": {
1378        "CaptureContentTypeHeader$CsvContentTypes": "<p/>"
1379      }
1380    },
1381    "DataCaptureConfig": {
1382      "base": "<p/>",
1383      "refs": {
1384        "CreateEndpointConfigInput$DataCaptureConfig": null,
1385        "DescribeEndpointConfigOutput$DataCaptureConfig": null
1386      }
1387    },
1388    "DataCaptureConfigSummary": {
1389      "base": "<p/>",
1390      "refs": {
1391        "DescribeEndpointOutput$DataCaptureConfig": null
1392      }
1393    },
1394    "DataExplorationNotebookLocation": {
1395      "base": null,
1396      "refs": {
1397        "AutoMLJobArtifacts$DataExplorationNotebookLocation": "<p>The URL to the notebook location.</p>"
1398      }
1399    },
1400    "DataInputConfig": {
1401      "base": null,
1402      "refs": {
1403        "InputConfig$DataInputConfig": "<p>Specifies the name and shape of the expected data inputs for your trained model with a JSON dictionary form. The data inputs are <a>InputConfig$Framework</a> specific. </p> <ul> <li> <p> <code>TensorFlow</code>: You must specify the name and shape (NHWC format) of the expected data inputs using a dictionary format for your trained model. The dictionary formats required for the console and CLI are different.</p> <ul> <li> <p>Examples for one input:</p> <ul> <li> <p>If using the console, <code>{\"input\":[1,1024,1024,3]}</code> </p> </li> <li> <p>If using the CLI, <code>{\\\"input\\\":[1,1024,1024,3]}</code> </p> </li> </ul> </li> <li> <p>Examples for two inputs:</p> <ul> <li> <p>If using the console, <code>{\"data1\": [1,28,28,1], \"data2\":[1,28,28,1]}</code> </p> </li> <li> <p>If using the CLI, <code>{\\\"data1\\\": [1,28,28,1], \\\"data2\\\":[1,28,28,1]}</code> </p> </li> </ul> </li> </ul> </li> <li> <p> <code>KERAS</code>: You must specify the name and shape (NCHW format) of expected data inputs using a dictionary format for your trained model. Note that while Keras model artifacts should be uploaded in NHWC (channel-last) format, <code>DataInputConfig</code> should be specified in NCHW (channel-first) format. The dictionary formats required for the console and CLI are different.</p> <ul> <li> <p>Examples for one input:</p> <ul> <li> <p>If using the console, <code>{\"input_1\":[1,3,224,224]}</code> </p> </li> <li> <p>If using the CLI, <code>{\\\"input_1\\\":[1,3,224,224]}</code> </p> </li> </ul> </li> <li> <p>Examples for two inputs:</p> <ul> <li> <p>If using the console, <code>{\"input_1\": [1,3,224,224], \"input_2\":[1,3,224,224]} </code> </p> </li> <li> <p>If using the CLI, <code>{\\\"input_1\\\": [1,3,224,224], \\\"input_2\\\":[1,3,224,224]}</code> </p> </li> </ul> </li> </ul> </li> <li> <p> <code>MXNET/ONNX</code>: You must specify the name and shape (NCHW format) of the expected data inputs in order using a dictionary format for your trained model. The dictionary formats required for the console and CLI are different.</p> <ul> <li> <p>Examples for one input:</p> <ul> <li> <p>If using the console, <code>{\"data\":[1,3,1024,1024]}</code> </p> </li> <li> <p>If using the CLI, <code>{\\\"data\\\":[1,3,1024,1024]}</code> </p> </li> </ul> </li> <li> <p>Examples for two inputs:</p> <ul> <li> <p>If using the console, <code>{\"var1\": [1,1,28,28], \"var2\":[1,1,28,28]} </code> </p> </li> <li> <p>If using the CLI, <code>{\\\"var1\\\": [1,1,28,28], \\\"var2\\\":[1,1,28,28]}</code> </p> </li> </ul> </li> </ul> </li> <li> <p> <code>PyTorch</code>: You can either specify the name and shape (NCHW format) of expected data inputs in order using a dictionary format for your trained model or you can specify the shape only using a list format. The dictionary formats required for the console and CLI are different. The list formats for the console and CLI are the same.</p> <ul> <li> <p>Examples for one input in dictionary format:</p> <ul> <li> <p>If using the console, <code>{\"input0\":[1,3,224,224]}</code> </p> </li> <li> <p>If using the CLI, <code>{\\\"input0\\\":[1,3,224,224]}</code> </p> </li> </ul> </li> <li> <p>Example for one input in list format: <code>[[1,3,224,224]]</code> </p> </li> <li> <p>Examples for two inputs in dictionary format:</p> <ul> <li> <p>If using the console, <code>{\"input0\":[1,3,224,224], \"input1\":[1,3,224,224]}</code> </p> </li> <li> <p>If using the CLI, <code>{\\\"input0\\\":[1,3,224,224], \\\"input1\\\":[1,3,224,224]} </code> </p> </li> </ul> </li> <li> <p>Example for two inputs in list format: <code>[[1,3,224,224], [1,3,224,224]]</code> </p> </li> </ul> </li> <li> <p> <code>XGBOOST</code>: input data name and shape are not needed.</p> </li> </ul>"
1404      }
1405    },
1406    "DataProcessing": {
1407      "base": "<p>The data structure used to specify the data to be used for inference in a batch transform job and to associate the data that is relevant to the prediction results in the output. The input filter provided allows you to exclude input data that is not needed for inference in a batch transform job. The output filter provided allows you to include input data relevant to interpreting the predictions in the output from the job. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform-data-processing.html\">Associate Prediction Results with their Corresponding Input Records</a>.</p>",
1408      "refs": {
1409        "CreateTransformJobRequest$DataProcessing": "<p>The data structure used to specify the data to be used for inference in a batch transform job and to associate the data that is relevant to the prediction results in the output. The input filter provided allows you to exclude input data that is not needed for inference in a batch transform job. The output filter provided allows you to include input data relevant to interpreting the predictions in the output from the job. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform-data-processing.html\">Associate Prediction Results with their Corresponding Input Records</a>.</p>",
1410        "DescribeTransformJobResponse$DataProcessing": null
1411      }
1412    },
1413    "DataSource": {
1414      "base": "<p>Describes the location of the channel data.</p>",
1415      "refs": {
1416        "Channel$DataSource": "<p>The location of the channel data.</p>"
1417      }
1418    },
1419    "DebugHookConfig": {
1420      "base": "<p>Configuration information for the debug hook parameters, collection configuration, and storage paths.</p>",
1421      "refs": {
1422        "CreateTrainingJobRequest$DebugHookConfig": null,
1423        "DescribeTrainingJobResponse$DebugHookConfig": null,
1424        "TrainingJob$DebugHookConfig": null
1425      }
1426    },
1427    "DebugRuleConfiguration": {
1428      "base": "<p>Configuration information for debugging rules.</p>",
1429      "refs": {
1430        "DebugRuleConfigurations$member": null
1431      }
1432    },
1433    "DebugRuleConfigurations": {
1434      "base": null,
1435      "refs": {
1436        "CreateTrainingJobRequest$DebugRuleConfigurations": "<p>Configuration information for debugging rules.</p>",
1437        "DescribeTrainingJobResponse$DebugRuleConfigurations": "<p>Configuration information for debugging rules.</p>",
1438        "TrainingJob$DebugRuleConfigurations": "<p>Information about the debug rule configuration.</p>"
1439      }
1440    },
1441    "DebugRuleEvaluationStatus": {
1442      "base": "<p>Information about the status of the rule evaluation.</p>",
1443      "refs": {
1444        "DebugRuleEvaluationStatuses$member": null
1445      }
1446    },
1447    "DebugRuleEvaluationStatuses": {
1448      "base": null,
1449      "refs": {
1450        "DescribeTrainingJobResponse$DebugRuleEvaluationStatuses": "<p>Status about the debug rule evaluation.</p>",
1451        "TrainingJob$DebugRuleEvaluationStatuses": "<p>Information about the evaluation status of the rules for the training job.</p>"
1452      }
1453    },
1454    "DeleteAlgorithmInput": {
1455      "base": null,
1456      "refs": {
1457      }
1458    },
1459    "DeleteAppRequest": {
1460      "base": null,
1461      "refs": {
1462      }
1463    },
1464    "DeleteCodeRepositoryInput": {
1465      "base": null,
1466      "refs": {
1467      }
1468    },
1469    "DeleteDomainRequest": {
1470      "base": null,
1471      "refs": {
1472      }
1473    },
1474    "DeleteEndpointConfigInput": {
1475      "base": null,
1476      "refs": {
1477      }
1478    },
1479    "DeleteEndpointInput": {
1480      "base": null,
1481      "refs": {
1482      }
1483    },
1484    "DeleteExperimentRequest": {
1485      "base": null,
1486      "refs": {
1487      }
1488    },
1489    "DeleteExperimentResponse": {
1490      "base": null,
1491      "refs": {
1492      }
1493    },
1494    "DeleteFlowDefinitionRequest": {
1495      "base": null,
1496      "refs": {
1497      }
1498    },
1499    "DeleteFlowDefinitionResponse": {
1500      "base": null,
1501      "refs": {
1502      }
1503    },
1504    "DeleteModelInput": {
1505      "base": null,
1506      "refs": {
1507      }
1508    },
1509    "DeleteModelPackageInput": {
1510      "base": null,
1511      "refs": {
1512      }
1513    },
1514    "DeleteMonitoringScheduleRequest": {
1515      "base": null,
1516      "refs": {
1517      }
1518    },
1519    "DeleteNotebookInstanceInput": {
1520      "base": null,
1521      "refs": {
1522      }
1523    },
1524    "DeleteNotebookInstanceLifecycleConfigInput": {
1525      "base": null,
1526      "refs": {
1527      }
1528    },
1529    "DeleteTagsInput": {
1530      "base": null,
1531      "refs": {
1532      }
1533    },
1534    "DeleteTagsOutput": {
1535      "base": null,
1536      "refs": {
1537      }
1538    },
1539    "DeleteTrialComponentRequest": {
1540      "base": null,
1541      "refs": {
1542      }
1543    },
1544    "DeleteTrialComponentResponse": {
1545      "base": null,
1546      "refs": {
1547      }
1548    },
1549    "DeleteTrialRequest": {
1550      "base": null,
1551      "refs": {
1552      }
1553    },
1554    "DeleteTrialResponse": {
1555      "base": null,
1556      "refs": {
1557      }
1558    },
1559    "DeleteUserProfileRequest": {
1560      "base": null,
1561      "refs": {
1562      }
1563    },
1564    "DeleteWorkteamRequest": {
1565      "base": null,
1566      "refs": {
1567      }
1568    },
1569    "DeleteWorkteamResponse": {
1570      "base": null,
1571      "refs": {
1572      }
1573    },
1574    "DeployedImage": {
1575      "base": "<p>Gets the Amazon EC2 Container Registry path of the docker image of the model that is hosted in this <a>ProductionVariant</a>.</p> <p>If you used the <code>registry/repository[:tag]</code> form to specify the image path of the primary container when you created the model hosted in this <code>ProductionVariant</code>, the path resolves to a path of the form <code>registry/repository[@digest]</code>. A digest is a hash value that identifies a specific version of an image. For information about Amazon ECR paths, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/docker-pull-ecr-image.html\">Pulling an Image</a> in the <i>Amazon ECR User Guide</i>.</p>",
1576      "refs": {
1577        "DeployedImages$member": null
1578      }
1579    },
1580    "DeployedImages": {
1581      "base": null,
1582      "refs": {
1583        "ProductionVariantSummary$DeployedImages": "<p>An array of <code>DeployedImage</code> objects that specify the Amazon EC2 Container Registry paths of the inference images deployed on instances of this <code>ProductionVariant</code>.</p>"
1584      }
1585    },
1586    "DescribeAlgorithmInput": {
1587      "base": null,
1588      "refs": {
1589      }
1590    },
1591    "DescribeAlgorithmOutput": {
1592      "base": null,
1593      "refs": {
1594      }
1595    },
1596    "DescribeAppRequest": {
1597      "base": null,
1598      "refs": {
1599      }
1600    },
1601    "DescribeAppResponse": {
1602      "base": null,
1603      "refs": {
1604      }
1605    },
1606    "DescribeAutoMLJobRequest": {
1607      "base": null,
1608      "refs": {
1609      }
1610    },
1611    "DescribeAutoMLJobResponse": {
1612      "base": null,
1613      "refs": {
1614      }
1615    },
1616    "DescribeCodeRepositoryInput": {
1617      "base": null,
1618      "refs": {
1619      }
1620    },
1621    "DescribeCodeRepositoryOutput": {
1622      "base": null,
1623      "refs": {
1624      }
1625    },
1626    "DescribeCompilationJobRequest": {
1627      "base": null,
1628      "refs": {
1629      }
1630    },
1631    "DescribeCompilationJobResponse": {
1632      "base": null,
1633      "refs": {
1634      }
1635    },
1636    "DescribeDomainRequest": {
1637      "base": null,
1638      "refs": {
1639      }
1640    },
1641    "DescribeDomainResponse": {
1642      "base": null,
1643      "refs": {
1644      }
1645    },
1646    "DescribeEndpointConfigInput": {
1647      "base": null,
1648      "refs": {
1649      }
1650    },
1651    "DescribeEndpointConfigOutput": {
1652      "base": null,
1653      "refs": {
1654      }
1655    },
1656    "DescribeEndpointInput": {
1657      "base": null,
1658      "refs": {
1659      }
1660    },
1661    "DescribeEndpointOutput": {
1662      "base": null,
1663      "refs": {
1664      }
1665    },
1666    "DescribeExperimentRequest": {
1667      "base": null,
1668      "refs": {
1669      }
1670    },
1671    "DescribeExperimentResponse": {
1672      "base": null,
1673      "refs": {
1674      }
1675    },
1676    "DescribeFlowDefinitionRequest": {
1677      "base": null,
1678      "refs": {
1679      }
1680    },
1681    "DescribeFlowDefinitionResponse": {
1682      "base": null,
1683      "refs": {
1684      }
1685    },
1686    "DescribeHumanTaskUiRequest": {
1687      "base": null,
1688      "refs": {
1689      }
1690    },
1691    "DescribeHumanTaskUiResponse": {
1692      "base": null,
1693      "refs": {
1694      }
1695    },
1696    "DescribeHyperParameterTuningJobRequest": {
1697      "base": null,
1698      "refs": {
1699      }
1700    },
1701    "DescribeHyperParameterTuningJobResponse": {
1702      "base": null,
1703      "refs": {
1704      }
1705    },
1706    "DescribeLabelingJobRequest": {
1707      "base": null,
1708      "refs": {
1709      }
1710    },
1711    "DescribeLabelingJobResponse": {
1712      "base": null,
1713      "refs": {
1714      }
1715    },
1716    "DescribeModelInput": {
1717      "base": null,
1718      "refs": {
1719      }
1720    },
1721    "DescribeModelOutput": {
1722      "base": null,
1723      "refs": {
1724      }
1725    },
1726    "DescribeModelPackageInput": {
1727      "base": null,
1728      "refs": {
1729      }
1730    },
1731    "DescribeModelPackageOutput": {
1732      "base": null,
1733      "refs": {
1734      }
1735    },
1736    "DescribeMonitoringScheduleRequest": {
1737      "base": null,
1738      "refs": {
1739      }
1740    },
1741    "DescribeMonitoringScheduleResponse": {
1742      "base": null,
1743      "refs": {
1744      }
1745    },
1746    "DescribeNotebookInstanceInput": {
1747      "base": null,
1748      "refs": {
1749      }
1750    },
1751    "DescribeNotebookInstanceLifecycleConfigInput": {
1752      "base": null,
1753      "refs": {
1754      }
1755    },
1756    "DescribeNotebookInstanceLifecycleConfigOutput": {
1757      "base": null,
1758      "refs": {
1759      }
1760    },
1761    "DescribeNotebookInstanceOutput": {
1762      "base": null,
1763      "refs": {
1764      }
1765    },
1766    "DescribeProcessingJobRequest": {
1767      "base": null,
1768      "refs": {
1769      }
1770    },
1771    "DescribeProcessingJobResponse": {
1772      "base": null,
1773      "refs": {
1774      }
1775    },
1776    "DescribeSubscribedWorkteamRequest": {
1777      "base": null,
1778      "refs": {
1779      }
1780    },
1781    "DescribeSubscribedWorkteamResponse": {
1782      "base": null,
1783      "refs": {
1784      }
1785    },
1786    "DescribeTrainingJobRequest": {
1787      "base": null,
1788      "refs": {
1789      }
1790    },
1791    "DescribeTrainingJobResponse": {
1792      "base": null,
1793      "refs": {
1794      }
1795    },
1796    "DescribeTransformJobRequest": {
1797      "base": null,
1798      "refs": {
1799      }
1800    },
1801    "DescribeTransformJobResponse": {
1802      "base": null,
1803      "refs": {
1804      }
1805    },
1806    "DescribeTrialComponentRequest": {
1807      "base": null,
1808      "refs": {
1809      }
1810    },
1811    "DescribeTrialComponentResponse": {
1812      "base": null,
1813      "refs": {
1814      }
1815    },
1816    "DescribeTrialRequest": {
1817      "base": null,
1818      "refs": {
1819      }
1820    },
1821    "DescribeTrialResponse": {
1822      "base": null,
1823      "refs": {
1824      }
1825    },
1826    "DescribeUserProfileRequest": {
1827      "base": null,
1828      "refs": {
1829      }
1830    },
1831    "DescribeUserProfileResponse": {
1832      "base": null,
1833      "refs": {
1834      }
1835    },
1836    "DescribeWorkforceRequest": {
1837      "base": null,
1838      "refs": {
1839      }
1840    },
1841    "DescribeWorkforceResponse": {
1842      "base": null,
1843      "refs": {
1844      }
1845    },
1846    "DescribeWorkteamRequest": {
1847      "base": null,
1848      "refs": {
1849      }
1850    },
1851    "DescribeWorkteamResponse": {
1852      "base": null,
1853      "refs": {
1854      }
1855    },
1856    "DesiredWeightAndCapacity": {
1857      "base": "<p>Specifies weight and capacity values for a production variant.</p>",
1858      "refs": {
1859        "DesiredWeightAndCapacityList$member": null
1860      }
1861    },
1862    "DesiredWeightAndCapacityList": {
1863      "base": null,
1864      "refs": {
1865        "UpdateEndpointWeightsAndCapacitiesInput$DesiredWeightsAndCapacities": "<p>An object that provides new capacity and weight values for a variant.</p>"
1866      }
1867    },
1868    "DestinationS3Uri": {
1869      "base": null,
1870      "refs": {
1871        "DataCaptureConfig$DestinationS3Uri": "<p/>",
1872        "DataCaptureConfigSummary$DestinationS3Uri": "<p/>"
1873      }
1874    },
1875    "DetailedAlgorithmStatus": {
1876      "base": null,
1877      "refs": {
1878        "AlgorithmStatusItem$Status": "<p>The current status.</p>"
1879      }
1880    },
1881    "DetailedModelPackageStatus": {
1882      "base": null,
1883      "refs": {
1884        "ModelPackageStatusItem$Status": "<p>The current status.</p>"
1885      }
1886    },
1887    "DirectInternetAccess": {
1888      "base": null,
1889      "refs": {
1890        "CreateNotebookInstanceInput$DirectInternetAccess": "<p>Sets whether Amazon SageMaker provides internet access to the notebook instance. If you set this to <code>Disabled</code> this notebook instance will be able to access resources only in your VPC, and will not be able to connect to Amazon SageMaker training and endpoint services unless your configure a NAT Gateway in your VPC.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/appendix-additional-considerations.html#appendix-notebook-and-internet-access\">Notebook Instances Are Internet-Enabled by Default</a>. You can set the value of this parameter to <code>Disabled</code> only if you set a value for the <code>SubnetId</code> parameter.</p>",
1891        "DescribeNotebookInstanceOutput$DirectInternetAccess": "<p>Describes whether Amazon SageMaker provides internet access to the notebook instance. If this value is set to <i>Disabled</i>, the notebook instance does not have internet access, and cannot connect to Amazon SageMaker training and endpoint services.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/appendix-additional-considerations.html#appendix-notebook-and-internet-access\">Notebook Instances Are Internet-Enabled by Default</a>.</p>"
1892      }
1893    },
1894    "DirectoryPath": {
1895      "base": null,
1896      "refs": {
1897        "CheckpointConfig$LocalPath": "<p>(Optional) The local directory where checkpoints are written. The default directory is <code>/opt/ml/checkpoints/</code>. </p>",
1898        "DebugHookConfig$LocalPath": "<p>Path to local storage location for tensors. Defaults to <code>/opt/ml/output/tensors/</code>.</p>",
1899        "DebugRuleConfiguration$LocalPath": "<p>Path to local storage location for output of rules. Defaults to <code>/opt/ml/processing/output/rule/</code>.</p>",
1900        "FileSystemDataSource$DirectoryPath": "<p>The full path to the directory to associate with the channel.</p>",
1901        "TensorBoardOutputConfig$LocalPath": "<p>Path to local storage location for tensorBoard output. Defaults to <code>/opt/ml/output/tensorboard</code>.</p>"
1902      }
1903    },
1904    "DisassociateAdditionalCodeRepositories": {
1905      "base": null,
1906      "refs": {
1907        "UpdateNotebookInstanceInput$DisassociateAdditionalCodeRepositories": "<p>A list of names or URLs of the default Git repositories to remove from this notebook instance. This operation is idempotent. If you specify a Git repository that is not associated with the notebook instance when you call this method, it does not throw an error.</p>"
1908      }
1909    },
1910    "DisassociateDefaultCodeRepository": {
1911      "base": null,
1912      "refs": {
1913        "UpdateNotebookInstanceInput$DisassociateDefaultCodeRepository": "<p>The name or URL of the default Git repository to remove from this notebook instance. This operation is idempotent. If you specify a Git repository that is not associated with the notebook instance when you call this method, it does not throw an error.</p>"
1914      }
1915    },
1916    "DisassociateNotebookInstanceAcceleratorTypes": {
1917      "base": null,
1918      "refs": {
1919        "UpdateNotebookInstanceInput$DisassociateAcceleratorTypes": "<p>A list of the Elastic Inference (EI) instance types to remove from this notebook instance. This operation is idempotent. If you specify an accelerator type that is not associated with the notebook instance when you call this method, it does not throw an error.</p>"
1920      }
1921    },
1922    "DisassociateNotebookInstanceLifecycleConfig": {
1923      "base": null,
1924      "refs": {
1925        "UpdateNotebookInstanceInput$DisassociateLifecycleConfig": "<p>Set to <code>true</code> to remove the notebook instance lifecycle configuration currently associated with the notebook instance. This operation is idempotent. If you specify a lifecycle configuration that is not associated with the notebook instance when you call this method, it does not throw an error.</p>"
1926      }
1927    },
1928    "DisassociateTrialComponentRequest": {
1929      "base": null,
1930      "refs": {
1931      }
1932    },
1933    "DisassociateTrialComponentResponse": {
1934      "base": null,
1935      "refs": {
1936      }
1937    },
1938    "Dollars": {
1939      "base": null,
1940      "refs": {
1941        "USD$Dollars": "<p>The whole number of dollars in the amount.</p>"
1942      }
1943    },
1944    "DomainArn": {
1945      "base": null,
1946      "refs": {
1947        "CreateDomainResponse$DomainArn": "<p>The Amazon Resource Name (ARN) of the created domain.</p>",
1948        "DescribeDomainResponse$DomainArn": "<p>The domain's Amazon Resource Name (ARN).</p>",
1949        "DomainDetails$DomainArn": "<p>The domain's Amazon Resource Name (ARN).</p>",
1950        "UpdateDomainResponse$DomainArn": "<p>The Amazon Resource Name (ARN) of the domain.</p>"
1951      }
1952    },
1953    "DomainDetails": {
1954      "base": "<p>The domain's details.</p>",
1955      "refs": {
1956        "DomainList$member": null
1957      }
1958    },
1959    "DomainId": {
1960      "base": null,
1961      "refs": {
1962        "AppDetails$DomainId": "<p>The domain ID.</p>",
1963        "CreateAppRequest$DomainId": "<p>The domain ID.</p>",
1964        "CreatePresignedDomainUrlRequest$DomainId": "<p>The domain ID.</p>",
1965        "CreateUserProfileRequest$DomainId": "<p>The ID of the associated Domain.</p>",
1966        "DeleteAppRequest$DomainId": "<p>The domain ID.</p>",
1967        "DeleteDomainRequest$DomainId": "<p>The domain ID.</p>",
1968        "DeleteUserProfileRequest$DomainId": "<p>The domain ID.</p>",
1969        "DescribeAppRequest$DomainId": "<p>The domain ID.</p>",
1970        "DescribeAppResponse$DomainId": "<p>The domain ID.</p>",
1971        "DescribeDomainRequest$DomainId": "<p>The domain ID.</p>",
1972        "DescribeDomainResponse$DomainId": "<p>The domain ID.</p>",
1973        "DescribeUserProfileRequest$DomainId": "<p>The domain ID.</p>",
1974        "DescribeUserProfileResponse$DomainId": "<p>The ID of the domain that contains the profile.</p>",
1975        "DomainDetails$DomainId": "<p>The domain ID.</p>",
1976        "ListAppsRequest$DomainIdEquals": "<p>A parameter to search for the domain ID.</p>",
1977        "ListUserProfilesRequest$DomainIdEquals": "<p>A parameter by which to filter the results.</p>",
1978        "UpdateDomainRequest$DomainId": "<p>The ID of the domain to be updated.</p>",
1979        "UpdateUserProfileRequest$DomainId": "<p>The domain ID.</p>",
1980        "UserProfileDetails$DomainId": "<p>The domain ID.</p>"
1981      }
1982    },
1983    "DomainList": {
1984      "base": null,
1985      "refs": {
1986        "ListDomainsResponse$Domains": "<p>The list of domains.</p>"
1987      }
1988    },
1989    "DomainName": {
1990      "base": null,
1991      "refs": {
1992        "CreateDomainRequest$DomainName": "<p>A name for the domain.</p>",
1993        "DescribeDomainResponse$DomainName": "<p>The domain name.</p>",
1994        "DomainDetails$DomainName": "<p>The domain name.</p>"
1995      }
1996    },
1997    "DomainStatus": {
1998      "base": null,
1999      "refs": {
2000        "DescribeDomainResponse$Status": "<p>The status.</p>",
2001        "DomainDetails$Status": "<p>The status.</p>"
2002      }
2003    },
2004    "DoubleParameterValue": {
2005      "base": null,
2006      "refs": {
2007        "TrialComponentParameterValue$NumberValue": "<p>The numeric value of a numeric hyperparameter. If you specify a value for this parameter, you can't specify the <code>StringValue</code> parameter.</p>"
2008      }
2009    },
2010    "EfsUid": {
2011      "base": null,
2012      "refs": {
2013        "DescribeUserProfileResponse$HomeEfsFileSystemUid": "<p>The ID of the user's profile in the Amazon Elastic File System (EFS) volume.</p>"
2014      }
2015    },
2016    "EnableCapture": {
2017      "base": null,
2018      "refs": {
2019        "DataCaptureConfig$EnableCapture": "<p/>",
2020        "DataCaptureConfigSummary$EnableCapture": "<p/>"
2021      }
2022    },
2023    "EndpointArn": {
2024      "base": null,
2025      "refs": {
2026        "CreateEndpointOutput$EndpointArn": "<p>The Amazon Resource Name (ARN) of the endpoint.</p>",
2027        "DescribeEndpointOutput$EndpointArn": "<p>The Amazon Resource Name (ARN) of the endpoint.</p>",
2028        "EndpointSummary$EndpointArn": "<p>The Amazon Resource Name (ARN) of the endpoint.</p>",
2029        "UpdateEndpointOutput$EndpointArn": "<p>The Amazon Resource Name (ARN) of the endpoint.</p>",
2030        "UpdateEndpointWeightsAndCapacitiesOutput$EndpointArn": "<p>The Amazon Resource Name (ARN) of the updated endpoint.</p>"
2031      }
2032    },
2033    "EndpointConfigArn": {
2034      "base": null,
2035      "refs": {
2036        "CreateEndpointConfigOutput$EndpointConfigArn": "<p>The Amazon Resource Name (ARN) of the endpoint configuration. </p>",
2037        "DescribeEndpointConfigOutput$EndpointConfigArn": "<p>The Amazon Resource Name (ARN) of the endpoint configuration.</p>",
2038        "EndpointConfigSummary$EndpointConfigArn": "<p>The Amazon Resource Name (ARN) of the endpoint configuration.</p>"
2039      }
2040    },
2041    "EndpointConfigName": {
2042      "base": null,
2043      "refs": {
2044        "CreateEndpointConfigInput$EndpointConfigName": "<p>The name of the endpoint configuration. You specify this name in a <a>CreateEndpoint</a> request. </p>",
2045        "CreateEndpointInput$EndpointConfigName": "<p>The name of an endpoint configuration. For more information, see <a>CreateEndpointConfig</a>. </p>",
2046        "DeleteEndpointConfigInput$EndpointConfigName": "<p>The name of the endpoint configuration that you want to delete.</p>",
2047        "DescribeEndpointConfigInput$EndpointConfigName": "<p>The name of the endpoint configuration.</p>",
2048        "DescribeEndpointConfigOutput$EndpointConfigName": "<p>Name of the Amazon SageMaker endpoint configuration.</p>",
2049        "DescribeEndpointOutput$EndpointConfigName": "<p>The name of the endpoint configuration associated with this endpoint.</p>",
2050        "EndpointConfigSummary$EndpointConfigName": "<p>The name of the endpoint configuration.</p>",
2051        "UpdateEndpointInput$EndpointConfigName": "<p>The name of the new endpoint configuration.</p>"
2052      }
2053    },
2054    "EndpointConfigNameContains": {
2055      "base": null,
2056      "refs": {
2057        "ListEndpointConfigsInput$NameContains": "<p>A string in the endpoint configuration name. This filter returns only endpoint configurations whose name contains the specified string. </p>"
2058      }
2059    },
2060    "EndpointConfigSortKey": {
2061      "base": null,
2062      "refs": {
2063        "ListEndpointConfigsInput$SortBy": "<p>The field to sort results by. The default is <code>CreationTime</code>.</p>"
2064      }
2065    },
2066    "EndpointConfigSummary": {
2067      "base": "<p>Provides summary information for an endpoint configuration.</p>",
2068      "refs": {
2069        "EndpointConfigSummaryList$member": null
2070      }
2071    },
2072    "EndpointConfigSummaryList": {
2073      "base": null,
2074      "refs": {
2075        "ListEndpointConfigsOutput$EndpointConfigs": "<p>An array of endpoint configurations.</p>"
2076      }
2077    },
2078    "EndpointInput": {
2079      "base": "<p>Input object for the endpoint</p>",
2080      "refs": {
2081        "MonitoringInput$EndpointInput": "<p>The endpoint for a monitoring job.</p>"
2082      }
2083    },
2084    "EndpointName": {
2085      "base": null,
2086      "refs": {
2087        "CreateEndpointInput$EndpointName": "<p>The name of the endpoint. The name must be unique within an AWS Region in your AWS account.</p>",
2088        "DeleteEndpointInput$EndpointName": "<p>The name of the endpoint that you want to delete.</p>",
2089        "DescribeEndpointInput$EndpointName": "<p>The name of the endpoint.</p>",
2090        "DescribeEndpointOutput$EndpointName": "<p>Name of the endpoint.</p>",
2091        "DescribeMonitoringScheduleResponse$EndpointName": "<p> The name of the endpoint for the monitoring job.</p>",
2092        "EndpointInput$EndpointName": "<p>An endpoint in customer's account which has enabled <code>DataCaptureConfig</code> enabled.</p>",
2093        "EndpointSummary$EndpointName": "<p>The name of the endpoint.</p>",
2094        "ListMonitoringExecutionsRequest$EndpointName": "<p>Name of a specific endpoint to fetch jobs for.</p>",
2095        "ListMonitoringSchedulesRequest$EndpointName": "<p>Name of a specific endpoint to fetch schedules for.</p>",
2096        "MonitoringExecutionSummary$EndpointName": "<p>The name of teh endpoint used to run the monitoring job.</p>",
2097        "MonitoringScheduleSummary$EndpointName": "<p>The name of the endpoint using the monitoring schedule.</p>",
2098        "UpdateEndpointInput$EndpointName": "<p>The name of the endpoint whose configuration you want to update.</p>",
2099        "UpdateEndpointWeightsAndCapacitiesInput$EndpointName": "<p>The name of an existing Amazon SageMaker endpoint.</p>"
2100      }
2101    },
2102    "EndpointNameContains": {
2103      "base": null,
2104      "refs": {
2105        "ListEndpointsInput$NameContains": "<p>A string in endpoint names. This filter returns only endpoints whose name contains the specified string.</p>"
2106      }
2107    },
2108    "EndpointSortKey": {
2109      "base": null,
2110      "refs": {
2111        "ListEndpointsInput$SortBy": "<p>Sorts the list of results. The default is <code>CreationTime</code>.</p>"
2112      }
2113    },
2114    "EndpointStatus": {
2115      "base": null,
2116      "refs": {
2117        "DescribeEndpointOutput$EndpointStatus": "<p>The status of the endpoint.</p> <ul> <li> <p> <code>OutOfService</code>: Endpoint is not available to take incoming requests.</p> </li> <li> <p> <code>Creating</code>: <a>CreateEndpoint</a> is executing.</p> </li> <li> <p> <code>Updating</code>: <a>UpdateEndpoint</a> or <a>UpdateEndpointWeightsAndCapacities</a> is executing.</p> </li> <li> <p> <code>SystemUpdating</code>: Endpoint is undergoing maintenance and cannot be updated or deleted or re-scaled until it has completed. This maintenance operation does not change any customer-specified values such as VPC config, KMS encryption, model, instance type, or instance count.</p> </li> <li> <p> <code>RollingBack</code>: Endpoint fails to scale up or down or change its variant weight and is in the process of rolling back to its previous configuration. Once the rollback completes, endpoint returns to an <code>InService</code> status. This transitional status only applies to an endpoint that has autoscaling enabled and is undergoing variant weight or capacity changes as part of an <a>UpdateEndpointWeightsAndCapacities</a> call or when the <a>UpdateEndpointWeightsAndCapacities</a> operation is called explicitly.</p> </li> <li> <p> <code>InService</code>: Endpoint is available to process incoming requests.</p> </li> <li> <p> <code>Deleting</code>: <a>DeleteEndpoint</a> is executing.</p> </li> <li> <p> <code>Failed</code>: Endpoint could not be created, updated, or re-scaled. Use <a>DescribeEndpointOutput$FailureReason</a> for information about the failure. <a>DeleteEndpoint</a> is the only operation that can be performed on a failed endpoint.</p> </li> </ul>",
2118        "EndpointSummary$EndpointStatus": "<p>The status of the endpoint.</p> <ul> <li> <p> <code>OutOfService</code>: Endpoint is not available to take incoming requests.</p> </li> <li> <p> <code>Creating</code>: <a>CreateEndpoint</a> is executing.</p> </li> <li> <p> <code>Updating</code>: <a>UpdateEndpoint</a> or <a>UpdateEndpointWeightsAndCapacities</a> is executing.</p> </li> <li> <p> <code>SystemUpdating</code>: Endpoint is undergoing maintenance and cannot be updated or deleted or re-scaled until it has completed. This maintenance operation does not change any customer-specified values such as VPC config, KMS encryption, model, instance type, or instance count.</p> </li> <li> <p> <code>RollingBack</code>: Endpoint fails to scale up or down or change its variant weight and is in the process of rolling back to its previous configuration. Once the rollback completes, endpoint returns to an <code>InService</code> status. This transitional status only applies to an endpoint that has autoscaling enabled and is undergoing variant weight or capacity changes as part of an <a>UpdateEndpointWeightsAndCapacities</a> call or when the <a>UpdateEndpointWeightsAndCapacities</a> operation is called explicitly.</p> </li> <li> <p> <code>InService</code>: Endpoint is available to process incoming requests.</p> </li> <li> <p> <code>Deleting</code>: <a>DeleteEndpoint</a> is executing.</p> </li> <li> <p> <code>Failed</code>: Endpoint could not be created, updated, or re-scaled. Use <a>DescribeEndpointOutput$FailureReason</a> for information about the failure. <a>DeleteEndpoint</a> is the only operation that can be performed on a failed endpoint.</p> </li> </ul> <p>To get a list of endpoints with a specified status, use the <a>ListEndpointsInput$StatusEquals</a> filter.</p>",
2119        "ListEndpointsInput$StatusEquals": "<p> A filter that returns only endpoints with the specified status.</p>"
2120      }
2121    },
2122    "EndpointSummary": {
2123      "base": "<p>Provides summary information for an endpoint.</p>",
2124      "refs": {
2125        "EndpointSummaryList$member": null
2126      }
2127    },
2128    "EndpointSummaryList": {
2129      "base": null,
2130      "refs": {
2131        "ListEndpointsOutput$Endpoints": "<p> An array or endpoint objects. </p>"
2132      }
2133    },
2134    "EntityDescription": {
2135      "base": null,
2136      "refs": {
2137        "AlgorithmSummary$AlgorithmDescription": "<p>A brief description of the algorithm.</p>",
2138        "ChannelSpecification$Description": "<p>A brief description of the channel.</p>",
2139        "CreateAlgorithmInput$AlgorithmDescription": "<p>A description of the algorithm.</p>",
2140        "CreateModelPackageInput$ModelPackageDescription": "<p>A description of the model package.</p>",
2141        "DescribeAlgorithmOutput$AlgorithmDescription": "<p>A brief summary about the algorithm.</p>",
2142        "DescribeModelPackageOutput$ModelPackageDescription": "<p>A brief summary of the model package.</p>",
2143        "HyperParameterSpecification$Description": "<p>A brief description of the hyperparameter.</p>",
2144        "ModelPackageSummary$ModelPackageDescription": "<p>A brief description of the model package.</p>"
2145      }
2146    },
2147    "EntityName": {
2148      "base": null,
2149      "refs": {
2150        "AlgorithmStatusItem$Name": "<p>The name of the algorithm for which the overall status is being reported.</p>",
2151        "AlgorithmSummary$AlgorithmName": "<p>The name of the algorithm that is described by the summary.</p>",
2152        "AlgorithmValidationProfile$ProfileName": "<p>The name of the profile for the algorithm. The name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).</p>",
2153        "CodeRepositorySummary$CodeRepositoryName": "<p>The name of the Git repository.</p>",
2154        "CompilationJobSummary$CompilationJobName": "<p>The name of the model compilation job that you want a summary for.</p>",
2155        "CreateAlgorithmInput$AlgorithmName": "<p>The name of the algorithm.</p>",
2156        "CreateCodeRepositoryInput$CodeRepositoryName": "<p>The name of the Git repository. The name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).</p>",
2157        "CreateCompilationJobRequest$CompilationJobName": "<p>A name for the model compilation job. The name must be unique within the AWS Region and within your AWS account. </p>",
2158        "CreateModelPackageInput$ModelPackageName": "<p>The name of the model package. The name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).</p>",
2159        "DeleteAlgorithmInput$AlgorithmName": "<p>The name of the algorithm to delete.</p>",
2160        "DeleteCodeRepositoryInput$CodeRepositoryName": "<p>The name of the Git repository to delete.</p>",
2161        "DeleteModelPackageInput$ModelPackageName": "<p>The name of the model package. The name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).</p>",
2162        "DescribeAlgorithmOutput$AlgorithmName": "<p>The name of the algorithm being described.</p>",
2163        "DescribeCodeRepositoryInput$CodeRepositoryName": "<p>The name of the Git repository to describe.</p>",
2164        "DescribeCodeRepositoryOutput$CodeRepositoryName": "<p>The name of the Git repository.</p>",
2165        "DescribeCompilationJobRequest$CompilationJobName": "<p>The name of the model compilation job that you want information about.</p>",
2166        "DescribeCompilationJobResponse$CompilationJobName": "<p>The name of the model compilation job.</p>",
2167        "DescribeModelPackageOutput$ModelPackageName": "<p>The name of the model package being described.</p>",
2168        "ModelPackageStatusItem$Name": "<p>The name of the model package for which the overall status is being reported.</p>",
2169        "ModelPackageSummary$ModelPackageName": "<p>The name of the model package.</p>",
2170        "ModelPackageValidationProfile$ProfileName": "<p>The name of the profile for the model package.</p>",
2171        "StopCompilationJobRequest$CompilationJobName": "<p>The name of the model compilation job to stop.</p>",
2172        "UpdateCodeRepositoryInput$CodeRepositoryName": "<p>The name of the Git repository to update.</p>"
2173      }
2174    },
2175    "EnvironmentKey": {
2176      "base": null,
2177      "refs": {
2178        "EnvironmentMap$key": null
2179      }
2180    },
2181    "EnvironmentMap": {
2182      "base": null,
2183      "refs": {
2184        "AutoMLContainerDefinition$Environment": "<p>Environment variables to set in the container. Refer to ContainerDefinition for more details.</p>",
2185        "ContainerDefinition$Environment": "<p>The environment variables to set in the Docker container. Each key and value in the <code>Environment</code> string to string map can have length of up to 1024. We support up to 16 entries in the map. </p>"
2186      }
2187    },
2188    "EnvironmentValue": {
2189      "base": null,
2190      "refs": {
2191        "EnvironmentMap$value": null
2192      }
2193    },
2194    "ExecutionStatus": {
2195      "base": null,
2196      "refs": {
2197        "ListMonitoringExecutionsRequest$StatusEquals": "<p>A filter that retrieves only jobs with a specific status.</p>",
2198        "MonitoringExecutionSummary$MonitoringExecutionStatus": "<p>The status of the monitoring job.</p>"
2199      }
2200    },
2201    "ExitMessage": {
2202      "base": null,
2203      "refs": {
2204        "DescribeProcessingJobResponse$ExitMessage": "<p>An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.</p>",
2205        "ProcessingJob$ExitMessage": "<p>A string, up to one KB in size, that contains metadata from the processing container when the processing job exits.</p>",
2206        "ProcessingJobSummary$ExitMessage": "<p>An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.</p>"
2207      }
2208    },
2209    "Experiment": {
2210      "base": "<p>The properties of an experiment as returned by the <a>Search</a> API.</p>",
2211      "refs": {
2212        "SearchRecord$Experiment": "<p>The properties of an experiment.</p>"
2213      }
2214    },
2215    "ExperimentArn": {
2216      "base": null,
2217      "refs": {
2218        "CreateExperimentResponse$ExperimentArn": "<p>The Amazon Resource Name (ARN) of the experiment.</p>",
2219        "DeleteExperimentResponse$ExperimentArn": "<p>The Amazon Resource Name (ARN) of the experiment that is being deleted.</p>",
2220        "DescribeExperimentResponse$ExperimentArn": "<p>The Amazon Resource Name (ARN) of the experiment.</p>",
2221        "Experiment$ExperimentArn": "<p>The Amazon Resource Name (ARN) of the experiment.</p>",
2222        "ExperimentSummary$ExperimentArn": "<p>The Amazon Resource Name (ARN) of the experiment.</p>",
2223        "UpdateExperimentResponse$ExperimentArn": "<p>The Amazon Resource Name (ARN) of the experiment.</p>"
2224      }
2225    },
2226    "ExperimentConfig": {
2227      "base": "<p>Configuration for the experiment.</p>",
2228      "refs": {
2229        "CreateProcessingJobRequest$ExperimentConfig": null,
2230        "CreateTrainingJobRequest$ExperimentConfig": null,
2231        "CreateTransformJobRequest$ExperimentConfig": null,
2232        "DescribeProcessingJobResponse$ExperimentConfig": "<p>The configuration information used to create an experiment.</p>",
2233        "DescribeTrainingJobResponse$ExperimentConfig": null,
2234        "DescribeTransformJobResponse$ExperimentConfig": null,
2235        "ProcessingJob$ExperimentConfig": null,
2236        "TrainingJob$ExperimentConfig": null
2237      }
2238    },
2239    "ExperimentDescription": {
2240      "base": null,
2241      "refs": {
2242        "CreateExperimentRequest$Description": "<p>The description of the experiment.</p>",
2243        "DescribeExperimentResponse$Description": "<p>The description of the experiment.</p>",
2244        "Experiment$Description": "<p>The description of the experiment.</p>",
2245        "UpdateExperimentRequest$Description": "<p>The description of the experiment.</p>"
2246      }
2247    },
2248    "ExperimentEntityName": {
2249      "base": null,
2250      "refs": {
2251        "AssociateTrialComponentRequest$TrialComponentName": "<p>The name of the component to associated with the trial.</p>",
2252        "AssociateTrialComponentRequest$TrialName": "<p>The name of the trial to associate with.</p>",
2253        "CreateExperimentRequest$ExperimentName": "<p>The name of the experiment. The name must be unique in your AWS account and is not case-sensitive.</p>",
2254        "CreateExperimentRequest$DisplayName": "<p>The name of the experiment as displayed. The name doesn't need to be unique. If you don't specify <code>DisplayName</code>, the value in <code>ExperimentName</code> is displayed.</p>",
2255        "CreateTrialComponentRequest$TrialComponentName": "<p>The name of the component. The name must be unique in your AWS account and is not case-sensitive.</p>",
2256        "CreateTrialComponentRequest$DisplayName": "<p>The name of the component as displayed. The name doesn't need to be unique. If <code>DisplayName</code> isn't specified, <code>TrialComponentName</code> is displayed.</p>",
2257        "CreateTrialRequest$TrialName": "<p>The name of the trial. The name must be unique in your AWS account and is not case-sensitive.</p>",
2258        "CreateTrialRequest$DisplayName": "<p>The name of the trial as displayed. The name doesn't need to be unique. If <code>DisplayName</code> isn't specified, <code>TrialName</code> is displayed.</p>",
2259        "CreateTrialRequest$ExperimentName": "<p>The name of the experiment to associate the trial with.</p>",
2260        "DeleteExperimentRequest$ExperimentName": "<p>The name of the experiment to delete.</p>",
2261        "DeleteTrialComponentRequest$TrialComponentName": "<p>The name of the component to delete.</p>",
2262        "DeleteTrialRequest$TrialName": "<p>The name of the trial to delete.</p>",
2263        "DescribeExperimentRequest$ExperimentName": "<p>The name of the experiment to describe.</p>",
2264        "DescribeExperimentResponse$ExperimentName": "<p>The name of the experiment.</p>",
2265        "DescribeExperimentResponse$DisplayName": "<p>The name of the experiment as displayed. If <code>DisplayName</code> isn't specified, <code>ExperimentName</code> is displayed.</p>",
2266        "DescribeTrialComponentRequest$TrialComponentName": "<p>The name of the trial component to describe.</p>",
2267        "DescribeTrialComponentResponse$TrialComponentName": "<p>The name of the trial component.</p>",
2268        "DescribeTrialComponentResponse$DisplayName": "<p>The name of the component as displayed. If <code>DisplayName</code> isn't specified, <code>TrialComponentName</code> is displayed.</p>",
2269        "DescribeTrialRequest$TrialName": "<p>The name of the trial to describe.</p>",
2270        "DescribeTrialResponse$TrialName": "<p>The name of the trial.</p>",
2271        "DescribeTrialResponse$DisplayName": "<p>The name of the trial as displayed. If <code>DisplayName</code> isn't specified, <code>TrialName</code> is displayed.</p>",
2272        "DescribeTrialResponse$ExperimentName": "<p>The name of the experiment the trial is part of.</p>",
2273        "DisassociateTrialComponentRequest$TrialComponentName": "<p>The name of the component to disassociate from the trial.</p>",
2274        "DisassociateTrialComponentRequest$TrialName": "<p>The name of the trial to disassociate from.</p>",
2275        "Experiment$ExperimentName": "<p>The name of the experiment.</p>",
2276        "Experiment$DisplayName": "<p>The name of the experiment as displayed. If <code>DisplayName</code> isn't specified, <code>ExperimentName</code> is displayed.</p>",
2277        "ExperimentConfig$ExperimentName": "<p>The name of the experiment.</p>",
2278        "ExperimentConfig$TrialName": "<p>The name of the trial.</p>",
2279        "ExperimentConfig$TrialComponentDisplayName": "<p>Display name for the trial component.</p>",
2280        "ExperimentSummary$ExperimentName": "<p>The name of the experiment.</p>",
2281        "ExperimentSummary$DisplayName": "<p>The name of the experiment as displayed. If <code>DisplayName</code> isn't specified, <code>ExperimentName</code> is displayed.</p>",
2282        "ListTrialComponentsRequest$ExperimentName": "<p>A filter that returns only components that are part of the specified experiment. If you specify <code>ExperimentName</code>, you can't filter by <code>SourceArn</code> or <code>TrialName</code>.</p>",
2283        "ListTrialComponentsRequest$TrialName": "<p>A filter that returns only components that are part of the specified trial. If you specify <code>TrialName</code>, you can't filter by <code>ExperimentName</code> or <code>SourceArn</code>.</p>",
2284        "ListTrialsRequest$ExperimentName": "<p>A filter that returns only trials that are part of the specified experiment.</p>",
2285        "ListTrialsRequest$TrialComponentName": "<p>A filter that returns only trials that are associated with the specified trial component.</p>",
2286        "Parent$TrialName": "<p>The name of the trial.</p>",
2287        "Parent$ExperimentName": "<p>The name of the experiment.</p>",
2288        "Trial$TrialName": "<p>The name of the trial.</p>",
2289        "Trial$DisplayName": "<p>The name of the trial as displayed. If <code>DisplayName</code> isn't specified, <code>TrialName</code> is displayed.</p>",
2290        "Trial$ExperimentName": "<p>The name of the experiment the trial is part of.</p>",
2291        "TrialComponent$TrialComponentName": "<p>The name of the trial component.</p>",
2292        "TrialComponent$DisplayName": "<p>The name of the component as displayed. If <code>DisplayName</code> isn't specified, <code>TrialComponentName</code> is displayed.</p>",
2293        "TrialComponentSimpleSummary$TrialComponentName": "<p>The name of the trial component.</p>",
2294        "TrialComponentSummary$TrialComponentName": "<p>The name of the trial component.</p>",
2295        "TrialComponentSummary$DisplayName": "<p>The name of the component as displayed. If <code>DisplayName</code> isn't specified, <code>TrialComponentName</code> is displayed.</p>",
2296        "TrialSummary$TrialName": "<p>The name of the trial.</p>",
2297        "TrialSummary$DisplayName": "<p>The name of the trial as displayed. If <code>DisplayName</code> isn't specified, <code>TrialName</code> is displayed.</p>",
2298        "UpdateExperimentRequest$ExperimentName": "<p>The name of the experiment to update.</p>",
2299        "UpdateExperimentRequest$DisplayName": "<p>The name of the experiment as displayed. The name doesn't need to be unique. If <code>DisplayName</code> isn't specified, <code>ExperimentName</code> is displayed.</p>",
2300        "UpdateTrialComponentRequest$TrialComponentName": "<p>The name of the component to update.</p>",
2301        "UpdateTrialComponentRequest$DisplayName": "<p>The name of the component as displayed. The name doesn't need to be unique. If <code>DisplayName</code> isn't specified, <code>TrialComponentName</code> is displayed.</p>",
2302        "UpdateTrialRequest$TrialName": "<p>The name of the trial to update.</p>",
2303        "UpdateTrialRequest$DisplayName": "<p>The name of the trial as displayed. The name doesn't need to be unique. If <code>DisplayName</code> isn't specified, <code>TrialName</code> is displayed.</p>"
2304      }
2305    },
2306    "ExperimentSource": {
2307      "base": "<p>The source of the experiment.</p>",
2308      "refs": {
2309        "DescribeExperimentResponse$Source": "<p>The ARN of the source and, optionally, the type.</p>",
2310        "Experiment$Source": null,
2311        "ExperimentSummary$ExperimentSource": null
2312      }
2313    },
2314    "ExperimentSourceArn": {
2315      "base": null,
2316      "refs": {
2317        "ExperimentSource$SourceArn": "<p>The Amazon Resource Name (ARN) of the source.</p>"
2318      }
2319    },
2320    "ExperimentSummaries": {
2321      "base": null,
2322      "refs": {
2323        "ListExperimentsResponse$ExperimentSummaries": "<p>A list of the summaries of your experiments.</p>"
2324      }
2325    },
2326    "ExperimentSummary": {
2327      "base": "<p>A summary of the properties of an experiment. To get the complete set of properties, call the <a>DescribeExperiment</a> API and provide the <code>ExperimentName</code>.</p>",
2328      "refs": {
2329        "ExperimentSummaries$member": null
2330      }
2331    },
2332    "FailureReason": {
2333      "base": null,
2334      "refs": {
2335        "ConflictException$Message": null,
2336        "DescribeAppResponse$FailureReason": "<p>The failure reason.</p>",
2337        "DescribeCompilationJobResponse$FailureReason": "<p>If a model compilation job failed, the reason it failed. </p>",
2338        "DescribeDomainResponse$FailureReason": "<p>The failure reason.</p>",
2339        "DescribeEndpointOutput$FailureReason": "<p>If the status of the endpoint is <code>Failed</code>, the reason why it failed. </p>",
2340        "DescribeFlowDefinitionResponse$FailureReason": "<p/>",
2341        "DescribeHyperParameterTuningJobResponse$FailureReason": "<p>If the tuning job failed, the reason it failed.</p>",
2342        "DescribeLabelingJobResponse$FailureReason": "<p>If the job failed, the reason that it failed. </p>",
2343        "DescribeMonitoringScheduleResponse$FailureReason": "<p>A string, up to one KB in size, that contains the reason a monitoring job failed, if it failed.</p>",
2344        "DescribeNotebookInstanceOutput$FailureReason": "<p>If status is <code>Failed</code>, the reason it failed.</p>",
2345        "DescribeProcessingJobResponse$FailureReason": "<p>A string, up to one KB in size, that contains the reason a processing job failed, if it failed.</p>",
2346        "DescribeTrainingJobResponse$FailureReason": "<p>If the training job failed, the reason it failed. </p>",
2347        "DescribeTransformJobResponse$FailureReason": "<p>If the transform job failed, <code>FailureReason</code> describes why it failed. A transform job creates a log file, which includes error messages, and stores it as an Amazon S3 object. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/logging-cloudwatch.html\">Log Amazon SageMaker Events with Amazon CloudWatch</a>.</p>",
2348        "DescribeUserProfileResponse$FailureReason": "<p>The failure reason.</p>",
2349        "FlowDefinitionSummary$FailureReason": "<p>The reason why the flow definition creation failed. A failure reason is returned only when the flow definition status is <code>Failed</code>.</p>",
2350        "HyperParameterTrainingJobSummary$FailureReason": "<p>The reason that the training job failed. </p>",
2351        "LabelingJobSummary$FailureReason": "<p>If the <code>LabelingJobStatus</code> field is <code>Failed</code>, this field contains a description of the error.</p>",
2352        "MonitoringExecutionSummary$FailureReason": "<p>Contains the reason a monitoring job failed, if it failed.</p>",
2353        "ProcessingJob$FailureReason": "<p>A string, up to one KB in size, that contains the reason a processing job failed, if it failed.</p>",
2354        "ProcessingJobSummary$FailureReason": "<p>A string, up to one KB in size, that contains the reason a processing job failed, if it failed.</p>",
2355        "ResourceInUse$Message": null,
2356        "ResourceLimitExceeded$Message": null,
2357        "ResourceNotFound$Message": null,
2358        "TrainingJob$FailureReason": "<p>If the training job failed, the reason it failed.</p>",
2359        "TransformJobSummary$FailureReason": "<p>If the transform job failed, the reason it failed.</p>"
2360      }
2361    },
2362    "FileSystemAccessMode": {
2363      "base": null,
2364      "refs": {
2365        "FileSystemDataSource$FileSystemAccessMode": "<p>The access mode of the mount of the directory associated with the channel. A directory can be mounted either in <code>ro</code> (read-only) or <code>rw</code> (read-write) mode.</p>"
2366      }
2367    },
2368    "FileSystemDataSource": {
2369      "base": "<p>Specifies a file system data source for a channel.</p>",
2370      "refs": {
2371        "DataSource$FileSystemDataSource": "<p>The file system that is associated with a channel.</p>"
2372      }
2373    },
2374    "FileSystemId": {
2375      "base": null,
2376      "refs": {
2377        "FileSystemDataSource$FileSystemId": "<p>The file system id.</p>"
2378      }
2379    },
2380    "FileSystemType": {
2381      "base": null,
2382      "refs": {
2383        "FileSystemDataSource$FileSystemType": "<p>The file system type. </p>"
2384      }
2385    },
2386    "Filter": {
2387      "base": "<p>A conditional statement for a search expression that includes a resource property, a Boolean operator, and a value. Resources that match the statement are returned in the results from the <a>Search</a> API.</p> <p>If you specify a <code>Value</code>, but not an <code>Operator</code>, Amazon SageMaker uses the equals operator.</p> <p>In search, there are several property types:</p> <dl> <dt>Metrics</dt> <dd> <p>To define a metric filter, enter a value using the form <code>\"Metrics.&lt;name&gt;\"</code>, where <code>&lt;name&gt;</code> is a metric name. For example, the following filter searches for training jobs with an <code>\"accuracy\"</code> metric greater than <code>\"0.9\"</code>:</p> <p> <code>{</code> </p> <p> <code>\"Name\": \"Metrics.accuracy\",</code> </p> <p> <code>\"Operator\": \"GreaterThan\",</code> </p> <p> <code>\"Value\": \"0.9\"</code> </p> <p> <code>}</code> </p> </dd> <dt>HyperParameters</dt> <dd> <p>To define a hyperparameter filter, enter a value with the form <code>\"HyperParameters.&lt;name&gt;\"</code>. Decimal hyperparameter values are treated as a decimal in a comparison if the specified <code>Value</code> is also a decimal value. If the specified <code>Value</code> is an integer, the decimal hyperparameter values are treated as integers. For example, the following filter is satisfied by training jobs with a <code>\"learning_rate\"</code> hyperparameter that is less than <code>\"0.5\"</code>:</p> <p> <code> {</code> </p> <p> <code> \"Name\": \"HyperParameters.learning_rate\",</code> </p> <p> <code> \"Operator\": \"LessThan\",</code> </p> <p> <code> \"Value\": \"0.5\"</code> </p> <p> <code> }</code> </p> </dd> <dt>Tags</dt> <dd> <p>To define a tag filter, enter a value with the form <code>Tags.&lt;key&gt;</code>.</p> </dd> </dl>",
2388      "refs": {
2389        "FilterList$member": null
2390      }
2391    },
2392    "FilterList": {
2393      "base": null,
2394      "refs": {
2395        "NestedFilters$Filters": "<p>A list of filters. Each filter acts on a property. Filters must contain at least one <code>Filters</code> value. For example, a <code>NestedFilters</code> call might include a filter on the <code>PropertyName</code> parameter of the <code>InputDataConfig</code> property: <code>InputDataConfig.DataSource.S3DataSource.S3Uri</code>.</p>",
2396        "SearchExpression$Filters": "<p>A list of filter objects.</p>"
2397      }
2398    },
2399    "FilterValue": {
2400      "base": null,
2401      "refs": {
2402        "Filter$Value": "<p>A value used with <code>Name</code> and <code>Operator</code> to determine which resources satisfy the filter's condition. For numerical properties, <code>Value</code> must be an integer or floating-point decimal. For timestamp properties, <code>Value</code> must be an ISO 8601 date-time string of the following format: <code>YYYY-mm-dd'T'HH:MM:SS</code>.</p>"
2403      }
2404    },
2405    "FinalAutoMLJobObjectiveMetric": {
2406      "base": "<p>The candidate result from a job.</p>",
2407      "refs": {
2408        "AutoMLCandidate$FinalAutoMLJobObjectiveMetric": null
2409      }
2410    },
2411    "FinalHyperParameterTuningJobObjectiveMetric": {
2412      "base": "<p>Shows the final value for the objective metric for a training job that was launched by a hyperparameter tuning job. You define the objective metric in the <code>HyperParameterTuningJobObjective</code> parameter of <a>HyperParameterTuningJobConfig</a>.</p>",
2413      "refs": {
2414        "HyperParameterTrainingJobSummary$FinalHyperParameterTuningJobObjectiveMetric": "<p>The <a>FinalHyperParameterTuningJobObjectiveMetric</a> object that specifies the value of the objective metric of the tuning job that launched this training job.</p>"
2415      }
2416    },
2417    "FinalMetricDataList": {
2418      "base": null,
2419      "refs": {
2420        "DescribeTrainingJobResponse$FinalMetricDataList": "<p>A collection of <code>MetricData</code> objects that specify the names, values, and dates and times that the training algorithm emitted to Amazon CloudWatch.</p>",
2421        "TrainingJob$FinalMetricDataList": "<p>A list of final metric values that are set when the training job completes. Used only if the training job was configured to use metrics.</p>"
2422      }
2423    },
2424    "Float": {
2425      "base": null,
2426      "refs": {
2427        "MetricData$Value": "<p>The value of the metric.</p>"
2428      }
2429    },
2430    "FlowDefinitionArn": {
2431      "base": null,
2432      "refs": {
2433        "CreateFlowDefinitionResponse$FlowDefinitionArn": "<p>The Amazon Resource Name (ARN) of the flow definition you create.</p>",
2434        "DescribeFlowDefinitionResponse$FlowDefinitionArn": "<p>The Amazon Resource Name (ARN) of the flow defintion.</p>",
2435        "FlowDefinitionSummary$FlowDefinitionArn": "<p>The Amazon Resource Name (ARN) of the flow definition.</p>"
2436      }
2437    },
2438    "FlowDefinitionName": {
2439      "base": null,
2440      "refs": {
2441        "CreateFlowDefinitionRequest$FlowDefinitionName": "<p>The name of your flow definition.</p>",
2442        "DeleteFlowDefinitionRequest$FlowDefinitionName": "<p>The name of the flow definition you are deleting.</p>",
2443        "DescribeFlowDefinitionRequest$FlowDefinitionName": "<p>The name of the flow definition.</p>",
2444        "DescribeFlowDefinitionResponse$FlowDefinitionName": "<p>The Amazon Resource Name (ARN) of the flow definition.</p>",
2445        "FlowDefinitionSummary$FlowDefinitionName": "<p>The name of the flow definition.</p>"
2446      }
2447    },
2448    "FlowDefinitionOutputConfig": {
2449      "base": "<p>Contains information about where human output will be stored.</p>",
2450      "refs": {
2451        "CreateFlowDefinitionRequest$OutputConfig": "<p>An object containing information about where the human review results will be uploaded.</p>",
2452        "DescribeFlowDefinitionResponse$OutputConfig": "<p>An object containing information about the output file.</p>"
2453      }
2454    },
2455    "FlowDefinitionStatus": {
2456      "base": null,
2457      "refs": {
2458        "DescribeFlowDefinitionResponse$FlowDefinitionStatus": "<p>The status of the flow definition. Valid values are listed below.</p>",
2459        "FlowDefinitionSummary$FlowDefinitionStatus": "<p>The status of the flow definition. Valid values:</p>"
2460      }
2461    },
2462    "FlowDefinitionSummaries": {
2463      "base": null,
2464      "refs": {
2465        "ListFlowDefinitionsResponse$FlowDefinitionSummaries": "<p>An array of objects describing the flow definitions.</p>"
2466      }
2467    },
2468    "FlowDefinitionSummary": {
2469      "base": "<p>Contains summary information about the flow definition.</p>",
2470      "refs": {
2471        "FlowDefinitionSummaries$member": null
2472      }
2473    },
2474    "FlowDefinitionTaskAvailabilityLifetimeInSeconds": {
2475      "base": null,
2476      "refs": {
2477        "HumanLoopConfig$TaskAvailabilityLifetimeInSeconds": "<p>The length of time that a task remains available for labeling by human workers.</p>"
2478      }
2479    },
2480    "FlowDefinitionTaskCount": {
2481      "base": null,
2482      "refs": {
2483        "HumanLoopConfig$TaskCount": "<p>The number of distinct workers who will perform the same task on each object. For example, if <code>TaskCount</code> is set to <code>3</code> for an image classification labeling job, three workers will classify each input image. Increasing <code>TaskCount</code> can improve label accuracy.</p>"
2484      }
2485    },
2486    "FlowDefinitionTaskDescription": {
2487      "base": null,
2488      "refs": {
2489        "HumanLoopConfig$TaskDescription": "<p>A description for the human worker task.</p>"
2490      }
2491    },
2492    "FlowDefinitionTaskKeyword": {
2493      "base": null,
2494      "refs": {
2495        "FlowDefinitionTaskKeywords$member": null
2496      }
2497    },
2498    "FlowDefinitionTaskKeywords": {
2499      "base": null,
2500      "refs": {
2501        "HumanLoopConfig$TaskKeywords": "<p>Keywords used to describe the task so that workers can discover the task.</p>"
2502      }
2503    },
2504    "FlowDefinitionTaskTimeLimitInSeconds": {
2505      "base": null,
2506      "refs": {
2507        "HumanLoopConfig$TaskTimeLimitInSeconds": "<p>The amount of time that a worker has to complete a task.</p>"
2508      }
2509    },
2510    "FlowDefinitionTaskTitle": {
2511      "base": null,
2512      "refs": {
2513        "HumanLoopConfig$TaskTitle": "<p>A title for the human worker task.</p>"
2514      }
2515    },
2516    "Framework": {
2517      "base": null,
2518      "refs": {
2519        "InputConfig$Framework": "<p>Identifies the framework in which the model was trained. For example: TENSORFLOW.</p>"
2520      }
2521    },
2522    "GenerateCandidateDefinitionsOnly": {
2523      "base": null,
2524      "refs": {
2525        "CreateAutoMLJobRequest$GenerateCandidateDefinitionsOnly": "<p>This will generate possible candidates without training a model. A candidate is a combination of data preprocessors, algorithms, and algorithm parameter settings.</p>",
2526        "DescribeAutoMLJobResponse$GenerateCandidateDefinitionsOnly": "<p>Returns the job's output from GenerateCandidateDefinitionsOnly.</p>"
2527      }
2528    },
2529    "GetSearchSuggestionsRequest": {
2530      "base": null,
2531      "refs": {
2532      }
2533    },
2534    "GetSearchSuggestionsResponse": {
2535      "base": null,
2536      "refs": {
2537      }
2538    },
2539    "GitConfig": {
2540      "base": "<p>Specifies configuration details for a Git repository in your AWS account.</p>",
2541      "refs": {
2542        "CodeRepositorySummary$GitConfig": "<p>Configuration details for the Git repository, including the URL where it is located and the ARN of the AWS Secrets Manager secret that contains the credentials used to access the repository.</p>",
2543        "CreateCodeRepositoryInput$GitConfig": "<p>Specifies details about the repository, including the URL where the repository is located, the default branch, and credentials to use to access the repository.</p>",
2544        "DescribeCodeRepositoryOutput$GitConfig": "<p>Configuration details about the repository, including the URL where the repository is located, the default branch, and the Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the credentials used to access the repository.</p>"
2545      }
2546    },
2547    "GitConfigForUpdate": {
2548      "base": "<p>Specifies configuration details for a Git repository when the repository is updated.</p>",
2549      "refs": {
2550        "UpdateCodeRepositoryInput$GitConfig": "<p>The configuration of the git repository, including the URL and the Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the credentials used to access the repository. The secret must have a staging label of <code>AWSCURRENT</code> and must be in the following format:</p> <p> <code>{\"username\": <i>UserName</i>, \"password\": <i>Password</i>}</code> </p>"
2551      }
2552    },
2553    "GitConfigUrl": {
2554      "base": null,
2555      "refs": {
2556        "GitConfig$RepositoryUrl": "<p>The URL where the Git repository is located.</p>"
2557      }
2558    },
2559    "HookParameters": {
2560      "base": null,
2561      "refs": {
2562        "DebugHookConfig$HookParameters": "<p>Configuration information for the debug hook parameters.</p>"
2563      }
2564    },
2565    "HumanLoopActivationConditions": {
2566      "base": null,
2567      "refs": {
2568        "HumanLoopActivationConditionsConfig$HumanLoopActivationConditions": "<p>JSON expressing use-case specific conditions declaratively. If any condition is matched, atomic tasks are created against the configured work team. The set of conditions is different for Rekognition and Textract. For more information about how to structure the JSON, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/a2i-human-fallback-conditions-json-schema.html\">JSON Schema for Human Loop Activation Conditions in Amazon Augmented AI</a> in the <i>Amazon SageMaker Developer Guide</i>.</p>"
2569      }
2570    },
2571    "HumanLoopActivationConditionsConfig": {
2572      "base": "<p>Defines under what conditions SageMaker creates a human loop. Used within . See for the required format of activation conditions.</p>",
2573      "refs": {
2574        "HumanLoopActivationConfig$HumanLoopActivationConditionsConfig": "<p>Container structure for defining under what conditions SageMaker creates a human loop.</p>"
2575      }
2576    },
2577    "HumanLoopActivationConfig": {
2578      "base": "<p>Provides information about how and under what conditions SageMaker creates a human loop. If <code>HumanLoopActivationConfig</code> is not given, then all requests go to humans.</p>",
2579      "refs": {
2580        "CreateFlowDefinitionRequest$HumanLoopActivationConfig": "<p>An object containing information about the events that trigger a human workflow.</p>",
2581        "DescribeFlowDefinitionResponse$HumanLoopActivationConfig": "<p>An object containing information about what triggers a human review workflow.</p>"
2582      }
2583    },
2584    "HumanLoopConfig": {
2585      "base": "<p>Describes the work to be performed by human workers.</p>",
2586      "refs": {
2587        "CreateFlowDefinitionRequest$HumanLoopConfig": "<p>An object containing information about the tasks the human reviewers will perform.</p>",
2588        "DescribeFlowDefinitionResponse$HumanLoopConfig": "<p>An object containing information about who works on the task, the workforce task price, and other task details.</p>"
2589      }
2590    },
2591    "HumanLoopRequestSource": {
2592      "base": "<p>Container for configuring the source of human task requests.</p>",
2593      "refs": {
2594        "CreateFlowDefinitionRequest$HumanLoopRequestSource": "<p>Container for configuring the source of human task requests. Use to specify if Amazon Rekognition or Amazon Textract is used as an integration source.</p>",
2595        "DescribeFlowDefinitionResponse$HumanLoopRequestSource": "<p>Container for configuring the source of human task requests. Used to specify if Amazon Rekognition or Amazon Textract is used as an integration source.</p>"
2596      }
2597    },
2598    "HumanTaskConfig": {
2599      "base": "<p>Information required for human workers to complete a labeling task.</p>",
2600      "refs": {
2601        "CreateLabelingJobRequest$HumanTaskConfig": "<p>Configures the labeling task and how it is presented to workers; including, but not limited to price, keywords, and batch size (task count).</p>",
2602        "DescribeLabelingJobResponse$HumanTaskConfig": "<p>Configuration information required for human workers to complete a labeling task.</p>"
2603      }
2604    },
2605    "HumanTaskUiArn": {
2606      "base": null,
2607      "refs": {
2608        "CreateHumanTaskUiResponse$HumanTaskUiArn": "<p>The Amazon Resource Name (ARN) of the human review workflow user interface you create.</p>",
2609        "DescribeHumanTaskUiResponse$HumanTaskUiArn": "<p>The Amazon Resource Name (ARN) of the human task user interface.</p>",
2610        "HumanLoopConfig$HumanTaskUiArn": "<p>The Amazon Resource Name (ARN) of the human task user interface.</p>",
2611        "HumanTaskUiSummary$HumanTaskUiArn": "<p>The Amazon Resource Name (ARN) of the human task user interface.</p>",
2612        "RenderUiTemplateRequest$HumanTaskUiArn": "<p>The <code>HumanTaskUiArn</code> of the worker UI that you want to render. Do not provide a <code>HumanTaskUiArn</code> if you use the <code>UiTemplate</code> parameter.</p>",
2613        "UiConfig$HumanTaskUiArn": "<p>The ARN of the worker task template used to render the worker UI and tools for labeling job tasks. Do not use this parameter if you use UiTemplateS3Uri.</p>"
2614      }
2615    },
2616    "HumanTaskUiName": {
2617      "base": null,
2618      "refs": {
2619        "CreateHumanTaskUiRequest$HumanTaskUiName": "<p>The name of the user interface you are creating.</p>",
2620        "DescribeHumanTaskUiRequest$HumanTaskUiName": "<p>The name of the human task user interface you want information about.</p>",
2621        "DescribeHumanTaskUiResponse$HumanTaskUiName": "<p>The name of the human task user interface.</p>",
2622        "HumanTaskUiSummary$HumanTaskUiName": "<p>The name of the human task user interface.</p>"
2623      }
2624    },
2625    "HumanTaskUiSummaries": {
2626      "base": null,
2627      "refs": {
2628        "ListHumanTaskUisResponse$HumanTaskUiSummaries": "<p>An array of objects describing the human task user interfaces.</p>"
2629      }
2630    },
2631    "HumanTaskUiSummary": {
2632      "base": "<p>Container for human task user interface information.</p>",
2633      "refs": {
2634        "HumanTaskUiSummaries$member": null
2635      }
2636    },
2637    "HyperParameterAlgorithmSpecification": {
2638      "base": "<p>Specifies which training algorithm to use for training jobs that a hyperparameter tuning job launches and the metrics to monitor.</p>",
2639      "refs": {
2640        "HyperParameterTrainingJobDefinition$AlgorithmSpecification": "<p>The <a>HyperParameterAlgorithmSpecification</a> object that specifies the resource algorithm to use for the training jobs that the tuning job launches.</p>"
2641      }
2642    },
2643    "HyperParameterScalingType": {
2644      "base": null,
2645      "refs": {
2646        "ContinuousParameterRange$ScalingType": "<p>The scale that hyperparameter tuning uses to search the hyperparameter range. For information about choosing a hyperparameter scale, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-define-ranges.html#scaling-type\">Hyperparameter Scaling</a>. One of the following values:</p> <dl> <dt>Auto</dt> <dd> <p>Amazon SageMaker hyperparameter tuning chooses the best scale for the hyperparameter.</p> </dd> <dt>Linear</dt> <dd> <p>Hyperparameter tuning searches the values in the hyperparameter range by using a linear scale.</p> </dd> <dt>Logarithmic</dt> <dd> <p>Hyperparameter tuning searches the values in the hyperparameter range by using a logarithmic scale.</p> <p>Logarithmic scaling works only for ranges that have only values greater than 0.</p> </dd> <dt>ReverseLogarithmic</dt> <dd> <p>Hyperparameter tuning searches the values in the hyperparameter range by using a reverse logarithmic scale.</p> <p>Reverse logarithmic scaling works only for ranges that are entirely within the range 0&lt;=x&lt;1.0.</p> </dd> </dl>",
2647        "IntegerParameterRange$ScalingType": "<p>The scale that hyperparameter tuning uses to search the hyperparameter range. For information about choosing a hyperparameter scale, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-define-ranges.html#scaling-type\">Hyperparameter Scaling</a>. One of the following values:</p> <dl> <dt>Auto</dt> <dd> <p>Amazon SageMaker hyperparameter tuning chooses the best scale for the hyperparameter.</p> </dd> <dt>Linear</dt> <dd> <p>Hyperparameter tuning searches the values in the hyperparameter range by using a linear scale.</p> </dd> <dt>Logarithmic</dt> <dd> <p>Hyperparameter tuning searches the values in the hyperparameter range by using a logarithmic scale.</p> <p>Logarithmic scaling works only for ranges that have only values greater than 0.</p> </dd> </dl>"
2648      }
2649    },
2650    "HyperParameterSpecification": {
2651      "base": "<p>Defines a hyperparameter to be used by an algorithm.</p>",
2652      "refs": {
2653        "HyperParameterSpecifications$member": null
2654      }
2655    },
2656    "HyperParameterSpecifications": {
2657      "base": null,
2658      "refs": {
2659        "TrainingSpecification$SupportedHyperParameters": "<p>A list of the <code>HyperParameterSpecification</code> objects, that define the supported hyperparameters. This is required if the algorithm supports automatic model tuning.&gt;</p>"
2660      }
2661    },
2662    "HyperParameterTrainingJobDefinition": {
2663      "base": "<p>Defines the training jobs launched by a hyperparameter tuning job.</p>",
2664      "refs": {
2665        "CreateHyperParameterTuningJobRequest$TrainingJobDefinition": "<p>The <a>HyperParameterTrainingJobDefinition</a> object that describes the training jobs that this tuning job launches, including static hyperparameters, input data configuration, output data configuration, resource configuration, and stopping condition.</p>",
2666        "DescribeHyperParameterTuningJobResponse$TrainingJobDefinition": "<p>The <a>HyperParameterTrainingJobDefinition</a> object that specifies the definition of the training jobs that this tuning job launches.</p>",
2667        "HyperParameterTrainingJobDefinitions$member": null
2668      }
2669    },
2670    "HyperParameterTrainingJobDefinitionName": {
2671      "base": null,
2672      "refs": {
2673        "HyperParameterTrainingJobDefinition$DefinitionName": "<p>The job definition name.</p>",
2674        "HyperParameterTrainingJobSummary$TrainingJobDefinitionName": "<p>The training job definition name.</p>"
2675      }
2676    },
2677    "HyperParameterTrainingJobDefinitions": {
2678      "base": null,
2679      "refs": {
2680        "CreateHyperParameterTuningJobRequest$TrainingJobDefinitions": "<p>A list of the <a>HyperParameterTrainingJobDefinition</a> objects launched for this tuning job.</p>",
2681        "DescribeHyperParameterTuningJobResponse$TrainingJobDefinitions": "<p>A list of the <a>HyperParameterTrainingJobDefinition</a> objects launched for this tuning job.</p>"
2682      }
2683    },
2684    "HyperParameterTrainingJobSummaries": {
2685      "base": null,
2686      "refs": {
2687        "ListTrainingJobsForHyperParameterTuningJobResponse$TrainingJobSummaries": "<p>A list of <a>TrainingJobSummary</a> objects that describe the training jobs that the <code>ListTrainingJobsForHyperParameterTuningJob</code> request returned.</p>"
2688      }
2689    },
2690    "HyperParameterTrainingJobSummary": {
2691      "base": "<p>Specifies summary information about a training job.</p>",
2692      "refs": {
2693        "DescribeHyperParameterTuningJobResponse$BestTrainingJob": "<p>A <a>TrainingJobSummary</a> object that describes the training job that completed with the best current <a>HyperParameterTuningJobObjective</a>.</p>",
2694        "DescribeHyperParameterTuningJobResponse$OverallBestTrainingJob": "<p>If the hyperparameter tuning job is an warm start tuning job with a <code>WarmStartType</code> of <code>IDENTICAL_DATA_AND_ALGORITHM</code>, this is the <a>TrainingJobSummary</a> for the training job with the best objective metric value of all training jobs launched by this tuning job and all parent jobs specified for the warm start tuning job.</p>",
2695        "HyperParameterTrainingJobSummaries$member": null
2696      }
2697    },
2698    "HyperParameterTuningJobArn": {
2699      "base": null,
2700      "refs": {
2701        "CreateHyperParameterTuningJobResponse$HyperParameterTuningJobArn": "<p>The Amazon Resource Name (ARN) of the tuning job. Amazon SageMaker assigns an ARN to a hyperparameter tuning job when you create it.</p>",
2702        "DescribeHyperParameterTuningJobResponse$HyperParameterTuningJobArn": "<p>The Amazon Resource Name (ARN) of the tuning job.</p>",
2703        "DescribeTrainingJobResponse$TuningJobArn": "<p>The Amazon Resource Name (ARN) of the associated hyperparameter tuning job if the training job was launched by a hyperparameter tuning job.</p>",
2704        "HyperParameterTuningJobSummary$HyperParameterTuningJobArn": "<p>The Amazon Resource Name (ARN) of the tuning job.</p>",
2705        "TrainingJob$TuningJobArn": "<p>The Amazon Resource Name (ARN) of the associated hyperparameter tuning job if the training job was launched by a hyperparameter tuning job.</p>"
2706      }
2707    },
2708    "HyperParameterTuningJobConfig": {
2709      "base": "<p>Configures a hyperparameter tuning job.</p>",
2710      "refs": {
2711        "CreateHyperParameterTuningJobRequest$HyperParameterTuningJobConfig": "<p>The <a>HyperParameterTuningJobConfig</a> object that describes the tuning job, including the search strategy, the objective metric used to evaluate training jobs, ranges of parameters to search, and resource limits for the tuning job. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-how-it-works.html\">How Hyperparameter Tuning Works</a>.</p>",
2712        "DescribeHyperParameterTuningJobResponse$HyperParameterTuningJobConfig": "<p>The <a>HyperParameterTuningJobConfig</a> object that specifies the configuration of the tuning job.</p>"
2713      }
2714    },
2715    "HyperParameterTuningJobName": {
2716      "base": null,
2717      "refs": {
2718        "CreateHyperParameterTuningJobRequest$HyperParameterTuningJobName": "<p>The name of the tuning job. This name is the prefix for the names of all training jobs that this tuning job launches. The name must be unique within the same AWS account and AWS Region. The name must have { } to { } characters. Valid characters are a-z, A-Z, 0-9, and : + = @ _ % - (hyphen). The name is not case sensitive.</p>",
2719        "DescribeHyperParameterTuningJobRequest$HyperParameterTuningJobName": "<p>The name of the tuning job to describe.</p>",
2720        "DescribeHyperParameterTuningJobResponse$HyperParameterTuningJobName": "<p>The name of the tuning job.</p>",
2721        "HyperParameterTrainingJobSummary$TuningJobName": "<p>The HyperParameter tuning job that launched the training job.</p>",
2722        "HyperParameterTuningJobSummary$HyperParameterTuningJobName": "<p>The name of the tuning job.</p>",
2723        "ListTrainingJobsForHyperParameterTuningJobRequest$HyperParameterTuningJobName": "<p>The name of the tuning job whose training jobs you want to list.</p>",
2724        "ParentHyperParameterTuningJob$HyperParameterTuningJobName": "<p>The name of the hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.</p>",
2725        "StopHyperParameterTuningJobRequest$HyperParameterTuningJobName": "<p>The name of the tuning job to stop.</p>"
2726      }
2727    },
2728    "HyperParameterTuningJobObjective": {
2729      "base": "<p>Defines the objective metric for a hyperparameter tuning job. Hyperparameter tuning uses the value of this metric to evaluate the training jobs it launches, and returns the training job that results in either the highest or lowest value for this metric, depending on the value you specify for the <code>Type</code> parameter.</p>",
2730      "refs": {
2731        "HyperParameterTrainingJobDefinition$TuningObjective": null,
2732        "HyperParameterTuningJobConfig$HyperParameterTuningJobObjective": "<p>The <a>HyperParameterTuningJobObjective</a> object that specifies the objective metric for this tuning job.</p>",
2733        "HyperParameterTuningJobObjectives$member": null
2734      }
2735    },
2736    "HyperParameterTuningJobObjectiveType": {
2737      "base": null,
2738      "refs": {
2739        "FinalHyperParameterTuningJobObjectiveMetric$Type": "<p>Whether to minimize or maximize the objective metric. Valid values are Minimize and Maximize.</p>",
2740        "HyperParameterTuningJobObjective$Type": "<p>Whether to minimize or maximize the objective metric.</p>"
2741      }
2742    },
2743    "HyperParameterTuningJobObjectives": {
2744      "base": null,
2745      "refs": {
2746        "TrainingSpecification$SupportedTuningJobObjectiveMetrics": "<p>A list of the metrics that the algorithm emits that can be used as the objective metric in a hyperparameter tuning job.</p>"
2747      }
2748    },
2749    "HyperParameterTuningJobSortByOptions": {
2750      "base": null,
2751      "refs": {
2752        "ListHyperParameterTuningJobsRequest$SortBy": "<p>The field to sort results by. The default is <code>Name</code>.</p>"
2753      }
2754    },
2755    "HyperParameterTuningJobStatus": {
2756      "base": null,
2757      "refs": {
2758        "DescribeHyperParameterTuningJobResponse$HyperParameterTuningJobStatus": "<p>The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped.</p>",
2759        "HyperParameterTuningJobSummary$HyperParameterTuningJobStatus": "<p>The status of the tuning job.</p>",
2760        "ListHyperParameterTuningJobsRequest$StatusEquals": "<p>A filter that returns only tuning jobs with the specified status.</p>"
2761      }
2762    },
2763    "HyperParameterTuningJobStrategyType": {
2764      "base": "<p>The strategy hyperparameter tuning uses to find the best combination of hyperparameters for your model. Currently, the only supported value is <code>Bayesian</code>.</p>",
2765      "refs": {
2766        "HyperParameterTuningJobConfig$Strategy": "<p>Specifies how hyperparameter tuning chooses the combinations of hyperparameter values to use for the training job it launches. To use the Bayesian search strategy, set this to <code>Bayesian</code>. To randomly search, set it to <code>Random</code>. For information about search strategies, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-how-it-works.html\">How Hyperparameter Tuning Works</a>.</p>",
2767        "HyperParameterTuningJobSummary$Strategy": "<p>Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to use for each iteration. Currently, the only valid value is Bayesian.</p>"
2768      }
2769    },
2770    "HyperParameterTuningJobSummaries": {
2771      "base": null,
2772      "refs": {
2773        "ListHyperParameterTuningJobsResponse$HyperParameterTuningJobSummaries": "<p>A list of <a>HyperParameterTuningJobSummary</a> objects that describe the tuning jobs that the <code>ListHyperParameterTuningJobs</code> request returned.</p>"
2774      }
2775    },
2776    "HyperParameterTuningJobSummary": {
2777      "base": "<p>Provides summary information about a hyperparameter tuning job.</p>",
2778      "refs": {
2779        "HyperParameterTuningJobSummaries$member": null
2780      }
2781    },
2782    "HyperParameterTuningJobWarmStartConfig": {
2783      "base": "<p>Specifies the configuration for a hyperparameter tuning job that uses one or more previous hyperparameter tuning jobs as a starting point. The results of previous tuning jobs are used to inform which combinations of hyperparameters to search over in the new tuning job.</p> <p>All training jobs launched by the new hyperparameter tuning job are evaluated by using the objective metric, and the training job that performs the best is compared to the best training jobs from the parent tuning jobs. From these, the training job that performs the best as measured by the objective metric is returned as the overall best training job.</p> <note> <p>All training jobs launched by parent hyperparameter tuning jobs and the new hyperparameter tuning jobs count against the limit of training jobs for the tuning job.</p> </note>",
2784      "refs": {
2785        "CreateHyperParameterTuningJobRequest$WarmStartConfig": "<p>Specifies the configuration for starting the hyperparameter tuning job using one or more previous tuning jobs as a starting point. The results of previous tuning jobs are used to inform which combinations of hyperparameters to search over in the new tuning job.</p> <p>All training jobs launched by the new hyperparameter tuning job are evaluated by using the objective metric. If you specify <code>IDENTICAL_DATA_AND_ALGORITHM</code> as the <code>WarmStartType</code> value for the warm start configuration, the training job that performs the best in the new tuning job is compared to the best training jobs from the parent tuning jobs. From these, the training job that performs the best as measured by the objective metric is returned as the overall best training job.</p> <note> <p>All training jobs launched by parent hyperparameter tuning jobs and the new hyperparameter tuning jobs count against the limit of training jobs for the tuning job.</p> </note>",
2786        "DescribeHyperParameterTuningJobResponse$WarmStartConfig": "<p>The configuration for starting the hyperparameter parameter tuning job using one or more previous tuning jobs as a starting point. The results of previous tuning jobs are used to inform which combinations of hyperparameters to search over in the new tuning job.</p>"
2787      }
2788    },
2789    "HyperParameterTuningJobWarmStartType": {
2790      "base": null,
2791      "refs": {
2792        "HyperParameterTuningJobWarmStartConfig$WarmStartType": "<p>Specifies one of the following:</p> <dl> <dt>IDENTICAL_DATA_AND_ALGORITHM</dt> <dd> <p>The new hyperparameter tuning job uses the same input data and training image as the parent tuning jobs. You can change the hyperparameter ranges to search and the maximum number of training jobs that the hyperparameter tuning job launches. You cannot use a new version of the training algorithm, unless the changes in the new version do not affect the algorithm itself. For example, changes that improve logging or adding support for a different data format are allowed. You can also change hyperparameters from tunable to static, and from static to tunable, but the total number of static plus tunable hyperparameters must remain the same as it is in all parent jobs. The objective metric for the new tuning job must be the same as for all parent jobs.</p> </dd> <dt>TRANSFER_LEARNING</dt> <dd> <p>The new hyperparameter tuning job can include input data, hyperparameter ranges, maximum number of concurrent training jobs, and maximum number of training jobs that are different than those of its parent hyperparameter tuning jobs. The training image can also be a different version from the version used in the parent hyperparameter tuning job. You can also change hyperparameters from tunable to static, and from static to tunable, but the total number of static plus tunable hyperparameters must remain the same as it is in all parent jobs. The objective metric for the new tuning job must be the same as for all parent jobs.</p> </dd> </dl>"
2793      }
2794    },
2795    "HyperParameters": {
2796      "base": null,
2797      "refs": {
2798        "CreateTrainingJobRequest$HyperParameters": "<p>Algorithm-specific parameters that influence the quality of the model. You set hyperparameters before you start the learning process. For a list of hyperparameters for each training algorithm provided by Amazon SageMaker, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html\">Algorithms</a>. </p> <p>You can specify a maximum of 100 hyperparameters. Each hyperparameter is a key-value pair. Each key and value is limited to 256 characters, as specified by the <code>Length Constraint</code>. </p>",
2799        "DescribeTrainingJobResponse$HyperParameters": "<p>Algorithm-specific parameters. </p>",
2800        "HyperParameterTrainingJobDefinition$StaticHyperParameters": "<p>Specifies the values of hyperparameters that do not change for the tuning job.</p>",
2801        "HyperParameterTrainingJobSummary$TunedHyperParameters": "<p>A list of the hyperparameters for which you specified ranges to search.</p>",
2802        "TrainingJob$HyperParameters": "<p>Algorithm-specific parameters.</p>",
2803        "TrainingJobDefinition$HyperParameters": "<p>The hyperparameters used for the training job.</p>"
2804      }
2805    },
2806    "Image": {
2807      "base": null,
2808      "refs": {
2809        "AutoMLContainerDefinition$Image": "<p>The ECR path of the container. Refer to ContainerDefinition for more details.</p>",
2810        "ContainerDefinition$Image": "<p>The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored. If you are using your own custom algorithm instead of an algorithm provided by Amazon SageMaker, the inference code must meet Amazon SageMaker requirements. Amazon SageMaker supports both <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code> image path formats. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html\">Using Your Own Algorithms with Amazon SageMaker</a> </p>",
2811        "DeployedImage$SpecifiedImage": "<p>The image path you specified when you created the model.</p>",
2812        "DeployedImage$ResolvedImage": "<p>The specific digest path of the image hosted in this <code>ProductionVariant</code>.</p>",
2813        "ModelPackageContainerDefinition$Image": "<p>The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.</p> <p>If you are using your own custom algorithm instead of an algorithm provided by Amazon SageMaker, the inference code must meet Amazon SageMaker requirements. Amazon SageMaker supports both <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code> image path formats. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html\">Using Your Own Algorithms with Amazon SageMaker</a>.</p>",
2814        "TrainingSpecification$TrainingImage": "<p>The Amazon ECR registry path of the Docker image that contains the training algorithm.</p>"
2815      }
2816    },
2817    "ImageDigest": {
2818      "base": null,
2819      "refs": {
2820        "ModelPackageContainerDefinition$ImageDigest": "<p>An MD5 hash of the training algorithm that identifies the Docker image used for training.</p>",
2821        "TrainingSpecification$TrainingImageDigest": "<p>An MD5 hash of the training algorithm that identifies the Docker image used for training.</p>"
2822      }
2823    },
2824    "ImageUri": {
2825      "base": null,
2826      "refs": {
2827        "AppSpecification$ImageUri": "<p>The container image to be run by the processing job.</p>",
2828        "MonitoringAppSpecification$ImageUri": "<p>The container image to be run by the monitoring job.</p>"
2829      }
2830    },
2831    "InferenceSpecification": {
2832      "base": "<p>Defines how to perform inference generation after a training job is run.</p>",
2833      "refs": {
2834        "CreateAlgorithmInput$InferenceSpecification": "<p>Specifies details about inference jobs that the algorithm runs, including the following:</p> <ul> <li> <p>The Amazon ECR paths of containers that contain the inference code and model artifacts.</p> </li> <li> <p>The instance types that the algorithm supports for transform jobs and real-time endpoints used for inference.</p> </li> <li> <p>The input and output content formats that the algorithm supports for inference.</p> </li> </ul>",
2835        "CreateModelPackageInput$InferenceSpecification": "<p>Specifies details about inference jobs that can be run with models based on this model package, including the following:</p> <ul> <li> <p>The Amazon ECR paths of containers that contain the inference code and model artifacts.</p> </li> <li> <p>The instance types that the model package supports for transform jobs and real-time endpoints used for inference.</p> </li> <li> <p>The input and output content formats that the model package supports for inference.</p> </li> </ul>",
2836        "DescribeAlgorithmOutput$InferenceSpecification": "<p>Details about inference jobs that the algorithm runs.</p>",
2837        "DescribeModelPackageOutput$InferenceSpecification": "<p>Details about inference jobs that can be run with models based on this model package.</p>"
2838      }
2839    },
2840    "InputConfig": {
2841      "base": "<p>Contains information about the location of input model artifacts, the name and shape of the expected data inputs, and the framework in which the model was trained.</p>",
2842      "refs": {
2843        "CreateCompilationJobRequest$InputConfig": "<p>Provides information about the location of input model artifacts, the name and shape of the expected data inputs, and the framework in which the model was trained.</p>",
2844        "DescribeCompilationJobResponse$InputConfig": "<p>Information about the location in Amazon S3 of the input model artifacts, the name and shape of the expected data inputs, and the framework in which the model was trained.</p>"
2845      }
2846    },
2847    "InputDataConfig": {
2848      "base": null,
2849      "refs": {
2850        "CreateTrainingJobRequest$InputDataConfig": "<p>An array of <code>Channel</code> objects. Each channel is a named input source. <code>InputDataConfig</code> describes the input data and its location. </p> <p>Algorithms can accept input data from one or more channels. For example, an algorithm might have two channels of input data, <code>training_data</code> and <code>validation_data</code>. The configuration for each channel provides the S3, EFS, or FSx location where the input data is stored. It also provides information about the stored data: the MIME type, compression method, and whether the data is wrapped in RecordIO format. </p> <p>Depending on the input mode that the algorithm supports, Amazon SageMaker either copies input data files from an S3 bucket to a local directory in the Docker container, or makes it available as input streams. For example, if you specify an EFS location, input data files will be made available as input streams. They do not need to be downloaded.</p>",
2851        "DescribeTrainingJobResponse$InputDataConfig": "<p>An array of <code>Channel</code> objects that describes each data input channel. </p>",
2852        "HyperParameterTrainingJobDefinition$InputDataConfig": "<p>An array of <a>Channel</a> objects that specify the input for the training jobs that the tuning job launches.</p>",
2853        "TrainingJob$InputDataConfig": "<p>An array of <code>Channel</code> objects that describes each data input channel.</p>",
2854        "TrainingJobDefinition$InputDataConfig": "<p>An array of <code>Channel</code> objects, each of which specifies an input source.</p>"
2855      }
2856    },
2857    "InputModes": {
2858      "base": null,
2859      "refs": {
2860        "ChannelSpecification$SupportedInputModes": "<p>The allowed input mode, either FILE or PIPE.</p> <p>In FILE mode, Amazon SageMaker copies the data from the input source onto the local Amazon Elastic Block Store (Amazon EBS) volumes before starting your training algorithm. This is the most commonly used input mode.</p> <p>In PIPE mode, Amazon SageMaker streams input data from the source directly to your algorithm without using the EBS volume.</p>"
2861      }
2862    },
2863    "InstanceType": {
2864      "base": null,
2865      "refs": {
2866        "CreateNotebookInstanceInput$InstanceType": "<p>The type of ML compute instance to launch for the notebook instance.</p>",
2867        "DescribeNotebookInstanceOutput$InstanceType": "<p>The type of ML compute instance running on the notebook instance.</p>",
2868        "NotebookInstanceSummary$InstanceType": "<p>The type of ML compute instance that the notebook instance is running on.</p>",
2869        "UpdateNotebookInstanceInput$InstanceType": "<p>The Amazon ML compute instance type.</p>"
2870      }
2871    },
2872    "IntegerParameterRange": {
2873      "base": "<p>For a hyperparameter of the integer type, specifies the range that a hyperparameter tuning job searches.</p>",
2874      "refs": {
2875        "IntegerParameterRanges$member": null
2876      }
2877    },
2878    "IntegerParameterRangeSpecification": {
2879      "base": "<p>Defines the possible values for an integer hyperparameter.</p>",
2880      "refs": {
2881        "ParameterRange$IntegerParameterRangeSpecification": "<p>A <code>IntegerParameterRangeSpecification</code> object that defines the possible values for an integer hyperparameter.</p>"
2882      }
2883    },
2884    "IntegerParameterRanges": {
2885      "base": null,
2886      "refs": {
2887        "ParameterRanges$IntegerParameterRanges": "<p>The array of <a>IntegerParameterRange</a> objects that specify ranges of integer hyperparameters that a hyperparameter tuning job searches.</p>"
2888      }
2889    },
2890    "InvocationsMaxRetries": {
2891      "base": null,
2892      "refs": {
2893        "ModelClientConfig$InvocationsMaxRetries": "<p>The maximum number of retries when invocation requests are failing.</p>"
2894      }
2895    },
2896    "InvocationsTimeoutInSeconds": {
2897      "base": null,
2898      "refs": {
2899        "ModelClientConfig$InvocationsTimeoutInSeconds": "<p>The timeout value in seconds for an invocation request.</p>"
2900      }
2901    },
2902    "JobReferenceCode": {
2903      "base": null,
2904      "refs": {
2905        "DescribeLabelingJobResponse$JobReferenceCode": "<p>A unique identifier for work done as part of a labeling job.</p>",
2906        "LabelingJobForWorkteamSummary$JobReferenceCode": "<p>A unique identifier for a labeling job. You can use this to refer to a specific labeling job.</p>"
2907      }
2908    },
2909    "JobReferenceCodeContains": {
2910      "base": null,
2911      "refs": {
2912        "ListLabelingJobsForWorkteamRequest$JobReferenceCodeContains": "<p>A filter the limits jobs to only the ones whose job reference code contains the specified string.</p>"
2913      }
2914    },
2915    "JoinSource": {
2916      "base": null,
2917      "refs": {
2918        "DataProcessing$JoinSource": "<p>Specifies the source of the data to join with the transformed data. The valid values are <code>None</code> and <code>Input</code>. The default value is <code>None</code>, which specifies not to join the input with the transformed data. If you want the batch transform job to join the original input data with the transformed data, set <code>JoinSource</code> to <code>Input</code>. </p> <p>For JSON or JSONLines objects, such as a JSON array, Amazon SageMaker adds the transformed data to the input JSON object in an attribute called <code>SageMakerOutput</code>. The joined result for JSON must be a key-value pair object. If the input is not a key-value pair object, Amazon SageMaker creates a new JSON file. In the new JSON file, and the input data is stored under the <code>SageMakerInput</code> key and the results are stored in <code>SageMakerOutput</code>.</p> <p>For CSV files, Amazon SageMaker combines the transformed data with the input data at the end of the input data and stores it in the output file. The joined data has the joined input data followed by the transformed data and the output is a CSV file. </p>"
2919      }
2920    },
2921    "JsonContentType": {
2922      "base": null,
2923      "refs": {
2924        "JsonContentTypes$member": null
2925      }
2926    },
2927    "JsonContentTypes": {
2928      "base": null,
2929      "refs": {
2930        "CaptureContentTypeHeader$JsonContentTypes": "<p/>"
2931      }
2932    },
2933    "JsonPath": {
2934      "base": null,
2935      "refs": {
2936        "DataProcessing$InputFilter": "<p>A <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform-data-processing.html#data-processing-operators\">JSONPath</a> expression used to select a portion of the input data to pass to the algorithm. Use the <code>InputFilter</code> parameter to exclude fields, such as an ID column, from the input. If you want Amazon SageMaker to pass the entire input dataset to the algorithm, accept the default value <code>$</code>.</p> <p>Examples: <code>\"$\"</code>, <code>\"$[1:]\"</code>, <code>\"$.features\"</code> </p>",
2937        "DataProcessing$OutputFilter": "<p>A <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform-data-processing.html#data-processing-operators\">JSONPath</a> expression used to select a portion of the joined dataset to save in the output file for a batch transform job. If you want Amazon SageMaker to store the entire input dataset in the output file, leave the default value, <code>$</code>. If you specify indexes that aren't within the dimension size of the joined dataset, you get an error.</p> <p>Examples: <code>\"$\"</code>, <code>\"$[0,5:]\"</code>, <code>\"$['id','SageMakerOutput']\"</code> </p>"
2938      }
2939    },
2940    "JupyterServerAppSettings": {
2941      "base": "<p>Jupyter server's app settings.</p>",
2942      "refs": {
2943        "UserSettings$JupyterServerAppSettings": "<p>The Jupyter server's app settings.</p>"
2944      }
2945    },
2946    "KernelGatewayAppSettings": {
2947      "base": "<p>The kernel gateway app settings.</p>",
2948      "refs": {
2949        "UserSettings$KernelGatewayAppSettings": "<p>The kernel gateway app settings.</p>"
2950      }
2951    },
2952    "KmsKeyId": {
2953      "base": null,
2954      "refs": {
2955        "AutoMLOutputDataConfig$KmsKeyId": "<p>The AWS KMS encryption key ID.</p>",
2956        "AutoMLSecurityConfig$VolumeKmsKeyId": "<p>The key used to encrypt stored data.</p>",
2957        "CreateDomainRequest$HomeEfsFileSystemKmsKeyId": "<p>The AWS Key Management Service (KMS) encryption key ID. Encryption with a customer master key (CMK) is not supported.</p>",
2958        "CreateEndpointConfigInput$KmsKeyId": "<p>The Amazon Resource Name (ARN) of a AWS Key Management Service key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint.</p> <p>The KmsKeyId can be any of the following formats: </p> <ul> <li> <p>Key ID: <code>1234abcd-12ab-34cd-56ef-1234567890ab</code> </p> </li> <li> <p>Key ARN: <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code> </p> </li> <li> <p>Alias name: <code>alias/ExampleAlias</code> </p> </li> <li> <p>Alias name ARN: <code>arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias</code> </p> </li> </ul> <p>The KMS key policy must grant permission to the IAM role that you specify in your <code>CreateEndpoint</code>, <code>UpdateEndpoint</code> requests. For more information, refer to the AWS Key Management Service section<a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html\"> Using Key Policies in AWS KMS </a> </p> <note> <p>Certain Nitro-based instances include local storage, dependent on the instance type. Local storage volumes are encrypted using a hardware module on the instance. You can't request a <code>KmsKeyId</code> when using an instance type with local storage. If any of the models that you specify in the <code>ProductionVariants</code> parameter use nitro-based instances with local storage, do not specify a value for the <code>KmsKeyId</code> parameter. If you specify a value for <code>KmsKeyId</code> when using any nitro-based instances with local storage, the call to <code>CreateEndpointConfig</code> fails.</p> <p>For a list of instance types that support local instance storage, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes\">Instance Store Volumes</a>.</p> <p>For more information about local instance storage encryption, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html\">SSD Instance Store Volumes</a>.</p> </note>",
2959        "CreateNotebookInstanceInput$KmsKeyId": "<p>The Amazon Resource Name (ARN) of a AWS Key Management Service key that Amazon SageMaker uses to encrypt data on the storage volume attached to your notebook instance. The KMS key you provide must be enabled. For information, see <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/enabling-keys.html\">Enabling and Disabling Keys</a> in the <i>AWS Key Management Service Developer Guide</i>.</p>",
2960        "DataCaptureConfig$KmsKeyId": "<p/>",
2961        "DataCaptureConfigSummary$KmsKeyId": "<p/>",
2962        "DescribeDomainResponse$HomeEfsFileSystemKmsKeyId": "<p>The AWS Key Management Service encryption key ID.</p>",
2963        "DescribeEndpointConfigOutput$KmsKeyId": "<p>AWS KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.</p>",
2964        "DescribeNotebookInstanceOutput$KmsKeyId": "<p>The AWS KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance. </p>",
2965        "FlowDefinitionOutputConfig$KmsKeyId": "<p>The Amazon Key Management Service (KMS) key ID for server-side encryption.</p>",
2966        "LabelingJobOutputConfig$KmsKeyId": "<p>The AWS Key Management Service ID of the key used to encrypt the output data, if any.</p> <p>If you use a KMS key ID or an alias of your master key, the Amazon SageMaker execution role must include permissions to call <code>kms:Encrypt</code>. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account. Amazon SageMaker uses server-side encryption with KMS-managed keys for <code>LabelingJobOutputConfig</code>. If you use a bucket policy with an <code>s3:PutObject</code> permission that only allows objects with server-side encryption, set the condition key of <code>s3:x-amz-server-side-encryption</code> to <code>\"aws:kms\"</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html\">KMS-Managed Encryption Keys</a> in the <i>Amazon Simple Storage Service Developer Guide.</i> </p> <p>The KMS key policy must grant permission to the IAM role that you specify in your <code>CreateLabelingJob</code> request. For more information, see <a href=\"http://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html\">Using Key Policies in AWS KMS</a> in the <i>AWS Key Management Service Developer Guide</i>.</p>",
2967        "LabelingJobResourceConfig$VolumeKmsKeyId": "<p>The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the training job. The <code>VolumeKmsKeyId</code> can be any of the following formats:</p> <ul> <li> <p>// KMS Key ID</p> <p> <code>\"1234abcd-12ab-34cd-56ef-1234567890ab\"</code> </p> </li> <li> <p>// Amazon Resource Name (ARN) of a KMS Key</p> <p> <code>\"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab\"</code> </p> </li> </ul>",
2968        "MonitoringClusterConfig$VolumeKmsKeyId": "<p>The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the model monitoring job.</p>",
2969        "MonitoringOutputConfig$KmsKeyId": "<p>The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.</p>",
2970        "OutputDataConfig$KmsKeyId": "<p>The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption. The <code>KmsKeyId</code> can be any of the following formats: </p> <ul> <li> <p>// KMS Key ID</p> <p> <code>\"1234abcd-12ab-34cd-56ef-1234567890ab\"</code> </p> </li> <li> <p>// Amazon Resource Name (ARN) of a KMS Key</p> <p> <code>\"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab\"</code> </p> </li> <li> <p>// KMS Key Alias</p> <p> <code>\"alias/ExampleAlias\"</code> </p> </li> <li> <p>// Amazon Resource Name (ARN) of a KMS Key Alias</p> <p> <code>\"arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias\"</code> </p> </li> </ul> <p>If you use a KMS key ID or an alias of your master key, the Amazon SageMaker execution role must include permissions to call <code>kms:Encrypt</code>. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account. Amazon SageMaker uses server-side encryption with KMS-managed keys for <code>OutputDataConfig</code>. If you use a bucket policy with an <code>s3:PutObject</code> permission that only allows objects with server-side encryption, set the condition key of <code>s3:x-amz-server-side-encryption</code> to <code>\"aws:kms\"</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html\">KMS-Managed Encryption Keys</a> in the <i>Amazon Simple Storage Service Developer Guide.</i> </p> <p>The KMS key policy must grant permission to the IAM role that you specify in your <code>CreateTrainingJob</code>, <code>CreateTransformJob</code>, or <code>CreateHyperParameterTuningJob</code> requests. For more information, see <a href=\"http://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html\">Using Key Policies in AWS KMS</a> in the <i>AWS Key Management Service Developer Guide</i>.</p>",
2971        "ProcessingClusterConfig$VolumeKmsKeyId": "<p>The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the processing job. </p>",
2972        "ProcessingOutputConfig$KmsKeyId": "<p>The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the processing job output. <code>KmsKeyId</code> can be an ID of a KMS key, ARN of a KMS key, alias of a KMS key, or alias of a KMS key. The <code>KmsKeyId</code> is applied to all outputs.</p>",
2973        "ResourceConfig$VolumeKmsKeyId": "<p>The AWS KMS key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the training job.</p> <note> <p>Certain Nitro-based instances include local storage, dependent on the instance type. Local storage volumes are encrypted using a hardware module on the instance. You can't request a <code>VolumeKmsKeyId</code> when using an instance type with local storage.</p> <p>For a list of instance types that support local instance storage, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes\">Instance Store Volumes</a>.</p> <p>For more information about local instance storage encryption, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html\">SSD Instance Store Volumes</a>.</p> </note> <p>The <code>VolumeKmsKeyId</code> can be in any of the following formats:</p> <ul> <li> <p>// KMS Key ID</p> <p> <code>\"1234abcd-12ab-34cd-56ef-1234567890ab\"</code> </p> </li> <li> <p>// Amazon Resource Name (ARN) of a KMS Key</p> <p> <code>\"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab\"</code> </p> </li> </ul>",
2974        "SharingSettings$S3KmsKeyId": "<p>When <code>NotebookOutputOption</code> is <code>Allowed</code>, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.</p>",
2975        "TransformOutput$KmsKeyId": "<p>The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption. The <code>KmsKeyId</code> can be any of the following formats: </p> <ul> <li> <p>Key ID: <code>1234abcd-12ab-34cd-56ef-1234567890ab</code> </p> </li> <li> <p>Key ARN: <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code> </p> </li> <li> <p>Alias name: <code>alias/ExampleAlias</code> </p> </li> <li> <p>Alias name ARN: <code>arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias</code> </p> </li> </ul> <p>If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html\">KMS-Managed Encryption Keys</a> in the <i>Amazon Simple Storage Service Developer Guide.</i> </p> <p>The KMS key policy must grant permission to the IAM role that you specify in your <a>CreateModel</a> request. For more information, see <a href=\"http://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html\">Using Key Policies in AWS KMS</a> in the <i>AWS Key Management Service Developer Guide</i>.</p>",
2976        "TransformResources$VolumeKmsKeyId": "<p>The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt model data on the storage volume attached to the ML compute instance(s) that run the batch transform job. The <code>VolumeKmsKeyId</code> can be any of the following formats:</p> <ul> <li> <p>Key ID: <code>1234abcd-12ab-34cd-56ef-1234567890ab</code> </p> </li> <li> <p>Key ARN: <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code> </p> </li> <li> <p>Alias name: <code>alias/ExampleAlias</code> </p> </li> <li> <p>Alias name ARN: <code>arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias</code> </p> </li> </ul>"
2977      }
2978    },
2979    "LabelAttributeName": {
2980      "base": null,
2981      "refs": {
2982        "CreateLabelingJobRequest$LabelAttributeName": "<p>The attribute name to use for the label in the output manifest file. This is the key for the key/value pair formed with the label that a worker assigns to the object. The name can't end with \"-metadata\". If you are running a semantic segmentation labeling job, the attribute name must end with \"-ref\". If you are running any other kind of labeling job, the attribute name must not end with \"-ref\".</p>",
2983        "DescribeLabelingJobResponse$LabelAttributeName": "<p>The attribute used as the label in the output manifest file.</p>"
2984      }
2985    },
2986    "LabelCounter": {
2987      "base": null,
2988      "refs": {
2989        "LabelCounters$TotalLabeled": "<p>The total number of objects labeled.</p>",
2990        "LabelCounters$HumanLabeled": "<p>The total number of objects labeled by a human worker.</p>",
2991        "LabelCounters$MachineLabeled": "<p>The total number of objects labeled by automated data labeling.</p>",
2992        "LabelCounters$FailedNonRetryableError": "<p>The total number of objects that could not be labeled due to an error.</p>",
2993        "LabelCounters$Unlabeled": "<p>The total number of objects not yet labeled.</p>",
2994        "LabelCountersForWorkteam$HumanLabeled": "<p>The total number of data objects labeled by a human worker.</p>",
2995        "LabelCountersForWorkteam$PendingHuman": "<p>The total number of data objects that need to be labeled by a human worker.</p>",
2996        "LabelCountersForWorkteam$Total": "<p>The total number of tasks in the labeling job.</p>"
2997      }
2998    },
2999    "LabelCounters": {
3000      "base": "<p>Provides a breakdown of the number of objects labeled.</p>",
3001      "refs": {
3002        "DescribeLabelingJobResponse$LabelCounters": "<p>Provides a breakdown of the number of data objects labeled by humans, the number of objects labeled by machine, the number of objects than couldn't be labeled, and the total number of objects labeled. </p>",
3003        "LabelingJobSummary$LabelCounters": "<p>Counts showing the progress of the labeling job.</p>"
3004      }
3005    },
3006    "LabelCountersForWorkteam": {
3007      "base": "<p>Provides counts for human-labeled tasks in the labeling job.</p>",
3008      "refs": {
3009        "LabelingJobForWorkteamSummary$LabelCounters": "<p>Provides information about the progress of a labeling job.</p>"
3010      }
3011    },
3012    "LabelingJobAlgorithmSpecificationArn": {
3013      "base": null,
3014      "refs": {
3015        "LabelingJobAlgorithmsConfig$LabelingJobAlgorithmSpecificationArn": "<p>Specifies the Amazon Resource Name (ARN) of the algorithm used for auto-labeling. You must select one of the following ARNs:</p> <ul> <li> <p> <i>Image classification</i> </p> <p> <code>arn:aws:sagemaker:<i>region</i>:027400017018:labeling-job-algorithm-specification/image-classification</code> </p> </li> <li> <p> <i>Text classification</i> </p> <p> <code>arn:aws:sagemaker:<i>region</i>:027400017018:labeling-job-algorithm-specification/text-classification</code> </p> </li> <li> <p> <i>Object detection</i> </p> <p> <code>arn:aws:sagemaker:<i>region</i>:027400017018:labeling-job-algorithm-specification/object-detection</code> </p> </li> <li> <p> <i>Semantic Segmentation</i> </p> <p> <code>arn:aws:sagemaker:<i>region</i>:027400017018:labeling-job-algorithm-specification/semantic-segmentation</code> </p> </li> </ul>"
3016      }
3017    },
3018    "LabelingJobAlgorithmsConfig": {
3019      "base": "<p>Provides configuration information for auto-labeling of your data objects. A <code>LabelingJobAlgorithmsConfig</code> object must be supplied in order to use auto-labeling.</p>",
3020      "refs": {
3021        "CreateLabelingJobRequest$LabelingJobAlgorithmsConfig": "<p>Configures the information required to perform automated data labeling.</p>",
3022        "DescribeLabelingJobResponse$LabelingJobAlgorithmsConfig": "<p>Configuration information for automated data labeling.</p>"
3023      }
3024    },
3025    "LabelingJobArn": {
3026      "base": null,
3027      "refs": {
3028        "CreateLabelingJobResponse$LabelingJobArn": "<p>The Amazon Resource Name (ARN) of the labeling job. You use this ARN to identify the labeling job.</p>",
3029        "DescribeLabelingJobResponse$LabelingJobArn": "<p>The Amazon Resource Name (ARN) of the labeling job.</p>",
3030        "DescribeTrainingJobResponse$LabelingJobArn": "<p>The Amazon Resource Name (ARN) of the Amazon SageMaker Ground Truth labeling job that created the transform or training job.</p>",
3031        "DescribeTransformJobResponse$LabelingJobArn": "<p>The Amazon Resource Name (ARN) of the Amazon SageMaker Ground Truth labeling job that created the transform or training job.</p>",
3032        "LabelingJobSummary$LabelingJobArn": "<p>The Amazon Resource Name (ARN) assigned to the labeling job when it was created.</p>",
3033        "TrainingJob$LabelingJobArn": "<p>The Amazon Resource Name (ARN) of the labeling job.</p>"
3034      }
3035    },
3036    "LabelingJobDataAttributes": {
3037      "base": "<p>Attributes of the data specified by the customer. Use these to describe the data to be labeled.</p>",
3038      "refs": {
3039        "LabelingJobInputConfig$DataAttributes": "<p>Attributes of the data specified by the customer.</p>"
3040      }
3041    },
3042    "LabelingJobDataSource": {
3043      "base": "<p>Provides information about the location of input data.</p>",
3044      "refs": {
3045        "LabelingJobInputConfig$DataSource": "<p>The location of the input data.</p>"
3046      }
3047    },
3048    "LabelingJobForWorkteamSummary": {
3049      "base": "<p>Provides summary information for a work team.</p>",
3050      "refs": {
3051        "LabelingJobForWorkteamSummaryList$member": null
3052      }
3053    },
3054    "LabelingJobForWorkteamSummaryList": {
3055      "base": null,
3056      "refs": {
3057        "ListLabelingJobsForWorkteamResponse$LabelingJobSummaryList": "<p>An array of <code>LabelingJobSummary</code> objects, each describing a labeling job.</p>"
3058      }
3059    },
3060    "LabelingJobInputConfig": {
3061      "base": "<p>Input configuration information for a labeling job.</p>",
3062      "refs": {
3063        "CreateLabelingJobRequest$InputConfig": "<p>Input data for the labeling job, such as the Amazon S3 location of the data objects and the location of the manifest file that describes the data objects.</p>",
3064        "DescribeLabelingJobResponse$InputConfig": "<p>Input configuration information for the labeling job, such as the Amazon S3 location of the data objects and the location of the manifest file that describes the data objects.</p>",
3065        "LabelingJobSummary$InputConfig": "<p>Input configuration for the labeling job.</p>"
3066      }
3067    },
3068    "LabelingJobName": {
3069      "base": null,
3070      "refs": {
3071        "CreateLabelingJobRequest$LabelingJobName": "<p>The name of the labeling job. This name is used to identify the job in a list of labeling jobs.</p>",
3072        "DescribeLabelingJobRequest$LabelingJobName": "<p>The name of the labeling job to return information for.</p>",
3073        "DescribeLabelingJobResponse$LabelingJobName": "<p>The name assigned to the labeling job when it was created.</p>",
3074        "LabelingJobForWorkteamSummary$LabelingJobName": "<p>The name of the labeling job that the work team is assigned to.</p>",
3075        "LabelingJobSummary$LabelingJobName": "<p>The name of the labeling job.</p>",
3076        "StopLabelingJobRequest$LabelingJobName": "<p>The name of the labeling job to stop.</p>"
3077      }
3078    },
3079    "LabelingJobOutput": {
3080      "base": "<p>Specifies the location of the output produced by the labeling job. </p>",
3081      "refs": {
3082        "DescribeLabelingJobResponse$LabelingJobOutput": "<p>The location of the output produced by the labeling job.</p>",
3083        "LabelingJobSummary$LabelingJobOutput": "<p>The location of the output produced by the labeling job.</p>"
3084      }
3085    },
3086    "LabelingJobOutputConfig": {
3087      "base": "<p>Output configuration information for a labeling job.</p>",
3088      "refs": {
3089        "CreateLabelingJobRequest$OutputConfig": "<p>The location of the output data and the AWS Key Management Service key ID for the key used to encrypt the output data, if any.</p>",
3090        "DescribeLabelingJobResponse$OutputConfig": "<p>The location of the job's output data and the AWS Key Management Service key ID for the key used to encrypt the output data, if any.</p>"
3091      }
3092    },
3093    "LabelingJobResourceConfig": {
3094      "base": "<p>Provides configuration information for labeling jobs.</p>",
3095      "refs": {
3096        "LabelingJobAlgorithmsConfig$LabelingJobResourceConfig": "<p>Provides configuration information for a labeling job.</p>"
3097      }
3098    },
3099    "LabelingJobS3DataSource": {
3100      "base": "<p>The Amazon S3 location of the input data objects.</p>",
3101      "refs": {
3102        "LabelingJobDataSource$S3DataSource": "<p>The Amazon S3 location of the input data objects.</p>"
3103      }
3104    },
3105    "LabelingJobStatus": {
3106      "base": null,
3107      "refs": {
3108        "DescribeLabelingJobResponse$LabelingJobStatus": "<p>The processing status of the labeling job. </p>",
3109        "LabelingJobSummary$LabelingJobStatus": "<p>The current status of the labeling job. </p>",
3110        "ListLabelingJobsRequest$StatusEquals": "<p>A filter that retrieves only labeling jobs with a specific status.</p>"
3111      }
3112    },
3113    "LabelingJobStoppingConditions": {
3114      "base": "<p>A set of conditions for stopping a labeling job. If any of the conditions are met, the job is automatically stopped. You can use these conditions to control the cost of data labeling.</p> <note> <p>Labeling jobs fail after 30 days with an appropriate client error message.</p> </note>",
3115      "refs": {
3116        "CreateLabelingJobRequest$StoppingConditions": "<p>A set of conditions for stopping the labeling job. If any of the conditions are met, the job is automatically stopped. You can use these conditions to control the cost of data labeling.</p>",
3117        "DescribeLabelingJobResponse$StoppingConditions": "<p>A set of conditions for stopping a labeling job. If any of the conditions are met, the job is automatically stopped.</p>"
3118      }
3119    },
3120    "LabelingJobSummary": {
3121      "base": "<p>Provides summary information about a labeling job.</p>",
3122      "refs": {
3123        "LabelingJobSummaryList$member": null
3124      }
3125    },
3126    "LabelingJobSummaryList": {
3127      "base": null,
3128      "refs": {
3129        "ListLabelingJobsResponse$LabelingJobSummaryList": "<p>An array of <code>LabelingJobSummary</code> objects, each describing a labeling job.</p>"
3130      }
3131    },
3132    "LambdaFunctionArn": {
3133      "base": null,
3134      "refs": {
3135        "AnnotationConsolidationConfig$AnnotationConsolidationLambdaArn": "<p>The Amazon Resource Name (ARN) of a Lambda function implements the logic for annotation consolidation.</p> <p>For the built-in bounding box, image classification, semantic segmentation, and text classification task types, Amazon SageMaker Ground Truth provides the following Lambda functions:</p> <p> <b>Bounding box</b> - Finds the most similar boxes from different workers based on the Jaccard index of the boxes.</p> <ul> <li> <p> <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-BoundingBox</code> </p> <p> <code>arn:aws:lambda:us-east-2:266458841044:function:ACS-BoundingBox</code> </p> <p> <code>arn:aws:lambda:us-west-2:081040173940:function:ACS-BoundingBox</code> </p> <p> <code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-BoundingBox</code> </p> <p> <code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-BoundingBox</code> </p> <p> <code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-BoundingBox</code> </p> <p> <code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-BoundingBox</code> </p> <p> <code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-BoundingBox</code> </p> <p> <code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-BoundingBox</code> </p> <p> <code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-BoundingBox</code> </p> <p> <code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-BoundingBox</code> </p> <p> <code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-BoundingBox</code> </p> </li> </ul> <p> <b>Image classification</b> - Uses a variant of the Expectation Maximization approach to estimate the true class of an image based on annotations from individual workers.</p> <ul> <li> <p> <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-ImageMultiClass</code> </p> <p> <code>arn:aws:lambda:us-east-2:266458841044:function:ACS-ImageMultiClass</code> </p> <p> <code>arn:aws:lambda:us-west-2:081040173940:function:ACS-ImageMultiClass</code> </p> <p> <code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-ImageMultiClass</code> </p> <p> <code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-ImageMultiClass</code> </p> <p> <code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-ImageMultiClass</code> </p> <p> <code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-ImageMultiClass</code> </p> <p> <code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-ImageMultiClass</code> </p> <p> <code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-ImageMultiClass</code> </p> <p> <code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-ImageMultiClass</code> </p> <p> <code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-ImageMultiClass</code> </p> <p> <code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-ImageMultiClass</code> </p> </li> </ul> <p> <b>Multi-label image classification</b> - Uses a variant of the Expectation Maximization approach to estimate the true classes of an image based on annotations from individual workers.</p> <ul> <li> <p> <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-ImageMultiClassMultiLabel</code> </p> <p> <code>arn:aws:lambda:us-east-2:266458841044:function:ACS-ImageMultiClassMultiLabel</code> </p> <p> <code>arn:aws:lambda:us-west-2:081040173940:function:ACS-ImageMultiClassMultiLabel</code> </p> <p> <code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-ImageMultiClassMultiLabel</code> </p> <p> <code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-ImageMultiClassMultiLabel</code> </p> <p> <code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-ImageMultiClassMultiLabel</code> </p> <p> <code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-ImageMultiClassMultiLabel</code> </p> <p> <code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-ImageMultiClassMultiLabel</code> </p> <p> <code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-ImageMultiClassMultiLabel</code> </p> <p> <code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-ImageMultiClassMultiLabel</code> </p> <p> <code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-ImageMultiClassMultiLabel</code> </p> <p> <code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-ImageMultiClassMultiLabel</code> </p> </li> </ul> <p> <b>Semantic segmentation</b> - Treats each pixel in an image as a multi-class classification and treats pixel annotations from workers as \"votes\" for the correct label.</p> <ul> <li> <p> <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-SemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:us-east-2:266458841044:function:ACS-SemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:us-west-2:081040173940:function:ACS-SemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-SemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-SemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-SemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-SemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-SemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-SemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-SemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-SemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-SemanticSegmentation</code> </p> </li> </ul> <p> <b>Text classification</b> - Uses a variant of the Expectation Maximization approach to estimate the true class of text based on annotations from individual workers.</p> <ul> <li> <p> <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-TextMultiClass</code> </p> <p> <code>arn:aws:lambda:us-east-2:266458841044:function:ACS-TextMultiClass</code> </p> <p> <code>arn:aws:lambda:us-west-2:081040173940:function:ACS-TextMultiClass</code> </p> <p> <code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-TextMultiClass</code> </p> <p> <code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-TextMultiClass</code> </p> <p> <code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-TextMultiClass</code> </p> <p> <code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-TextMultiClass</code> </p> <p> <code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-TextMultiClass</code> </p> <p> <code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-TextMultiClass</code> </p> <p> <code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-TextMultiClass</code> </p> <p> <code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-TextMultiClass</code> </p> <p> <code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-TextMultiClass</code> </p> </li> </ul> <p> <b>Multi-label text classification</b> - Uses a variant of the Expectation Maximization approach to estimate the true classes of text based on annotations from individual workers.</p> <ul> <li> <p> <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-TextMultiClassMultiLabel</code> </p> <p> <code>arn:aws:lambda:us-east-2:266458841044:function:ACS-TextMultiClassMultiLabel</code> </p> <p> <code>arn:aws:lambda:us-west-2:081040173940:function:ACS-TextMultiClassMultiLabel</code> </p> <p> <code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-TextMultiClassMultiLabel</code> </p> <p> <code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-TextMultiClassMultiLabel</code> </p> <p> <code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-TextMultiClassMultiLabel</code> </p> <p> <code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-TextMultiClassMultiLabel</code> </p> <p> <code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-TextMultiClassMultiLabel</code> </p> <p> <code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-TextMultiClassMultiLabel</code> </p> <p> <code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-TextMultiClassMultiLabel</code> </p> <p> <code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-TextMultiClassMultiLabel</code> </p> <p> <code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-TextMultiClassMultiLabel</code> </p> </li> </ul> <p> <b>Named entity recognition</b> - Groups similar selections and calculates aggregate boundaries, resolving to most-assigned label.</p> <ul> <li> <p> <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-NamedEntityRecognition</code> </p> <p> <code>arn:aws:lambda:us-east-2:266458841044:function:ACS-NamedEntityRecognition</code> </p> <p> <code>arn:aws:lambda:us-west-2:081040173940:function:ACS-NamedEntityRecognition</code> </p> <p> <code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-NamedEntityRecognition</code> </p> <p> <code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-NamedEntityRecognition</code> </p> <p> <code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-NamedEntityRecognition</code> </p> <p> <code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-NamedEntityRecognition</code> </p> <p> <code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-NamedEntityRecognition</code> </p> <p> <code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-NamedEntityRecognition</code> </p> <p> <code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-NamedEntityRecognition</code> </p> <p> <code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-NamedEntityRecognition</code> </p> <p> <code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-NamedEntityRecognition</code> </p> </li> </ul> <p> <b>Bounding box verification</b> - Uses a variant of the Expectation Maximization approach to estimate the true class of verification judgement for bounding box labels based on annotations from individual workers.</p> <ul> <li> <p> <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-VerificationBoundingBox</code> </p> <p> <code>arn:aws:lambda:us-east-2:266458841044:function:ACS-VerificationBoundingBox</code> </p> <p> <code>arn:aws:lambda:us-west-2:081040173940:function:ACS-VerificationBoundingBox</code> </p> <p> <code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-VerificationBoundingBox</code> </p> <p> <code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VerificationBoundingBox</code> </p> <p> <code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VerificationBoundingBox</code> </p> <p> <code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-VerificationBoundingBox</code> </p> <p> <code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-VerificationBoundingBox</code> </p> <p> <code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VerificationBoundingBox</code> </p> <p> <code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-VerificationBoundingBox</code> </p> <p> <code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VerificationBoundingBox</code> </p> <p> <code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-VerificationBoundingBox</code> </p> </li> </ul> <p> <b>Semantic segmentation verification</b> - Uses a variant of the Expectation Maximization approach to estimate the true class of verification judgment for semantic segmentation labels based on annotations from individual workers.</p> <ul> <li> <p> <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-VerificationSemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:us-east-2:266458841044:function:ACS-VerificationSemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:us-west-2:081040173940:function:ACS-VerificationSemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-VerificationSemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VerificationSemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VerificationSemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-VerificationSemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-VerificationSemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VerificationSemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-VerificationSemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VerificationSemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-VerificationSemanticSegmentation</code> </p> </li> </ul> <p> <b>Bounding box adjustment</b> - Finds the most similar boxes from different workers based on the Jaccard index of the adjusted annotations.</p> <ul> <li> <p> <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentBoundingBox</code> </p> <p> <code>arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentBoundingBox</code> </p> <p> <code>arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentBoundingBox</code> </p> <p> <code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentBoundingBox</code> </p> <p> <code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentBoundingBox</code> </p> <p> <code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentBoundingBox</code> </p> <p> <code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentBoundingBox</code> </p> <p> <code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentBoundingBox</code> </p> <p> <code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentBoundingBox</code> </p> <p> <code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentBoundingBox</code> </p> <p> <code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentBoundingBox</code> </p> <p> <code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentBoundingBox</code> </p> </li> </ul> <p> <b>Semantic segmentation adjustment</b> - Treats each pixel in an image as a multi-class classification and treats pixel adjusted annotations from workers as \"votes\" for the correct label.</p> <ul> <li> <p> <code>arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentSemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentSemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentSemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentSemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentSemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentSemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentSemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentSemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentSemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentSemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentSemanticSegmentation</code> </p> <p> <code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentSemanticSegmentation</code> </p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sms-annotation-consolidation.html\">Annotation Consolidation</a>.</p>",
3136        "HumanTaskConfig$PreHumanTaskLambdaArn": "<p>The Amazon Resource Name (ARN) of a Lambda function that is run before a data object is sent to a human worker. Use this function to provide input to a custom labeling job.</p> <p>For the built-in bounding box, image classification, semantic segmentation, and text classification task types, Amazon SageMaker Ground Truth provides the following Lambda functions:</p> <p> <b>Bounding box</b> - Finds the most similar boxes from different workers based on the Jaccard index of the boxes.</p> <ul> <li> <p> <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-BoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-BoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-BoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-BoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-BoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-BoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-BoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-BoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-BoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-BoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-BoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-BoundingBox</code> </p> </li> </ul> <p> <b>Image classification</b> - Uses a variant of the Expectation Maximization approach to estimate the true class of an image based on annotations from individual workers.</p> <ul> <li> <p> <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClass</code> </p> </li> <li> <p> <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClass</code> </p> </li> <li> <p> <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClass</code> </p> </li> <li> <p> <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-ImageMultiClass</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClass</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-ImageMultiClass</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-ImageMultiClass</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClass</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClass</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-ImageMultiClass</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClass</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClass</code> </p> </li> </ul> <p> <b>Multi-label image classification</b> - Uses a variant of the Expectation Maximization approach to estimate the true classes of an image based on annotations from individual workers.</p> <ul> <li> <p> <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClassMultiLabel</code> </p> </li> <li> <p> <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClassMultiLabel</code> </p> </li> <li> <p> <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClassMultiLabel</code> </p> </li> <li> <p> <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-ImageMultiClassMultiLabel</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClassMultiLabel</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-ImageMultiClassMultiLabel</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-ImageMultiClassMultiLabel</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClassMultiLabel</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClassMultiLabel</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-ImageMultiClassMultiLabel</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClassMultiLabel</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClassMultiLabel</code> </p> </li> </ul> <p> <b>Semantic segmentation</b> - Treats each pixel in an image as a multi-class classification and treats pixel annotations from workers as \"votes\" for the correct label.</p> <ul> <li> <p> <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-SemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-SemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-SemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-SemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-SemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-SemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-SemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-SemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-SemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-SemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-SemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-SemanticSegmentation</code> </p> </li> </ul> <p> <b>Text classification</b> - Uses a variant of the Expectation Maximization approach to estimate the true class of text based on annotations from individual workers.</p> <ul> <li> <p> <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClass</code> </p> </li> <li> <p> <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClass</code> </p> </li> <li> <p> <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClass</code> </p> </li> <li> <p> <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-TextMultiClass</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClass</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-TextMultiClass</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-TextMultiClass</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClass</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-TextMultiClass</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-TextMultiClass</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-TextMultiClass</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClass</code> </p> </li> </ul> <p> <b>Multi-label text classification</b> - Uses a variant of the Expectation Maximization approach to estimate the true classes of text based on annotations from individual workers.</p> <ul> <li> <p> <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClassMultiLabel</code> </p> </li> <li> <p> <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClassMultiLabel</code> </p> </li> <li> <p> <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClassMultiLabel</code> </p> </li> <li> <p> <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-TextMultiClassMultiLabel</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClassMultiLabel</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-TextMultiClassMultiLabel</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-TextMultiClassMultiLabel</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClassMultiLabel</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-TextMultiClassMultiLabel</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-TextMultiClassMultiLabel</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-TextMultiClassMultiLabel</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClassMultiLabel</code> </p> </li> </ul> <p> <b>Named entity recognition</b> - Groups similar selections and calculates aggregate boundaries, resolving to most-assigned label.</p> <ul> <li> <p> <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-NamedEntityRecognition</code> </p> </li> <li> <p> <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-NamedEntityRecognition</code> </p> </li> <li> <p> <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-NamedEntityRecognition</code> </p> </li> <li> <p> <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-NamedEntityRecognition</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-NamedEntityRecognition</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-NamedEntityRecognition</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-NamedEntityRecognition</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-NamedEntityRecognition</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-NamedEntityRecognition</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-NamedEntityRecognition</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-NamedEntityRecognition</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-NamedEntityRecognition</code> </p> </li> </ul> <p> <b>Bounding box verification</b> - Uses a variant of the Expectation Maximization approach to estimate the true class of verification judgement for bounding box labels based on annotations from individual workers.</p> <ul> <li> <p> <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-VerificationBoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-VerificationBoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-VerificationBoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-VerificationBoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-VerificationBoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-VerificationBoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-VerificationBoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VerificationBoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VerificationBoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-VerificationBoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VerificationBoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VerificationBoundingBox</code> </p> </li> </ul> <p> <b>Bounding box adjustment</b> - Finds the most similar boxes from different workers based on the Jaccard index of the adjusted annotations.</p> <ul> <li> <p> <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentBoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentBoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentBoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentBoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentBoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentBoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentBoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentBoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentBoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentBoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentBoundingBox</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentBoundingBox</code> </p> </li> </ul> <p> <b>Semantic segmentation verification</b> - Uses a variant of the Expectation Maximization approach to estimate the true class of verification judgment for semantic segmentation labels based on annotations from individual workers.</p> <ul> <li> <p> <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-VerificationSemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-VerificationSemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-VerificationSemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-VerificationSemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-VerificationSemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-VerificationSemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-VerificationSemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VerificationSemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VerificationSemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-VerificationSemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VerificationSemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VerificationSemanticSegmentation</code> </p> </li> </ul> <p> <b>Semantic segmentation adjustment</b> - Treats each pixel in an image as a multi-class classification and treats pixel adjusted annotations from workers as \"votes\" for the correct label.</p> <ul> <li> <p> <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentSemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentSemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentSemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentSemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentSemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentSemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentSemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentSemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentSemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentSemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentSemanticSegmentation</code> </p> </li> <li> <p> <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentSemanticSegmentation</code> </p> </li> </ul>",
3137        "LabelingJobSummary$PreHumanTaskLambdaArn": "<p>The Amazon Resource Name (ARN) of a Lambda function. The function is run before each data object is sent to a worker.</p>",
3138        "LabelingJobSummary$AnnotationConsolidationLambdaArn": "<p>The Amazon Resource Name (ARN) of the Lambda function used to consolidate the annotations from individual workers into a label for a data object. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sms-annotation-consolidation.html\">Annotation Consolidation</a>.</p>"
3139      }
3140    },
3141    "LastModifiedTime": {
3142      "base": null,
3143      "refs": {
3144        "CodeRepositorySummary$LastModifiedTime": "<p>The date and time that the Git repository was last modified.</p>",
3145        "CompilationJobSummary$LastModifiedTime": "<p>The time when the model compilation job was last modified.</p>",
3146        "DescribeCodeRepositoryOutput$LastModifiedTime": "<p>The date and time that the repository was last changed.</p>",
3147        "DescribeCompilationJobResponse$LastModifiedTime": "<p>The time that the status of the model compilation job was last modified.</p>",
3148        "DescribeDomainResponse$LastModifiedTime": "<p>The last modified time.</p>",
3149        "DescribeNotebookInstanceLifecycleConfigOutput$LastModifiedTime": "<p>A timestamp that tells when the lifecycle configuration was last modified.</p>",
3150        "DescribeNotebookInstanceOutput$LastModifiedTime": "<p>A timestamp. Use this parameter to retrieve the time when the notebook instance was last modified. </p>",
3151        "DescribeUserProfileResponse$LastModifiedTime": "<p>The last modified time.</p>",
3152        "DomainDetails$LastModifiedTime": "<p>The last modified time.</p>",
3153        "ListCompilationJobsRequest$LastModifiedTimeAfter": "<p>A filter that returns the model compilation jobs that were modified after a specified time.</p>",
3154        "ListCompilationJobsRequest$LastModifiedTimeBefore": "<p>A filter that returns the model compilation jobs that were modified before a specified time.</p>",
3155        "ListNotebookInstanceLifecycleConfigsInput$LastModifiedTimeBefore": "<p>A filter that returns only lifecycle configurations that were modified before the specified time (timestamp).</p>",
3156        "ListNotebookInstanceLifecycleConfigsInput$LastModifiedTimeAfter": "<p>A filter that returns only lifecycle configurations that were modified after the specified time (timestamp).</p>",
3157        "ListNotebookInstancesInput$LastModifiedTimeBefore": "<p>A filter that returns only notebook instances that were modified before the specified time (timestamp).</p>",
3158        "ListNotebookInstancesInput$LastModifiedTimeAfter": "<p>A filter that returns only notebook instances that were modified after the specified time (timestamp).</p>",
3159        "NotebookInstanceLifecycleConfigSummary$LastModifiedTime": "<p>A timestamp that tells when the lifecycle configuration was last modified.</p>",
3160        "NotebookInstanceSummary$LastModifiedTime": "<p>A timestamp that shows when the notebook instance was last modified.</p>",
3161        "UserProfileDetails$LastModifiedTime": "<p>The last modified time.</p>"
3162      }
3163    },
3164    "ListAlgorithmsInput": {
3165      "base": null,
3166      "refs": {
3167      }
3168    },
3169    "ListAlgorithmsOutput": {
3170      "base": null,
3171      "refs": {
3172      }
3173    },
3174    "ListAppsRequest": {
3175      "base": null,
3176      "refs": {
3177      }
3178    },
3179    "ListAppsResponse": {
3180      "base": null,
3181      "refs": {
3182      }
3183    },
3184    "ListAutoMLJobsRequest": {
3185      "base": null,
3186      "refs": {
3187      }
3188    },
3189    "ListAutoMLJobsResponse": {
3190      "base": null,
3191      "refs": {
3192      }
3193    },
3194    "ListCandidatesForAutoMLJobRequest": {
3195      "base": null,
3196      "refs": {
3197      }
3198    },
3199    "ListCandidatesForAutoMLJobResponse": {
3200      "base": null,
3201      "refs": {
3202      }
3203    },
3204    "ListCodeRepositoriesInput": {
3205      "base": null,
3206      "refs": {
3207      }
3208    },
3209    "ListCodeRepositoriesOutput": {
3210      "base": null,
3211      "refs": {
3212      }
3213    },
3214    "ListCompilationJobsRequest": {
3215      "base": null,
3216      "refs": {
3217      }
3218    },
3219    "ListCompilationJobsResponse": {
3220      "base": null,
3221      "refs": {
3222      }
3223    },
3224    "ListCompilationJobsSortBy": {
3225      "base": null,
3226      "refs": {
3227        "ListCompilationJobsRequest$SortBy": "<p>The field by which to sort results. The default is <code>CreationTime</code>.</p>"
3228      }
3229    },
3230    "ListDomainsRequest": {
3231      "base": null,
3232      "refs": {
3233      }
3234    },
3235    "ListDomainsResponse": {
3236      "base": null,
3237      "refs": {
3238      }
3239    },
3240    "ListEndpointConfigsInput": {
3241      "base": null,
3242      "refs": {
3243      }
3244    },
3245    "ListEndpointConfigsOutput": {
3246      "base": null,
3247      "refs": {
3248      }
3249    },
3250    "ListEndpointsInput": {
3251      "base": null,
3252      "refs": {
3253      }
3254    },
3255    "ListEndpointsOutput": {
3256      "base": null,
3257      "refs": {
3258      }
3259    },
3260    "ListExperimentsRequest": {
3261      "base": null,
3262      "refs": {
3263      }
3264    },
3265    "ListExperimentsResponse": {
3266      "base": null,
3267      "refs": {
3268      }
3269    },
3270    "ListFlowDefinitionsRequest": {
3271      "base": null,
3272      "refs": {
3273      }
3274    },
3275    "ListFlowDefinitionsResponse": {
3276      "base": null,
3277      "refs": {
3278      }
3279    },
3280    "ListHumanTaskUisRequest": {
3281      "base": null,
3282      "refs": {
3283      }
3284    },
3285    "ListHumanTaskUisResponse": {
3286      "base": null,
3287      "refs": {
3288      }
3289    },
3290    "ListHyperParameterTuningJobsRequest": {
3291      "base": null,
3292      "refs": {
3293      }
3294    },
3295    "ListHyperParameterTuningJobsResponse": {
3296      "base": null,
3297      "refs": {
3298      }
3299    },
3300    "ListLabelingJobsForWorkteamRequest": {
3301      "base": null,
3302      "refs": {
3303      }
3304    },
3305    "ListLabelingJobsForWorkteamResponse": {
3306      "base": null,
3307      "refs": {
3308      }
3309    },
3310    "ListLabelingJobsForWorkteamSortByOptions": {
3311      "base": null,
3312      "refs": {
3313        "ListLabelingJobsForWorkteamRequest$SortBy": "<p>The field to sort results by. The default is <code>CreationTime</code>.</p>"
3314      }
3315    },
3316    "ListLabelingJobsRequest": {
3317      "base": null,
3318      "refs": {
3319      }
3320    },
3321    "ListLabelingJobsResponse": {
3322      "base": null,
3323      "refs": {
3324      }
3325    },
3326    "ListModelPackagesInput": {
3327      "base": null,
3328      "refs": {
3329      }
3330    },
3331    "ListModelPackagesOutput": {
3332      "base": null,
3333      "refs": {
3334      }
3335    },
3336    "ListModelsInput": {
3337      "base": null,
3338      "refs": {
3339      }
3340    },
3341    "ListModelsOutput": {
3342      "base": null,
3343      "refs": {
3344      }
3345    },
3346    "ListMonitoringExecutionsRequest": {
3347      "base": null,
3348      "refs": {
3349      }
3350    },
3351    "ListMonitoringExecutionsResponse": {
3352      "base": null,
3353      "refs": {
3354      }
3355    },
3356    "ListMonitoringSchedulesRequest": {
3357      "base": null,
3358      "refs": {
3359      }
3360    },
3361    "ListMonitoringSchedulesResponse": {
3362      "base": null,
3363      "refs": {
3364      }
3365    },
3366    "ListNotebookInstanceLifecycleConfigsInput": {
3367      "base": null,
3368      "refs": {
3369      }
3370    },
3371    "ListNotebookInstanceLifecycleConfigsOutput": {
3372      "base": null,
3373      "refs": {
3374      }
3375    },
3376    "ListNotebookInstancesInput": {
3377      "base": null,
3378      "refs": {
3379      }
3380    },
3381    "ListNotebookInstancesOutput": {
3382      "base": null,
3383      "refs": {
3384      }
3385    },
3386    "ListProcessingJobsRequest": {
3387      "base": null,
3388      "refs": {
3389      }
3390    },
3391    "ListProcessingJobsResponse": {
3392      "base": null,
3393      "refs": {
3394      }
3395    },
3396    "ListSubscribedWorkteamsRequest": {
3397      "base": null,
3398      "refs": {
3399      }
3400    },
3401    "ListSubscribedWorkteamsResponse": {
3402      "base": null,
3403      "refs": {
3404      }
3405    },
3406    "ListTagsInput": {
3407      "base": null,
3408      "refs": {
3409      }
3410    },
3411    "ListTagsMaxResults": {
3412      "base": null,
3413      "refs": {
3414        "ListTagsInput$MaxResults": "<p>Maximum number of tags to return.</p>"
3415      }
3416    },
3417    "ListTagsOutput": {
3418      "base": null,
3419      "refs": {
3420      }
3421    },
3422    "ListTrainingJobsForHyperParameterTuningJobRequest": {
3423      "base": null,
3424      "refs": {
3425      }
3426    },
3427    "ListTrainingJobsForHyperParameterTuningJobResponse": {
3428      "base": null,
3429      "refs": {
3430      }
3431    },
3432    "ListTrainingJobsRequest": {
3433      "base": null,
3434      "refs": {
3435      }
3436    },
3437    "ListTrainingJobsResponse": {
3438      "base": null,
3439      "refs": {
3440      }
3441    },
3442    "ListTransformJobsRequest": {
3443      "base": null,
3444      "refs": {
3445      }
3446    },
3447    "ListTransformJobsResponse": {
3448      "base": null,
3449      "refs": {
3450      }
3451    },
3452    "ListTrialComponentKey256": {
3453      "base": null,
3454      "refs": {
3455        "UpdateTrialComponentRequest$ParametersToRemove": "<p>The hyperparameters to remove from the component.</p>",
3456        "UpdateTrialComponentRequest$InputArtifactsToRemove": "<p>The input artifacts to remove from the component.</p>",
3457        "UpdateTrialComponentRequest$OutputArtifactsToRemove": "<p>The output artifacts to remove from the component.</p>"
3458      }
3459    },
3460    "ListTrialComponentsRequest": {
3461      "base": null,
3462      "refs": {
3463      }
3464    },
3465    "ListTrialComponentsResponse": {
3466      "base": null,
3467      "refs": {
3468      }
3469    },
3470    "ListTrialsRequest": {
3471      "base": null,
3472      "refs": {
3473      }
3474    },
3475    "ListTrialsResponse": {
3476      "base": null,
3477      "refs": {
3478      }
3479    },
3480    "ListUserProfilesRequest": {
3481      "base": null,
3482      "refs": {
3483      }
3484    },
3485    "ListUserProfilesResponse": {
3486      "base": null,
3487      "refs": {
3488      }
3489    },
3490    "ListWorkteamsRequest": {
3491      "base": null,
3492      "refs": {
3493      }
3494    },
3495    "ListWorkteamsResponse": {
3496      "base": null,
3497      "refs": {
3498      }
3499    },
3500    "ListWorkteamsSortByOptions": {
3501      "base": null,
3502      "refs": {
3503        "ListWorkteamsRequest$SortBy": "<p>The field to sort results by. The default is <code>CreationTime</code>.</p>"
3504      }
3505    },
3506    "MaxAutoMLJobRuntimeInSeconds": {
3507      "base": null,
3508      "refs": {
3509        "AutoMLJobCompletionCriteria$MaxAutoMLJobRuntimeInSeconds": "<p>The maximum time, in seconds, an AutoML job is allowed to wait for a trial to complete. It must be equal to or greater than MaxRuntimePerTrainingJobInSeconds.</p>"
3510      }
3511    },
3512    "MaxCandidates": {
3513      "base": null,
3514      "refs": {
3515        "AutoMLJobCompletionCriteria$MaxCandidates": "<p>The maximum number of times a training job is allowed to run.</p>"
3516      }
3517    },
3518    "MaxConcurrentTaskCount": {
3519      "base": null,
3520      "refs": {
3521        "HumanTaskConfig$MaxConcurrentTaskCount": "<p>Defines the maximum number of data objects that can be labeled by human workers at the same time. Also referred to as batch size. Each object may have more than one worker at one time. The default value is 1000 objects.</p>"
3522      }
3523    },
3524    "MaxConcurrentTransforms": {
3525      "base": null,
3526      "refs": {
3527        "CreateTransformJobRequest$MaxConcurrentTransforms": "<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>",
3528        "DescribeTransformJobResponse$MaxConcurrentTransforms": "<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>",
3529        "TransformJobDefinition$MaxConcurrentTransforms": "<p>The maximum number of parallel requests that can be sent to each instance in a transform job. The default value is 1.</p>"
3530      }
3531    },
3532    "MaxHumanLabeledObjectCount": {
3533      "base": null,
3534      "refs": {
3535        "LabelingJobStoppingConditions$MaxHumanLabeledObjectCount": "<p>The maximum number of objects that can be labeled by human workers.</p>"
3536      }
3537    },
3538    "MaxNumberOfTrainingJobs": {
3539      "base": null,
3540      "refs": {
3541        "ResourceLimits$MaxNumberOfTrainingJobs": "<p>The maximum number of training jobs that a hyperparameter tuning job can launch.</p>"
3542      }
3543    },
3544    "MaxParallelTrainingJobs": {
3545      "base": null,
3546      "refs": {
3547        "ResourceLimits$MaxParallelTrainingJobs": "<p>The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.</p>"
3548      }
3549    },
3550    "MaxPayloadInMB": {
3551      "base": null,
3552      "refs": {
3553        "CreateTransformJobRequest$MaxPayloadInMB": "<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>",
3554        "DescribeTransformJobResponse$MaxPayloadInMB": "<p>The maximum payload size, in MB, used in the transform job.</p>",
3555        "TransformJobDefinition$MaxPayloadInMB": "<p>The maximum payload size allowed, in MB. A payload is the data portion of a record (without metadata).</p>"
3556      }
3557    },
3558    "MaxPercentageOfInputDatasetLabeled": {
3559      "base": null,
3560      "refs": {
3561        "LabelingJobStoppingConditions$MaxPercentageOfInputDatasetLabeled": "<p>The maximum number of input data objects that should be labeled.</p>"
3562      }
3563    },
3564    "MaxResults": {
3565      "base": null,
3566      "refs": {
3567        "ListAlgorithmsInput$MaxResults": "<p>The maximum number of algorithms to return in the response.</p>",
3568        "ListAppsRequest$MaxResults": "<p>Returns a list up to a specified limit.</p>",
3569        "ListCodeRepositoriesInput$MaxResults": "<p>The maximum number of Git repositories to return in the response.</p>",
3570        "ListCompilationJobsRequest$MaxResults": "<p>The maximum number of model compilation jobs to return in the response.</p>",
3571        "ListDomainsRequest$MaxResults": "<p>Returns a list up to a specified limit.</p>",
3572        "ListEndpointConfigsInput$MaxResults": "<p>The maximum number of training jobs to return in the response.</p>",
3573        "ListEndpointsInput$MaxResults": "<p>The maximum number of endpoints to return in the response.</p>",
3574        "ListExperimentsRequest$MaxResults": "<p>The maximum number of experiments to return in the response. The default value is 10.</p>",
3575        "ListFlowDefinitionsRequest$MaxResults": "<p>The total number of items to return. If the total number of available items is more than the value specified in <code>MaxResults</code>, then a <code>NextToken</code> will be provided in the output that you can use to resume pagination.</p>",
3576        "ListHumanTaskUisRequest$MaxResults": "<p>The total number of items to return. If the total number of available items is more than the value specified in <code>MaxResults</code>, then a <code>NextToken</code> will be provided in the output that you can use to resume pagination.</p>",
3577        "ListHyperParameterTuningJobsRequest$MaxResults": "<p>The maximum number of tuning jobs to return. The default value is 10.</p>",
3578        "ListLabelingJobsForWorkteamRequest$MaxResults": "<p>The maximum number of labeling jobs to return in each page of the response.</p>",
3579        "ListLabelingJobsRequest$MaxResults": "<p>The maximum number of labeling jobs to return in each page of the response.</p>",
3580        "ListModelPackagesInput$MaxResults": "<p>The maximum number of model packages to return in the response.</p>",
3581        "ListModelsInput$MaxResults": "<p>The maximum number of models to return in the response.</p>",
3582        "ListMonitoringExecutionsRequest$MaxResults": "<p>The maximum number of jobs to return in the response. The default value is 10.</p>",
3583        "ListMonitoringSchedulesRequest$MaxResults": "<p>The maximum number of jobs to return in the response. The default value is 10.</p>",
3584        "ListNotebookInstanceLifecycleConfigsInput$MaxResults": "<p>The maximum number of lifecycle configurations to return in the response.</p>",
3585        "ListNotebookInstancesInput$MaxResults": "<p>The maximum number of notebook instances to return.</p>",
3586        "ListProcessingJobsRequest$MaxResults": "<p>The maximum number of processing jobs to return in the response.</p>",
3587        "ListSubscribedWorkteamsRequest$MaxResults": "<p>The maximum number of work teams to return in each page of the response.</p>",
3588        "ListTrainingJobsForHyperParameterTuningJobRequest$MaxResults": "<p>The maximum number of training jobs to return. The default value is 10.</p>",
3589        "ListTrainingJobsRequest$MaxResults": "<p>The maximum number of training jobs to return in the response.</p>",
3590        "ListTransformJobsRequest$MaxResults": "<p>The maximum number of transform jobs to return in the response. The default value is <code>10</code>.</p>",
3591        "ListTrialComponentsRequest$MaxResults": "<p>The maximum number of components to return in the response. The default value is 10.</p>",
3592        "ListTrialsRequest$MaxResults": "<p>The maximum number of trials to return in the response. The default value is 10.</p>",
3593        "ListUserProfilesRequest$MaxResults": "<p>Returns a list up to a specified limit.</p>",
3594        "ListWorkteamsRequest$MaxResults": "<p>The maximum number of work teams to return in each page of the response.</p>",
3595        "SearchRequest$MaxResults": "<p>The maximum number of results to return.</p>"
3596      }
3597    },
3598    "MaxRuntimeInSeconds": {
3599      "base": null,
3600      "refs": {
3601        "StoppingCondition$MaxRuntimeInSeconds": "<p>The maximum length of time, in seconds, that the training or compilation job can run. If job does not complete during this time, Amazon SageMaker ends the job. If value is not specified, default value is 1 day. The maximum value is 28 days.</p>"
3602      }
3603    },
3604    "MaxRuntimePerTrainingJobInSeconds": {
3605      "base": null,
3606      "refs": {
3607        "AutoMLJobCompletionCriteria$MaxRuntimePerTrainingJobInSeconds": "<p>The maximum time, in seconds, a job is allowed to run.</p>"
3608      }
3609    },
3610    "MaxWaitTimeInSeconds": {
3611      "base": null,
3612      "refs": {
3613        "StoppingCondition$MaxWaitTimeInSeconds": "<p>The maximum length of time, in seconds, how long you are willing to wait for a managed spot training job to complete. It is the amount of time spent waiting for Spot capacity plus the amount of time the training job runs. It must be equal to or greater than <code>MaxRuntimeInSeconds</code>. </p>"
3614      }
3615    },
3616    "MediaType": {
3617      "base": null,
3618      "refs": {
3619        "TrialComponentArtifact$MediaType": "<p>The media type of the artifact, which indicates the type of data in the artifact file. The media type consists of a <i>type</i> and a <i>subtype</i> concatenated with a slash (/) character, for example, text/csv, image/jpeg, and s3/uri. The type specifies the category of the media. The subtype specifies the kind of data.</p>"
3620      }
3621    },
3622    "MemberDefinition": {
3623      "base": "<p>Defines the Amazon Cognito user group that is part of a work team.</p>",
3624      "refs": {
3625        "MemberDefinitions$member": null
3626      }
3627    },
3628    "MemberDefinitions": {
3629      "base": null,
3630      "refs": {
3631        "CreateWorkteamRequest$MemberDefinitions": "<p>A list of <code>MemberDefinition</code> objects that contains objects that identify the Amazon Cognito user pool that makes up the work team. For more information, see <a href=\"https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html\">Amazon Cognito User Pools</a>.</p> <p>All of the <code>CognitoMemberDefinition</code> objects that make up the member definition must have the same <code>ClientId</code> and <code>UserPool</code> values.</p>",
3632        "UpdateWorkteamRequest$MemberDefinitions": "<p>A list of <code>MemberDefinition</code> objects that contain the updated work team members.</p>",
3633        "Workteam$MemberDefinitions": "<p>The Amazon Cognito user groups that make up the work team.</p>"
3634      }
3635    },
3636    "MetricData": {
3637      "base": "<p>The name, value, and date and time of a metric that was emitted to Amazon CloudWatch.</p>",
3638      "refs": {
3639        "FinalMetricDataList$member": null
3640      }
3641    },
3642    "MetricDefinition": {
3643      "base": "<p>Specifies a metric that the training algorithm writes to <code>stderr</code> or <code>stdout</code> . Amazon SageMakerhyperparameter tuning captures all defined metrics. You specify one metric that a hyperparameter tuning job uses as its objective metric to choose the best training job.</p>",
3644      "refs": {
3645        "MetricDefinitionList$member": null
3646      }
3647    },
3648    "MetricDefinitionList": {
3649      "base": null,
3650      "refs": {
3651        "AlgorithmSpecification$MetricDefinitions": "<p>A list of metric definition objects. Each object specifies the metric name and regular expressions used to parse algorithm logs. Amazon SageMaker publishes each metric to Amazon CloudWatch.</p>",
3652        "HyperParameterAlgorithmSpecification$MetricDefinitions": "<p>An array of <a>MetricDefinition</a> objects that specify the metrics that the algorithm emits.</p>",
3653        "TrainingSpecification$MetricDefinitions": "<p>A list of <code>MetricDefinition</code> objects, which are used for parsing metrics generated by the algorithm.</p>"
3654      }
3655    },
3656    "MetricName": {
3657      "base": null,
3658      "refs": {
3659        "FinalHyperParameterTuningJobObjectiveMetric$MetricName": "<p>The name of the objective metric.</p>",
3660        "HyperParameterTuningJobObjective$MetricName": "<p>The name of the metric to use for the objective metric.</p>",
3661        "MetricData$MetricName": "<p>The name of the metric.</p>",
3662        "MetricDefinition$Name": "<p>The name of the metric.</p>",
3663        "TrialComponentMetricSummary$MetricName": "<p>The name of the metric.</p>"
3664      }
3665    },
3666    "MetricRegex": {
3667      "base": null,
3668      "refs": {
3669        "MetricDefinition$Regex": "<p>A regular expression that searches the output of a training job and gets the value of the metric. For more information about using regular expressions to define metrics, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-define-metrics.html\">Defining Objective Metrics</a>.</p>"
3670      }
3671    },
3672    "MetricValue": {
3673      "base": null,
3674      "refs": {
3675        "FinalAutoMLJobObjectiveMetric$Value": "<p>The value of the metric.</p>",
3676        "FinalHyperParameterTuningJobObjectiveMetric$Value": "<p>The value of the objective metric.</p>"
3677      }
3678    },
3679    "ModelArn": {
3680      "base": null,
3681      "refs": {
3682        "CreateModelOutput$ModelArn": "<p>The ARN of the model created in Amazon SageMaker.</p>",
3683        "DescribeModelOutput$ModelArn": "<p>The Amazon Resource Name (ARN) of the model.</p>",
3684        "LabelingJobAlgorithmsConfig$InitialActiveLearningModelArn": "<p>At the end of an auto-label job Amazon SageMaker Ground Truth sends the Amazon Resource Nam (ARN) of the final model used for auto-labeling. You can use this model as the starting point for subsequent similar jobs by providing the ARN of the model here. </p>",
3685        "LabelingJobOutput$FinalActiveLearningModelArn": "<p>The Amazon Resource Name (ARN) for the most recent Amazon SageMaker model trained as part of automated data labeling. </p>",
3686        "ModelSummary$ModelArn": "<p>The Amazon Resource Name (ARN) of the model.</p>"
3687      }
3688    },
3689    "ModelArtifacts": {
3690      "base": "<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>",
3691      "refs": {
3692        "DescribeCompilationJobResponse$ModelArtifacts": "<p>Information about the location in Amazon S3 that has been configured for storing the model artifacts used in the compilation job.</p>",
3693        "DescribeTrainingJobResponse$ModelArtifacts": "<p>Information about the Amazon S3 location that is configured for storing model artifacts. </p>",
3694        "TrainingJob$ModelArtifacts": "<p>Information about the Amazon S3 location that is configured for storing model artifacts.</p>"
3695      }
3696    },
3697    "ModelClientConfig": {
3698      "base": "<p>Configures the timeout and maximum number of retries for processing a transform job invocation.</p>",
3699      "refs": {
3700        "CreateTransformJobRequest$ModelClientConfig": "<p>Configures the timeout and maximum number of retries for processing a transform job invocation.</p>",
3701        "DescribeTransformJobResponse$ModelClientConfig": "<p>The timeout and maximum number of retries for processing a transform job invocation.</p>"
3702      }
3703    },
3704    "ModelName": {
3705      "base": null,
3706      "refs": {
3707        "CreateModelInput$ModelName": "<p>The name of the new model.</p>",
3708        "CreateTransformJobRequest$ModelName": "<p>The name of the model that you want to use for the transform job. <code>ModelName</code> must be the name of an existing Amazon SageMaker model within an AWS Region in an AWS account.</p>",
3709        "DeleteModelInput$ModelName": "<p>The name of the model to delete.</p>",
3710        "DescribeModelInput$ModelName": "<p>The name of the model.</p>",
3711        "DescribeModelOutput$ModelName": "<p>Name of the Amazon SageMaker model.</p>",
3712        "DescribeTransformJobResponse$ModelName": "<p>The name of the model used in the transform job.</p>",
3713        "ModelSummary$ModelName": "<p>The name of the model that you want a summary for.</p>",
3714        "ProductionVariant$ModelName": "<p>The name of the model that you want to host. This is the name that you specified when creating the model.</p>"
3715      }
3716    },
3717    "ModelNameContains": {
3718      "base": null,
3719      "refs": {
3720        "ListModelsInput$NameContains": "<p>A string in the training job name. This filter returns only models in the training job whose name contains the specified string.</p>"
3721      }
3722    },
3723    "ModelPackageArn": {
3724      "base": null,
3725      "refs": {
3726        "CreateModelPackageOutput$ModelPackageArn": "<p>The Amazon Resource Name (ARN) of the new model package.</p>",
3727        "DescribeModelPackageOutput$ModelPackageArn": "<p>The Amazon Resource Name (ARN) of the model package.</p>",
3728        "ModelPackageSummary$ModelPackageArn": "<p>The Amazon Resource Name (ARN) of the model package.</p>"
3729      }
3730    },
3731    "ModelPackageContainerDefinition": {
3732      "base": "<p>Describes the Docker container for the model package.</p>",
3733      "refs": {
3734        "ModelPackageContainerDefinitionList$member": null
3735      }
3736    },
3737    "ModelPackageContainerDefinitionList": {
3738      "base": null,
3739      "refs": {
3740        "InferenceSpecification$Containers": "<p>The Amazon ECR registry path of the Docker image that contains the inference code.</p>"
3741      }
3742    },
3743    "ModelPackageSortBy": {
3744      "base": null,
3745      "refs": {
3746        "ListModelPackagesInput$SortBy": "<p>The parameter by which to sort the results. The default is <code>CreationTime</code>.</p>"
3747      }
3748    },
3749    "ModelPackageStatus": {
3750      "base": null,
3751      "refs": {
3752        "DescribeModelPackageOutput$ModelPackageStatus": "<p>The current status of the model package.</p>",
3753        "ModelPackageSummary$ModelPackageStatus": "<p>The overall status of the model package.</p>"
3754      }
3755    },
3756    "ModelPackageStatusDetails": {
3757      "base": "<p>Specifies the validation and image scan statuses of the model package.</p>",
3758      "refs": {
3759        "DescribeModelPackageOutput$ModelPackageStatusDetails": "<p>Details about the current status of the model package.</p>"
3760      }
3761    },
3762    "ModelPackageStatusItem": {
3763      "base": "<p>Represents the overall status of a model package.</p>",
3764      "refs": {
3765        "ModelPackageStatusItemList$member": null
3766      }
3767    },
3768    "ModelPackageStatusItemList": {
3769      "base": null,
3770      "refs": {
3771        "ModelPackageStatusDetails$ValidationStatuses": "<p>The validation status of the model package.</p>",
3772        "ModelPackageStatusDetails$ImageScanStatuses": "<p>The status of the scan of the Docker image container for the model package.</p>"
3773      }
3774    },
3775    "ModelPackageSummary": {
3776      "base": "<p>Provides summary information about a model package.</p>",
3777      "refs": {
3778        "ModelPackageSummaryList$member": null
3779      }
3780    },
3781    "ModelPackageSummaryList": {
3782      "base": null,
3783      "refs": {
3784        "ListModelPackagesOutput$ModelPackageSummaryList": "<p>An array of <code>ModelPackageSummary</code> objects, each of which lists a model package.</p>"
3785      }
3786    },
3787    "ModelPackageValidationProfile": {
3788      "base": "<p>Contains data, such as the inputs and targeted instance types that are used in the process of validating the model package.</p> <p>The data provided in the validation profile is made available to your buyers on AWS Marketplace.</p>",
3789      "refs": {
3790        "ModelPackageValidationProfiles$member": null
3791      }
3792    },
3793    "ModelPackageValidationProfiles": {
3794      "base": null,
3795      "refs": {
3796        "ModelPackageValidationSpecification$ValidationProfiles": "<p>An array of <code>ModelPackageValidationProfile</code> objects, each of which specifies a batch transform job that Amazon SageMaker runs to validate your model package.</p>"
3797      }
3798    },
3799    "ModelPackageValidationSpecification": {
3800      "base": "<p>Specifies batch transform jobs that Amazon SageMaker runs to validate your model package.</p>",
3801      "refs": {
3802        "CreateModelPackageInput$ValidationSpecification": "<p>Specifies configurations for one or more transform jobs that Amazon SageMaker runs to test the model package.</p>",
3803        "DescribeModelPackageOutput$ValidationSpecification": "<p>Configurations for one or more transform jobs that Amazon SageMaker runs to test the model package.</p>"
3804      }
3805    },
3806    "ModelSortKey": {
3807      "base": null,
3808      "refs": {
3809        "ListModelsInput$SortBy": "<p>Sorts the list of results. The default is <code>CreationTime</code>.</p>"
3810      }
3811    },
3812    "ModelSummary": {
3813      "base": "<p>Provides summary information about a model.</p>",
3814      "refs": {
3815        "ModelSummaryList$member": null
3816      }
3817    },
3818    "ModelSummaryList": {
3819      "base": null,
3820      "refs": {
3821        "ListModelsOutput$Models": "<p>An array of <code>ModelSummary</code> objects, each of which lists a model.</p>"
3822      }
3823    },
3824    "MonitoringAppSpecification": {
3825      "base": "<p>Container image configuration object for the monitoring job.</p>",
3826      "refs": {
3827        "MonitoringJobDefinition$MonitoringAppSpecification": "<p>Configures the monitoring job to run a specified Docker container image.</p>"
3828      }
3829    },
3830    "MonitoringBaselineConfig": {
3831      "base": "<p>Configuration for monitoring constraints and monitoring statistics. These baseline resources are compared against the results of the current job from the series of jobs scheduled to collect data periodically.</p>",
3832      "refs": {
3833        "MonitoringJobDefinition$BaselineConfig": "<p>Baseline configuration used to validate that the data conforms to the specified constraints and statistics</p>"
3834      }
3835    },
3836    "MonitoringClusterConfig": {
3837      "base": "<p>Configuration for the cluster used to run model monitoring jobs.</p>",
3838      "refs": {
3839        "MonitoringResources$ClusterConfig": "<p>The configuration for the cluster resources used to run the processing job.</p>"
3840      }
3841    },
3842    "MonitoringConstraintsResource": {
3843      "base": "<p>The constraints resource for a monitoring job.</p>",
3844      "refs": {
3845        "MonitoringBaselineConfig$ConstraintsResource": "<p>The baseline constraint file in Amazon S3 that the current monitoring job should validated against.</p>"
3846      }
3847    },
3848    "MonitoringContainerArguments": {
3849      "base": null,
3850      "refs": {
3851        "MonitoringAppSpecification$ContainerArguments": "<p>An array of arguments for the container used to run the monitoring job.</p>"
3852      }
3853    },
3854    "MonitoringEnvironmentMap": {
3855      "base": null,
3856      "refs": {
3857        "MonitoringJobDefinition$Environment": "<p>Sets the environment variables in the Docker container.</p>"
3858      }
3859    },
3860    "MonitoringExecutionSortKey": {
3861      "base": null,
3862      "refs": {
3863        "ListMonitoringExecutionsRequest$SortBy": "<p>Whether to sort results by <code>Status</code>, <code>CreationTime</code>, <code>ScheduledTime</code> field. The default is <code>CreationTime</code>.</p>"
3864      }
3865    },
3866    "MonitoringExecutionSummary": {
3867      "base": "<p>Summary of information about the last monitoring job to run.</p>",
3868      "refs": {
3869        "DescribeMonitoringScheduleResponse$LastMonitoringExecutionSummary": "<p>Describes metadata on the last execution to run, if there was one.</p>",
3870        "MonitoringExecutionSummaryList$member": null
3871      }
3872    },
3873    "MonitoringExecutionSummaryList": {
3874      "base": null,
3875      "refs": {
3876        "ListMonitoringExecutionsResponse$MonitoringExecutionSummaries": "<p>A JSON array in which each element is a summary for a monitoring execution.</p>"
3877      }
3878    },
3879    "MonitoringInput": {
3880      "base": "<p>The inputs for a monitoring job.</p>",
3881      "refs": {
3882        "MonitoringInputs$member": null
3883      }
3884    },
3885    "MonitoringInputs": {
3886      "base": null,
3887      "refs": {
3888        "MonitoringJobDefinition$MonitoringInputs": "<p>The array of inputs for the monitoring job. Currently we support monitoring an Amazon SageMaker Endpoint.</p>"
3889      }
3890    },
3891    "MonitoringJobDefinition": {
3892      "base": "<p>Defines the monitoring job.</p>",
3893      "refs": {
3894        "MonitoringScheduleConfig$MonitoringJobDefinition": "<p>Defines the monitoring job.</p>"
3895      }
3896    },
3897    "MonitoringMaxRuntimeInSeconds": {
3898      "base": null,
3899      "refs": {
3900        "MonitoringStoppingCondition$MaxRuntimeInSeconds": "<p>The maximum runtime allowed in seconds.</p>"
3901      }
3902    },
3903    "MonitoringOutput": {
3904      "base": "<p>The output object for a monitoring job.</p>",
3905      "refs": {
3906        "MonitoringOutputs$member": null
3907      }
3908    },
3909    "MonitoringOutputConfig": {
3910      "base": "<p>The output configuration for monitoring jobs.</p>",
3911      "refs": {
3912        "MonitoringJobDefinition$MonitoringOutputConfig": "<p>The array of outputs from the monitoring job to be uploaded to Amazon Simple Storage Service (Amazon S3).</p>"
3913      }
3914    },
3915    "MonitoringOutputs": {
3916      "base": null,
3917      "refs": {
3918        "MonitoringOutputConfig$MonitoringOutputs": "<p>Monitoring outputs for monitoring jobs. This is where the output of the periodic monitoring jobs is uploaded.</p>"
3919      }
3920    },
3921    "MonitoringResources": {
3922      "base": "<p>Identifies the resources to deploy for a monitoring job.</p>",
3923      "refs": {
3924        "MonitoringJobDefinition$MonitoringResources": "<p>Identifies the resources, ML compute instances, and ML storage volumes to deploy for a monitoring job. In distributed processing, you specify more than one instance.</p>"
3925      }
3926    },
3927    "MonitoringS3Output": {
3928      "base": "<p>Information about where and how you want to store the results of a monitoring job.</p>",
3929      "refs": {
3930        "MonitoringOutput$S3Output": "<p>The Amazon S3 storage location where the results of a monitoring job are saved.</p>"
3931      }
3932    },
3933    "MonitoringS3Uri": {
3934      "base": null,
3935      "refs": {
3936        "MonitoringS3Output$S3Uri": "<p>A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job.</p>"
3937      }
3938    },
3939    "MonitoringScheduleArn": {
3940      "base": null,
3941      "refs": {
3942        "CreateMonitoringScheduleResponse$MonitoringScheduleArn": "<p>The Amazon Resource Name (ARN) of the monitoring schedule.</p>",
3943        "DescribeMonitoringScheduleResponse$MonitoringScheduleArn": "<p>The Amazon Resource Name (ARN) of the monitoring schedule.</p>",
3944        "DescribeProcessingJobResponse$MonitoringScheduleArn": "<p>The ARN of a monitoring schedule for an endpoint associated with this processing job.</p>",
3945        "MonitoringScheduleSummary$MonitoringScheduleArn": "<p>The Amazon Resource Name (ARN) of the monitoring schedule.</p>",
3946        "ProcessingJob$MonitoringScheduleArn": "<p>The ARN of a monitoring schedule for an endpoint associated with this processing job.</p>",
3947        "UpdateMonitoringScheduleResponse$MonitoringScheduleArn": "<p>The Amazon Resource Name (ARN) of the monitoring schedule.</p>"
3948      }
3949    },
3950    "MonitoringScheduleConfig": {
3951      "base": "<p>Configures the monitoring schedule and defines the monitoring job.</p>",
3952      "refs": {
3953        "CreateMonitoringScheduleRequest$MonitoringScheduleConfig": "<p>The configuration object that specifies the monitoring schedule and defines the monitoring job.</p>",
3954        "DescribeMonitoringScheduleResponse$MonitoringScheduleConfig": "<p>The configuration object that specifies the monitoring schedule and defines the monitoring job.</p>",
3955        "UpdateMonitoringScheduleRequest$MonitoringScheduleConfig": "<p>The configuration object that specifies the monitoring schedule and defines the monitoring job.</p>"
3956      }
3957    },
3958    "MonitoringScheduleName": {
3959      "base": null,
3960      "refs": {
3961        "CreateMonitoringScheduleRequest$MonitoringScheduleName": "<p>The name of the monitoring schedule. The name must be unique within an AWS Region within an AWS account.</p>",
3962        "DeleteMonitoringScheduleRequest$MonitoringScheduleName": "<p>The name of the monitoring schedule to delete.</p>",
3963        "DescribeMonitoringScheduleRequest$MonitoringScheduleName": "<p>Name of a previously created monitoring schedule.</p>",
3964        "DescribeMonitoringScheduleResponse$MonitoringScheduleName": "<p>Name of the monitoring schedule.</p>",
3965        "ListMonitoringExecutionsRequest$MonitoringScheduleName": "<p>Name of a specific schedule to fetch jobs for.</p>",
3966        "MonitoringExecutionSummary$MonitoringScheduleName": "<p>The name of the monitoring schedule.</p>",
3967        "MonitoringScheduleSummary$MonitoringScheduleName": "<p>The name of the monitoring schedule.</p>",
3968        "StartMonitoringScheduleRequest$MonitoringScheduleName": "<p>The name of the schedule to start.</p>",
3969        "StopMonitoringScheduleRequest$MonitoringScheduleName": "<p>The name of the schedule to stop.</p>",
3970        "UpdateMonitoringScheduleRequest$MonitoringScheduleName": "<p>The name of the monitoring schedule. The name must be unique within an AWS Region within an AWS account.</p>"
3971      }
3972    },
3973    "MonitoringScheduleSortKey": {
3974      "base": null,
3975      "refs": {
3976        "ListMonitoringSchedulesRequest$SortBy": "<p>Whether to sort results by <code>Status</code>, <code>CreationTime</code>, <code>ScheduledTime</code> field. The default is <code>CreationTime</code>.</p>"
3977      }
3978    },
3979    "MonitoringScheduleSummary": {
3980      "base": "<p>Summarizes the monitoring schedule.</p>",
3981      "refs": {
3982        "MonitoringScheduleSummaryList$member": null
3983      }
3984    },
3985    "MonitoringScheduleSummaryList": {
3986      "base": null,
3987      "refs": {
3988        "ListMonitoringSchedulesResponse$MonitoringScheduleSummaries": "<p>A JSON array in which each element is a summary for a monitoring schedule.</p>"
3989      }
3990    },
3991    "MonitoringStatisticsResource": {
3992      "base": "<p>The statistics resource for a monitoring job.</p>",
3993      "refs": {
3994        "MonitoringBaselineConfig$StatisticsResource": "<p>The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.</p>"
3995      }
3996    },
3997    "MonitoringStoppingCondition": {
3998      "base": "<p>A time limit for how long the monitoring job is allowed to run before stopping.</p>",
3999      "refs": {
4000        "MonitoringJobDefinition$StoppingCondition": "<p>Specifies a time limit for how long the monitoring job is allowed to run.</p>"
4001      }
4002    },
4003    "NameContains": {
4004      "base": null,
4005      "refs": {
4006        "ListAlgorithmsInput$NameContains": "<p>A string in the algorithm name. This filter returns only algorithms whose name contains the specified string.</p>",
4007        "ListCompilationJobsRequest$NameContains": "<p>A filter that returns the model compilation jobs whose name contains a specified string.</p>",
4008        "ListHyperParameterTuningJobsRequest$NameContains": "<p>A string in the tuning job name. This filter returns only tuning jobs whose name contains the specified string.</p>",
4009        "ListLabelingJobsRequest$NameContains": "<p>A string in the labeling job name. This filter returns only labeling jobs whose name contains the specified string.</p>",
4010        "ListModelPackagesInput$NameContains": "<p>A string in the model package name. This filter returns only model packages whose name contains the specified string.</p>",
4011        "ListMonitoringSchedulesRequest$NameContains": "<p>Filter for monitoring schedules whose name contains a specified string.</p>",
4012        "ListTrainingJobsRequest$NameContains": "<p>A string in the training job name. This filter returns only training jobs whose name contains the specified string.</p>",
4013        "ListTransformJobsRequest$NameContains": "<p>A string in the transform job name. This filter returns only transform jobs whose name contains the specified string.</p>"
4014      }
4015    },
4016    "NestedFilters": {
4017      "base": "<p>A list of nested <a>Filter</a> objects. A resource must satisfy the conditions of all filters to be included in the results returned from the <a>Search</a> API.</p> <p>For example, to filter on a training job's <code>InputDataConfig</code> property with a specific channel name and <code>S3Uri</code> prefix, define the following filters:</p> <ul> <li> <p> <code>'{Name:\"InputDataConfig.ChannelName\", \"Operator\":\"Equals\", \"Value\":\"train\"}',</code> </p> </li> <li> <p> <code>'{Name:\"InputDataConfig.DataSource.S3DataSource.S3Uri\", \"Operator\":\"Contains\", \"Value\":\"mybucket/catdata\"}'</code> </p> </li> </ul>",
4018      "refs": {
4019        "NestedFiltersList$member": null
4020      }
4021    },
4022    "NestedFiltersList": {
4023      "base": null,
4024      "refs": {
4025        "SearchExpression$NestedFilters": "<p>A list of nested filter objects.</p>"
4026      }
4027    },
4028    "NetworkConfig": {
4029      "base": "<p>Networking options for a job, such as network traffic encryption between containers, whether to allow inbound and outbound network calls to and from containers, and the VPC subnets and security groups to use for VPC-enabled jobs.</p>",
4030      "refs": {
4031        "CreateProcessingJobRequest$NetworkConfig": "<p>Networking options for a processing job.</p>",
4032        "DescribeProcessingJobResponse$NetworkConfig": "<p>Networking options for a processing job.</p>",
4033        "MonitoringJobDefinition$NetworkConfig": "<p>Specifies networking options for an monitoring job.</p>",
4034        "ProcessingJob$NetworkConfig": null
4035      }
4036    },
4037    "NetworkInterfaceId": {
4038      "base": null,
4039      "refs": {
4040        "DescribeNotebookInstanceOutput$NetworkInterfaceId": "<p>The network interface IDs that Amazon SageMaker created at the time of creating the instance. </p>"
4041      }
4042    },
4043    "NextToken": {
4044      "base": null,
4045      "refs": {
4046        "ListAlgorithmsInput$NextToken": "<p>If the response to a previous <code>ListAlgorithms</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of algorithms, use the token in the next request.</p>",
4047        "ListAlgorithmsOutput$NextToken": "<p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.</p>",
4048        "ListAppsRequest$NextToken": "<p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>",
4049        "ListAppsResponse$NextToken": "<p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>",
4050        "ListAutoMLJobsRequest$NextToken": "<p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>",
4051        "ListAutoMLJobsResponse$NextToken": "<p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>",
4052        "ListCandidatesForAutoMLJobRequest$NextToken": "<p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>",
4053        "ListCandidatesForAutoMLJobResponse$NextToken": "<p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>",
4054        "ListCodeRepositoriesInput$NextToken": "<p>If the result of a <code>ListCodeRepositoriesOutput</code> request was truncated, the response includes a <code>NextToken</code>. To get the next set of Git repositories, use the token in the next request.</p>",
4055        "ListCodeRepositoriesOutput$NextToken": "<p>If the result of a <code>ListCodeRepositoriesOutput</code> request was truncated, the response includes a <code>NextToken</code>. To get the next set of Git repositories, use the token in the next request.</p>",
4056        "ListCompilationJobsRequest$NextToken": "<p>If the result of the previous <code>ListCompilationJobs</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of model compilation jobs, use the token in the next request.</p>",
4057        "ListCompilationJobsResponse$NextToken": "<p>If the response is truncated, Amazon SageMaker returns this <code>NextToken</code>. To retrieve the next set of model compilation jobs, use this token in the next request.</p>",
4058        "ListDomainsRequest$NextToken": "<p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>",
4059        "ListDomainsResponse$NextToken": "<p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>",
4060        "ListExperimentsRequest$NextToken": "<p>If the previous call to <code>ListExperiments</code> didn't return the full set of experiments, the call returns a token for getting the next set of experiments.</p>",
4061        "ListExperimentsResponse$NextToken": "<p>A token for getting the next set of experiments, if there are any.</p>",
4062        "ListFlowDefinitionsRequest$NextToken": "<p>A token to resume pagination.</p>",
4063        "ListFlowDefinitionsResponse$NextToken": "<p>A token to resume pagination.</p>",
4064        "ListHumanTaskUisRequest$NextToken": "<p>A token to resume pagination.</p>",
4065        "ListHumanTaskUisResponse$NextToken": "<p>A token to resume pagination.</p>",
4066        "ListHyperParameterTuningJobsRequest$NextToken": "<p>If the result of the previous <code>ListHyperParameterTuningJobs</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of tuning jobs, use the token in the next request.</p>",
4067        "ListHyperParameterTuningJobsResponse$NextToken": "<p>If the result of this <code>ListHyperParameterTuningJobs</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of tuning jobs, use the token in the next request.</p>",
4068        "ListLabelingJobsForWorkteamRequest$NextToken": "<p>If the result of the previous <code>ListLabelingJobsForWorkteam</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of labeling jobs, use the token in the next request.</p>",
4069        "ListLabelingJobsForWorkteamResponse$NextToken": "<p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of labeling jobs, use it in the subsequent request.</p>",
4070        "ListLabelingJobsRequest$NextToken": "<p>If the result of the previous <code>ListLabelingJobs</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of labeling jobs, use the token in the next request.</p>",
4071        "ListLabelingJobsResponse$NextToken": "<p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of labeling jobs, use it in the subsequent request.</p>",
4072        "ListModelPackagesInput$NextToken": "<p>If the response to a previous <code>ListModelPackages</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of model packages, use the token in the next request.</p>",
4073        "ListModelPackagesOutput$NextToken": "<p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of model packages, use it in the subsequent request.</p>",
4074        "ListMonitoringExecutionsRequest$NextToken": "<p>The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.</p>",
4075        "ListMonitoringExecutionsResponse$NextToken": "<p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use it in the subsequent reques</p>",
4076        "ListMonitoringSchedulesRequest$NextToken": "<p>The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.</p>",
4077        "ListMonitoringSchedulesResponse$NextToken": "<p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use it in the subsequent reques</p>",
4078        "ListNotebookInstanceLifecycleConfigsInput$NextToken": "<p>If the result of a <code>ListNotebookInstanceLifecycleConfigs</code> request was truncated, the response includes a <code>NextToken</code>. To get the next set of lifecycle configurations, use the token in the next request.</p>",
4079        "ListNotebookInstanceLifecycleConfigsOutput$NextToken": "<p>If the response is truncated, Amazon SageMaker returns this token. To get the next set of lifecycle configurations, use it in the next request. </p>",
4080        "ListNotebookInstancesInput$NextToken": "<p> If the previous call to the <code>ListNotebookInstances</code> is truncated, the response includes a <code>NextToken</code>. You can use this token in your subsequent <code>ListNotebookInstances</code> request to fetch the next set of notebook instances. </p> <note> <p>You might specify a filter or a sort order in your request. When response is truncated, you must use the same values for the filer and sort order in the next request. </p> </note>",
4081        "ListNotebookInstancesOutput$NextToken": "<p>If the response to the previous <code>ListNotebookInstances</code> request was truncated, Amazon SageMaker returns this token. To retrieve the next set of notebook instances, use the token in the next request.</p>",
4082        "ListProcessingJobsRequest$NextToken": "<p>If the result of the previous <code>ListProcessingJobs</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of processing jobs, use the token in the next request.</p>",
4083        "ListProcessingJobsResponse$NextToken": "<p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of processing jobs, use it in the subsequent request.</p>",
4084        "ListSubscribedWorkteamsRequest$NextToken": "<p>If the result of the previous <code>ListSubscribedWorkteams</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of labeling jobs, use the token in the next request.</p>",
4085        "ListSubscribedWorkteamsResponse$NextToken": "<p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of work teams, use it in the subsequent request.</p>",
4086        "ListTagsInput$NextToken": "<p> If the response to the previous <code>ListTags</code> request is truncated, Amazon SageMaker returns this token. To retrieve the next set of tags, use it in the subsequent request. </p>",
4087        "ListTagsOutput$NextToken": "<p> If response is truncated, Amazon SageMaker includes a token in the response. You can use this token in your subsequent request to fetch next set of tokens. </p>",
4088        "ListTrainingJobsForHyperParameterTuningJobRequest$NextToken": "<p>If the result of the previous <code>ListTrainingJobsForHyperParameterTuningJob</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of training jobs, use the token in the next request.</p>",
4089        "ListTrainingJobsForHyperParameterTuningJobResponse$NextToken": "<p>If the result of this <code>ListTrainingJobsForHyperParameterTuningJob</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of training jobs, use the token in the next request.</p>",
4090        "ListTrainingJobsRequest$NextToken": "<p>If the result of the previous <code>ListTrainingJobs</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of training jobs, use the token in the next request. </p>",
4091        "ListTrainingJobsResponse$NextToken": "<p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of training jobs, use it in the subsequent request.</p>",
4092        "ListTransformJobsRequest$NextToken": "<p>If the result of the previous <code>ListTransformJobs</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of transform jobs, use the token in the next request.</p>",
4093        "ListTransformJobsResponse$NextToken": "<p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of transform jobs, use it in the next request.</p>",
4094        "ListTrialComponentsRequest$NextToken": "<p>If the previous call to <code>ListTrialComponents</code> didn't return the full set of components, the call returns a token for getting the next set of components.</p>",
4095        "ListTrialComponentsResponse$NextToken": "<p>A token for getting the next set of components, if there are any.</p>",
4096        "ListTrialsRequest$NextToken": "<p>If the previous call to <code>ListTrials</code> didn't return the full set of trials, the call returns a token for getting the next set of trials.</p>",
4097        "ListTrialsResponse$NextToken": "<p>A token for getting the next set of trials, if there are any.</p>",
4098        "ListUserProfilesRequest$NextToken": "<p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>",
4099        "ListUserProfilesResponse$NextToken": "<p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>",
4100        "ListWorkteamsRequest$NextToken": "<p>If the result of the previous <code>ListWorkteams</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of labeling jobs, use the token in the next request.</p>",
4101        "ListWorkteamsResponse$NextToken": "<p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of work teams, use it in the subsequent request.</p>",
4102        "SearchRequest$NextToken": "<p>If more than <code>MaxResults</code> resources match the specified <code>SearchExpression</code>, the response includes a <code>NextToken</code>. The <code>NextToken</code> can be passed to the next <code>SearchRequest</code> to continue retrieving results.</p>",
4103        "SearchResponse$NextToken": "<p>If the result of the previous <code>Search</code> request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request.</p>"
4104      }
4105    },
4106    "NotebookInstanceAcceleratorType": {
4107      "base": null,
4108      "refs": {
4109        "NotebookInstanceAcceleratorTypes$member": null
4110      }
4111    },
4112    "NotebookInstanceAcceleratorTypes": {
4113      "base": null,
4114      "refs": {
4115        "CreateNotebookInstanceInput$AcceleratorTypes": "<p>A list of Elastic Inference (EI) instance types to associate with this notebook instance. Currently, only one instance type can be associated with a notebook instance. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html\">Using Elastic Inference in Amazon SageMaker</a>.</p>",
4116        "DescribeNotebookInstanceOutput$AcceleratorTypes": "<p>A list of the Elastic Inference (EI) instance types associated with this notebook instance. Currently only one EI instance type can be associated with a notebook instance. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html\">Using Elastic Inference in Amazon SageMaker</a>.</p>",
4117        "UpdateNotebookInstanceInput$AcceleratorTypes": "<p>A list of the Elastic Inference (EI) instance types to associate with this notebook instance. Currently only one EI instance type can be associated with a notebook instance. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html\">Using Elastic Inference in Amazon SageMaker</a>.</p>"
4118      }
4119    },
4120    "NotebookInstanceArn": {
4121      "base": null,
4122      "refs": {
4123        "CreateNotebookInstanceOutput$NotebookInstanceArn": "<p>The Amazon Resource Name (ARN) of the notebook instance. </p>",
4124        "DescribeNotebookInstanceOutput$NotebookInstanceArn": "<p>The Amazon Resource Name (ARN) of the notebook instance.</p>",
4125        "NotebookInstanceSummary$NotebookInstanceArn": "<p>The Amazon Resource Name (ARN) of the notebook instance.</p>"
4126      }
4127    },
4128    "NotebookInstanceLifecycleConfigArn": {
4129      "base": null,
4130      "refs": {
4131        "CreateNotebookInstanceLifecycleConfigOutput$NotebookInstanceLifecycleConfigArn": "<p>The Amazon Resource Name (ARN) of the lifecycle configuration.</p>",
4132        "DescribeNotebookInstanceLifecycleConfigOutput$NotebookInstanceLifecycleConfigArn": "<p>The Amazon Resource Name (ARN) of the lifecycle configuration.</p>",
4133        "NotebookInstanceLifecycleConfigSummary$NotebookInstanceLifecycleConfigArn": "<p>The Amazon Resource Name (ARN) of the lifecycle configuration.</p>"
4134      }
4135    },
4136    "NotebookInstanceLifecycleConfigContent": {
4137      "base": null,
4138      "refs": {
4139        "NotebookInstanceLifecycleHook$Content": "<p>A base64-encoded string that contains a shell script for a notebook instance lifecycle configuration.</p>"
4140      }
4141    },
4142    "NotebookInstanceLifecycleConfigList": {
4143      "base": null,
4144      "refs": {
4145        "CreateNotebookInstanceLifecycleConfigInput$OnCreate": "<p>A shell script that runs only once, when you create a notebook instance. The shell script must be a base64-encoded string.</p>",
4146        "CreateNotebookInstanceLifecycleConfigInput$OnStart": "<p>A shell script that runs every time you start a notebook instance, including when you create the notebook instance. The shell script must be a base64-encoded string.</p>",
4147        "DescribeNotebookInstanceLifecycleConfigOutput$OnCreate": "<p>The shell script that runs only once, when you create a notebook instance.</p>",
4148        "DescribeNotebookInstanceLifecycleConfigOutput$OnStart": "<p>The shell script that runs every time you start a notebook instance, including when you create the notebook instance.</p>",
4149        "UpdateNotebookInstanceLifecycleConfigInput$OnCreate": "<p>The shell script that runs only once, when you create a notebook instance. The shell script must be a base64-encoded string.</p>",
4150        "UpdateNotebookInstanceLifecycleConfigInput$OnStart": "<p>The shell script that runs every time you start a notebook instance, including when you create the notebook instance. The shell script must be a base64-encoded string.</p>"
4151      }
4152    },
4153    "NotebookInstanceLifecycleConfigName": {
4154      "base": null,
4155      "refs": {
4156        "CreateNotebookInstanceInput$LifecycleConfigName": "<p>The name of a lifecycle configuration to associate with the notebook instance. For information about lifestyle configurations, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html\">Step 2.1: (Optional) Customize a Notebook Instance</a>.</p>",
4157        "CreateNotebookInstanceLifecycleConfigInput$NotebookInstanceLifecycleConfigName": "<p>The name of the lifecycle configuration.</p>",
4158        "DeleteNotebookInstanceLifecycleConfigInput$NotebookInstanceLifecycleConfigName": "<p>The name of the lifecycle configuration to delete.</p>",
4159        "DescribeNotebookInstanceLifecycleConfigInput$NotebookInstanceLifecycleConfigName": "<p>The name of the lifecycle configuration to describe.</p>",
4160        "DescribeNotebookInstanceLifecycleConfigOutput$NotebookInstanceLifecycleConfigName": "<p>The name of the lifecycle configuration.</p>",
4161        "DescribeNotebookInstanceOutput$NotebookInstanceLifecycleConfigName": "<p>Returns the name of a notebook instance lifecycle configuration.</p> <p>For information about notebook instance lifestyle configurations, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html\">Step 2.1: (Optional) Customize a Notebook Instance</a> </p>",
4162        "ListNotebookInstancesInput$NotebookInstanceLifecycleConfigNameContains": "<p>A string in the name of a notebook instances lifecycle configuration associated with this notebook instance. This filter returns only notebook instances associated with a lifecycle configuration with a name that contains the specified string.</p>",
4163        "NotebookInstanceLifecycleConfigSummary$NotebookInstanceLifecycleConfigName": "<p>The name of the lifecycle configuration.</p>",
4164        "NotebookInstanceSummary$NotebookInstanceLifecycleConfigName": "<p>The name of a notebook instance lifecycle configuration associated with this notebook instance.</p> <p>For information about notebook instance lifestyle configurations, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html\">Step 2.1: (Optional) Customize a Notebook Instance</a>.</p>",
4165        "UpdateNotebookInstanceInput$LifecycleConfigName": "<p>The name of a lifecycle configuration to associate with the notebook instance. For information about lifestyle configurations, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html\">Step 2.1: (Optional) Customize a Notebook Instance</a>.</p>",
4166        "UpdateNotebookInstanceLifecycleConfigInput$NotebookInstanceLifecycleConfigName": "<p>The name of the lifecycle configuration.</p>"
4167      }
4168    },
4169    "NotebookInstanceLifecycleConfigNameContains": {
4170      "base": null,
4171      "refs": {
4172        "ListNotebookInstanceLifecycleConfigsInput$NameContains": "<p>A string in the lifecycle configuration name. This filter returns only lifecycle configurations whose name contains the specified string.</p>"
4173      }
4174    },
4175    "NotebookInstanceLifecycleConfigSortKey": {
4176      "base": null,
4177      "refs": {
4178        "ListNotebookInstanceLifecycleConfigsInput$SortBy": "<p>Sorts the list of results. The default is <code>CreationTime</code>.</p>"
4179      }
4180    },
4181    "NotebookInstanceLifecycleConfigSortOrder": {
4182      "base": null,
4183      "refs": {
4184        "ListNotebookInstanceLifecycleConfigsInput$SortOrder": "<p>The sort order for results.</p>"
4185      }
4186    },
4187    "NotebookInstanceLifecycleConfigSummary": {
4188      "base": "<p>Provides a summary of a notebook instance lifecycle configuration.</p>",
4189      "refs": {
4190        "NotebookInstanceLifecycleConfigSummaryList$member": null
4191      }
4192    },
4193    "NotebookInstanceLifecycleConfigSummaryList": {
4194      "base": null,
4195      "refs": {
4196        "ListNotebookInstanceLifecycleConfigsOutput$NotebookInstanceLifecycleConfigs": "<p>An array of <code>NotebookInstanceLifecycleConfiguration</code> objects, each listing a lifecycle configuration.</p>"
4197      }
4198    },
4199    "NotebookInstanceLifecycleHook": {
4200      "base": "<p>Contains the notebook instance lifecycle configuration script.</p> <p>Each lifecycle configuration script has a limit of 16384 characters.</p> <p>The value of the <code>$PATH</code> environment variable that is available to both scripts is <code>/sbin:bin:/usr/sbin:/usr/bin</code>.</p> <p>View CloudWatch Logs for notebook instance lifecycle configurations in log group <code>/aws/sagemaker/NotebookInstances</code> in log stream <code>[notebook-instance-name]/[LifecycleConfigHook]</code>.</p> <p>Lifecycle configuration scripts cannot run for longer than 5 minutes. If a script runs for longer than 5 minutes, it fails and the notebook instance is not created or started.</p> <p>For information about notebook instance lifestyle configurations, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html\">Step 2.1: (Optional) Customize a Notebook Instance</a>.</p>",
4201      "refs": {
4202        "NotebookInstanceLifecycleConfigList$member": null
4203      }
4204    },
4205    "NotebookInstanceName": {
4206      "base": null,
4207      "refs": {
4208        "CreateNotebookInstanceInput$NotebookInstanceName": "<p>The name of the new notebook instance.</p>",
4209        "CreatePresignedNotebookInstanceUrlInput$NotebookInstanceName": "<p>The name of the notebook instance.</p>",
4210        "DeleteNotebookInstanceInput$NotebookInstanceName": "<p>The name of the Amazon SageMaker notebook instance to delete.</p>",
4211        "DescribeNotebookInstanceInput$NotebookInstanceName": "<p>The name of the notebook instance that you want information about.</p>",
4212        "DescribeNotebookInstanceOutput$NotebookInstanceName": "<p>The name of the Amazon SageMaker notebook instance. </p>",
4213        "NotebookInstanceSummary$NotebookInstanceName": "<p>The name of the notebook instance that you want a summary for.</p>",
4214        "StartNotebookInstanceInput$NotebookInstanceName": "<p>The name of the notebook instance to start.</p>",
4215        "StopNotebookInstanceInput$NotebookInstanceName": "<p>The name of the notebook instance to terminate.</p>",
4216        "UpdateNotebookInstanceInput$NotebookInstanceName": "<p>The name of the notebook instance to update.</p>"
4217      }
4218    },
4219    "NotebookInstanceNameContains": {
4220      "base": null,
4221      "refs": {
4222        "ListNotebookInstancesInput$NameContains": "<p>A string in the notebook instances' name. This filter returns only notebook instances whose name contains the specified string.</p>"
4223      }
4224    },
4225    "NotebookInstanceSortKey": {
4226      "base": null,
4227      "refs": {
4228        "ListNotebookInstancesInput$SortBy": "<p>The field to sort results by. The default is <code>Name</code>.</p>"
4229      }
4230    },
4231    "NotebookInstanceSortOrder": {
4232      "base": null,
4233      "refs": {
4234        "ListNotebookInstancesInput$SortOrder": "<p>The sort order for results. </p>"
4235      }
4236    },
4237    "NotebookInstanceStatus": {
4238      "base": null,
4239      "refs": {
4240        "DescribeNotebookInstanceOutput$NotebookInstanceStatus": "<p>The status of the notebook instance.</p>",
4241        "ListNotebookInstancesInput$StatusEquals": "<p>A filter that returns only notebook instances with the specified status.</p>",
4242        "NotebookInstanceSummary$NotebookInstanceStatus": "<p>The status of the notebook instance.</p>"
4243      }
4244    },
4245    "NotebookInstanceSummary": {
4246      "base": "<p>Provides summary information for an Amazon SageMaker notebook instance.</p>",
4247      "refs": {
4248        "NotebookInstanceSummaryList$member": null
4249      }
4250    },
4251    "NotebookInstanceSummaryList": {
4252      "base": null,
4253      "refs": {
4254        "ListNotebookInstancesOutput$NotebookInstances": "<p>An array of <code>NotebookInstanceSummary</code> objects, one for each notebook instance.</p>"
4255      }
4256    },
4257    "NotebookInstanceUrl": {
4258      "base": null,
4259      "refs": {
4260        "CreatePresignedNotebookInstanceUrlOutput$AuthorizedUrl": "<p>A JSON object that contains the URL string. </p>",
4261        "DescribeNotebookInstanceOutput$Url": "<p>The URL that you use to connect to the Jupyter notebook that is running in your notebook instance. </p>",
4262        "NotebookInstanceSummary$Url": "<p>The URL that you use to connect to the Jupyter instance running in your notebook instance. </p>"
4263      }
4264    },
4265    "NotebookInstanceVolumeSizeInGB": {
4266      "base": null,
4267      "refs": {
4268        "CreateNotebookInstanceInput$VolumeSizeInGB": "<p>The size, in GB, of the ML storage volume to attach to the notebook instance. The default value is 5 GB.</p>",
4269        "DescribeNotebookInstanceOutput$VolumeSizeInGB": "<p>The size, in GB, of the ML storage volume attached to the notebook instance.</p>",
4270        "UpdateNotebookInstanceInput$VolumeSizeInGB": "<p>The size, in GB, of the ML storage volume to attach to the notebook instance. The default value is 5 GB. ML storage volumes are encrypted, so Amazon SageMaker can't determine the amount of available free space on the volume. Because of this, you can increase the volume size when you update a notebook instance, but you can't decrease the volume size. If you want to decrease the size of the ML storage volume in use, create a new notebook instance with the desired size.</p>"
4271      }
4272    },
4273    "NotebookOutputOption": {
4274      "base": null,
4275      "refs": {
4276        "SharingSettings$NotebookOutputOption": "<p>Whether to include the notebook cell output when sharing the notebook. The default is <code>Disabled</code>.</p>"
4277      }
4278    },
4279    "NotificationConfiguration": {
4280      "base": "<p>Configures SNS notifications of available or expiring work items for work teams.</p>",
4281      "refs": {
4282        "CreateWorkteamRequest$NotificationConfiguration": "<p>Configures notification of workers regarding available or expiring work items.</p>",
4283        "UpdateWorkteamRequest$NotificationConfiguration": "<p>Configures SNS topic notifications for available or expiring work items</p>",
4284        "Workteam$NotificationConfiguration": "<p>Configures SNS notifications of available or expiring work items for work teams.</p>"
4285      }
4286    },
4287    "NotificationTopicArn": {
4288      "base": null,
4289      "refs": {
4290        "NotificationConfiguration$NotificationTopicArn": "<p>The ARN for the SNS topic to which notifications should be published.</p>"
4291      }
4292    },
4293    "NumberOfHumanWorkersPerDataObject": {
4294      "base": null,
4295      "refs": {
4296        "HumanTaskConfig$NumberOfHumanWorkersPerDataObject": "<p>The number of human workers that will label an object. </p>",
4297        "LabelingJobForWorkteamSummary$NumberOfHumanWorkersPerDataObject": "<p>The configured number of workers per data object.</p>"
4298      }
4299    },
4300    "ObjectiveStatus": {
4301      "base": null,
4302      "refs": {
4303        "AutoMLCandidate$ObjectiveStatus": "<p>The objective status.</p>",
4304        "HyperParameterTrainingJobSummary$ObjectiveStatus": "<p>The status of the objective metric for the training job:</p> <ul> <li> <p>Succeeded: The final objective metric for the training job was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.</p> </li> </ul> <ul> <li> <p>Pending: The training job is in progress and evaluation of its final objective metric is pending.</p> </li> </ul> <ul> <li> <p>Failed: The final objective metric for the training job was not evaluated, and was not used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.</p> </li> </ul>"
4305      }
4306    },
4307    "ObjectiveStatusCounter": {
4308      "base": null,
4309      "refs": {
4310        "ObjectiveStatusCounters$Succeeded": "<p>The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.</p>",
4311        "ObjectiveStatusCounters$Pending": "<p>The number of training jobs that are in progress and pending evaluation of their final objective metric.</p>",
4312        "ObjectiveStatusCounters$Failed": "<p>The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.</p>"
4313      }
4314    },
4315    "ObjectiveStatusCounters": {
4316      "base": "<p>Specifies the number of training jobs that this hyperparameter tuning job launched, categorized by the status of their objective metric. The objective metric status shows whether the final objective metric for the training job has been evaluated by the tuning job and used in the hyperparameter tuning process.</p>",
4317      "refs": {
4318        "DescribeHyperParameterTuningJobResponse$ObjectiveStatusCounters": "<p>The <a>ObjectiveStatusCounters</a> object that specifies the number of training jobs, categorized by the status of their final objective metric, that this tuning job launched.</p>",
4319        "HyperParameterTuningJobSummary$ObjectiveStatusCounters": "<p>The <a>ObjectiveStatusCounters</a> object that specifies the numbers of training jobs, categorized by objective metric status, that this tuning job launched.</p>"
4320      }
4321    },
4322    "Operator": {
4323      "base": null,
4324      "refs": {
4325        "Filter$Operator": "<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>"
4326      }
4327    },
4328    "OptionalDouble": {
4329      "base": null,
4330      "refs": {
4331        "TrialComponentMetricSummary$Max": "<p>The maximum value of the metric.</p>",
4332        "TrialComponentMetricSummary$Min": "<p>The minimum value of the metric.</p>",
4333        "TrialComponentMetricSummary$Last": "<p>The most recent value of the metric.</p>",
4334        "TrialComponentMetricSummary$Avg": "<p>The average value of the metric.</p>",
4335        "TrialComponentMetricSummary$StdDev": "<p>The standard deviation of the metric.</p>"
4336      }
4337    },
4338    "OptionalInteger": {
4339      "base": null,
4340      "refs": {
4341        "TrialComponentMetricSummary$Count": "<p>The number of samples used to generate the metric.</p>"
4342      }
4343    },
4344    "OptionalVolumeSizeInGB": {
4345      "base": null,
4346      "refs": {
4347        "DebugRuleConfiguration$VolumeSizeInGB": "<p>The size, in GB, of the ML storage volume attached to the processing instance.</p>"
4348      }
4349    },
4350    "OrderKey": {
4351      "base": null,
4352      "refs": {
4353        "ListEndpointConfigsInput$SortOrder": "<p>The sort order for results. The default is <code>Descending</code>.</p>",
4354        "ListEndpointsInput$SortOrder": "<p>The sort order for results. The default is <code>Descending</code>.</p>",
4355        "ListModelsInput$SortOrder": "<p>The sort order for results. The default is <code>Descending</code>.</p>"
4356      }
4357    },
4358    "OutputConfig": {
4359      "base": "<p>Contains information about the output location for the compiled model and the device (target) that the model runs on.</p>",
4360      "refs": {
4361        "CreateCompilationJobRequest$OutputConfig": "<p>Provides information about the output location for the compiled model and the target device the model runs on.</p>",
4362        "DescribeCompilationJobResponse$OutputConfig": "<p>Information about the output location for the compiled model and the target device that the model runs on.</p>"
4363      }
4364    },
4365    "OutputDataConfig": {
4366      "base": "<p>Provides information about how to store model training results (model artifacts).</p>",
4367      "refs": {
4368        "CreateTrainingJobRequest$OutputDataConfig": "<p>Specifies the path to the S3 location where you want to store model artifacts. Amazon SageMaker creates subfolders for the artifacts. </p>",
4369        "DescribeTrainingJobResponse$OutputDataConfig": "<p>The S3 path where model artifacts that you configured when creating the job are stored. Amazon SageMaker creates subfolders for model artifacts. </p>",
4370        "HyperParameterTrainingJobDefinition$OutputDataConfig": "<p>Specifies the path to the Amazon S3 bucket where you store model artifacts from the training jobs that the tuning job launches.</p>",
4371        "TrainingJob$OutputDataConfig": "<p>The S3 path where model artifacts that you configured when creating the job are stored. Amazon SageMaker creates subfolders for model artifacts.</p>",
4372        "TrainingJobDefinition$OutputDataConfig": "<p>the path to the S3 bucket where you want to store model artifacts. Amazon SageMaker creates subfolders for the artifacts.</p>"
4373      }
4374    },
4375    "PaginationToken": {
4376      "base": null,
4377      "refs": {
4378        "ListEndpointConfigsInput$NextToken": "<p>If the result of the previous <code>ListEndpointConfig</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of endpoint configurations, use the token in the next request. </p>",
4379        "ListEndpointConfigsOutput$NextToken": "<p> If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of endpoint configurations, use it in the subsequent request </p>",
4380        "ListEndpointsInput$NextToken": "<p>If the result of a <code>ListEndpoints</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of endpoints, use the token in the next request.</p>",
4381        "ListEndpointsOutput$NextToken": "<p> If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of training jobs, use it in the subsequent request. </p>",
4382        "ListModelsInput$NextToken": "<p>If the response to a previous <code>ListModels</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of models, use the token in the next request.</p>",
4383        "ListModelsOutput$NextToken": "<p> If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of models, use it in the subsequent request. </p>"
4384      }
4385    },
4386    "ParameterKey": {
4387      "base": null,
4388      "refs": {
4389        "CategoricalParameterRange$Name": "<p>The name of the categorical hyperparameter to tune.</p>",
4390        "ContinuousParameterRange$Name": "<p>The name of the continuous hyperparameter to tune.</p>",
4391        "HyperParameters$key": null,
4392        "IntegerParameterRange$Name": "<p>The name of the hyperparameter to search.</p>"
4393      }
4394    },
4395    "ParameterName": {
4396      "base": null,
4397      "refs": {
4398        "HyperParameterSpecification$Name": "<p>The name of this hyperparameter. The name must be unique.</p>"
4399      }
4400    },
4401    "ParameterRange": {
4402      "base": "<p>Defines the possible values for categorical, continuous, and integer hyperparameters to be used by an algorithm.</p>",
4403      "refs": {
4404        "HyperParameterSpecification$Range": "<p>The allowed range for this hyperparameter.</p>"
4405      }
4406    },
4407    "ParameterRanges": {
4408      "base": "<p>Specifies ranges of integer, continuous, and categorical hyperparameters that a hyperparameter tuning job searches. The hyperparameter tuning job launches training jobs with hyperparameter values within these ranges to find the combination of values that result in the training job with the best performance as measured by the objective metric of the hyperparameter tuning job.</p> <note> <p>You can specify a maximum of 20 hyperparameters that a hyperparameter tuning job can search over. Every possible value of a categorical parameter range counts against this limit.</p> </note>",
4409      "refs": {
4410        "HyperParameterTrainingJobDefinition$HyperParameterRanges": null,
4411        "HyperParameterTuningJobConfig$ParameterRanges": "<p>The <a>ParameterRanges</a> object that specifies the ranges of hyperparameters that this tuning job searches.</p>"
4412      }
4413    },
4414    "ParameterType": {
4415      "base": null,
4416      "refs": {
4417        "HyperParameterSpecification$Type": "<p>The type of this hyperparameter. The valid types are <code>Integer</code>, <code>Continuous</code>, <code>Categorical</code>, and <code>FreeText</code>.</p>"
4418      }
4419    },
4420    "ParameterValue": {
4421      "base": null,
4422      "refs": {
4423        "ContinuousParameterRange$MinValue": "<p>The minimum value for the hyperparameter. The tuning job uses floating-point values between this value and <code>MaxValue</code>for tuning.</p>",
4424        "ContinuousParameterRange$MaxValue": "<p>The maximum value for the hyperparameter. The tuning job uses floating-point values between <code>MinValue</code> value and this value for tuning.</p>",
4425        "ContinuousParameterRangeSpecification$MinValue": "<p>The minimum floating-point value allowed.</p>",
4426        "ContinuousParameterRangeSpecification$MaxValue": "<p>The maximum floating-point value allowed.</p>",
4427        "HyperParameterSpecification$DefaultValue": "<p>The default value for this hyperparameter. If a default value is specified, a hyperparameter cannot be required.</p>",
4428        "HyperParameters$value": null,
4429        "IntegerParameterRange$MinValue": "<p>The minimum value of the hyperparameter to search.</p>",
4430        "IntegerParameterRange$MaxValue": "<p>The maximum value of the hyperparameter to search.</p>",
4431        "IntegerParameterRangeSpecification$MinValue": "<p>The minimum integer value allowed.</p>",
4432        "IntegerParameterRangeSpecification$MaxValue": "<p>The maximum integer value allowed.</p>",
4433        "ParameterValues$member": null
4434      }
4435    },
4436    "ParameterValues": {
4437      "base": null,
4438      "refs": {
4439        "CategoricalParameterRange$Values": "<p>A list of the categories for the hyperparameter.</p>",
4440        "CategoricalParameterRangeSpecification$Values": "<p>The allowed categories for the hyperparameter.</p>"
4441      }
4442    },
4443    "Parent": {
4444      "base": "<p>The trial that a trial component is associated with and the experiment the trial is part of. A component might not be associated with a trial. A component can be associated with multiple trials.</p>",
4445      "refs": {
4446        "Parents$member": null
4447      }
4448    },
4449    "ParentHyperParameterTuningJob": {
4450      "base": "<p>A previously completed or stopped hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.</p>",
4451      "refs": {
4452        "ParentHyperParameterTuningJobs$member": null
4453      }
4454    },
4455    "ParentHyperParameterTuningJobs": {
4456      "base": null,
4457      "refs": {
4458        "HyperParameterTuningJobWarmStartConfig$ParentHyperParameterTuningJobs": "<p>An array of hyperparameter tuning jobs that are used as the starting point for the new hyperparameter tuning job. For more information about warm starting a hyperparameter tuning job, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-warm-start.html\">Using a Previous Hyperparameter Tuning Job as a Starting Point</a>.</p> <p>Hyperparameter tuning jobs created before October 1, 2018 cannot be used as parent jobs for warm start tuning jobs.</p>"
4459      }
4460    },
4461    "Parents": {
4462      "base": null,
4463      "refs": {
4464        "TrialComponent$Parents": "<p>An array of the parents of the component. A parent is a trial the component is associated with and the experiment the trial is part of. A component might not have any parents.</p>"
4465      }
4466    },
4467    "PresignedDomainUrl": {
4468      "base": null,
4469      "refs": {
4470        "CreatePresignedDomainUrlResponse$AuthorizedUrl": "<p>The presigned URL.</p>"
4471      }
4472    },
4473    "ProblemType": {
4474      "base": null,
4475      "refs": {
4476        "CreateAutoMLJobRequest$ProblemType": "<p>Defines the kind of preprocessing and algorithms intended for the candidates. Options include: BinaryClassification, MulticlassClassification, and Regression.</p>",
4477        "DescribeAutoMLJobResponse$ProblemType": "<p>Returns the job's problem type.</p>",
4478        "ResolvedAttributes$ProblemType": "<p>The problem type.</p>"
4479      }
4480    },
4481    "ProcessingClusterConfig": {
4482      "base": "<p>Configuration for the cluster used to run a processing job.</p>",
4483      "refs": {
4484        "ProcessingResources$ClusterConfig": "<p>The configuration for the resources in a cluster used to run the processing job.</p>"
4485      }
4486    },
4487    "ProcessingEnvironmentKey": {
4488      "base": null,
4489      "refs": {
4490        "MonitoringEnvironmentMap$key": null,
4491        "ProcessingEnvironmentMap$key": null
4492      }
4493    },
4494    "ProcessingEnvironmentMap": {
4495      "base": null,
4496      "refs": {
4497        "CreateProcessingJobRequest$Environment": "<p>Sets the environment variables in the Docker container.</p>",
4498        "DescribeProcessingJobResponse$Environment": "<p>The environment variables set in the Docker container.</p>",
4499        "ProcessingJob$Environment": "<p>Sets the environment variables in the Docker container.</p>"
4500      }
4501    },
4502    "ProcessingEnvironmentValue": {
4503      "base": null,
4504      "refs": {
4505        "MonitoringEnvironmentMap$value": null,
4506        "ProcessingEnvironmentMap$value": null
4507      }
4508    },
4509    "ProcessingInput": {
4510      "base": "<p>The inputs for a processing job.</p>",
4511      "refs": {
4512        "ProcessingInputs$member": null
4513      }
4514    },
4515    "ProcessingInputs": {
4516      "base": null,
4517      "refs": {
4518        "CreateProcessingJobRequest$ProcessingInputs": "<p>For each input, data is downloaded from S3 into the processing container before the processing job begins running if \"S3InputMode\" is set to <code>File</code>.</p>",
4519        "DescribeProcessingJobResponse$ProcessingInputs": "<p>The inputs for a processing job.</p>",
4520        "ProcessingJob$ProcessingInputs": "<p>For each input, data is downloaded from S3 into the processing container before the processing job begins running if \"S3InputMode\" is set to <code>File</code>.</p>"
4521      }
4522    },
4523    "ProcessingInstanceCount": {
4524      "base": null,
4525      "refs": {
4526        "MonitoringClusterConfig$InstanceCount": "<p>The number of ML compute instances to use in the model monitoring job. For distributed processing jobs, specify a value greater than 1. The default value is 1.</p>",
4527        "ProcessingClusterConfig$InstanceCount": "<p>The number of ML compute instances to use in the processing job. For distributed processing jobs, specify a value greater than 1. The default value is 1.</p>"
4528      }
4529    },
4530    "ProcessingInstanceType": {
4531      "base": null,
4532      "refs": {
4533        "DebugRuleConfiguration$InstanceType": "<p>The instance type to deploy for a training job.</p>",
4534        "MonitoringClusterConfig$InstanceType": "<p>The ML compute instance type for the processing job.</p>",
4535        "ProcessingClusterConfig$InstanceType": "<p>The ML compute instance type for the processing job.</p>"
4536      }
4537    },
4538    "ProcessingJob": {
4539      "base": "<p>An Amazon SageMaker processing job that is used to analyze data and evaluate models. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/processing-job.html\">Process Data and Evaluate Models</a>.</p>",
4540      "refs": {
4541        "TrialComponentSourceDetail$ProcessingJob": "<p>Information about a processing job that's the source of a trial component.</p>"
4542      }
4543    },
4544    "ProcessingJobArn": {
4545      "base": null,
4546      "refs": {
4547        "CreateProcessingJobResponse$ProcessingJobArn": "<p>The Amazon Resource Name (ARN) of the processing job.</p>",
4548        "DebugRuleEvaluationStatus$RuleEvaluationJobArn": "<p>The Amazon Resource Name (ARN) of the rule evaluation job.</p>",
4549        "DescribeProcessingJobResponse$ProcessingJobArn": "<p>The Amazon Resource Name (ARN) of the processing job.</p>",
4550        "MonitoringExecutionSummary$ProcessingJobArn": "<p>The Amazon Resource Name (ARN) of the monitoring job.</p>",
4551        "ProcessingJob$ProcessingJobArn": "<p>The ARN of the processing job.</p>",
4552        "ProcessingJobSummary$ProcessingJobArn": "<p>The Amazon Resource Name (ARN) of the processing job..</p>"
4553      }
4554    },
4555    "ProcessingJobName": {
4556      "base": null,
4557      "refs": {
4558        "CreateProcessingJobRequest$ProcessingJobName": "<p> The name of the processing job. The name must be unique within an AWS Region in the AWS account.</p>",
4559        "DescribeProcessingJobRequest$ProcessingJobName": "<p>The name of the processing job. The name must be unique within an AWS Region in the AWS account.</p>",
4560        "DescribeProcessingJobResponse$ProcessingJobName": "<p>The name of the processing job. The name must be unique within an AWS Region in the AWS account.</p>",
4561        "ProcessingJob$ProcessingJobName": "<p>The name of the processing job.</p>",
4562        "ProcessingJobSummary$ProcessingJobName": "<p>The name of the processing job.</p>",
4563        "StopProcessingJobRequest$ProcessingJobName": "<p>The name of the processing job to stop.</p>"
4564      }
4565    },
4566    "ProcessingJobStatus": {
4567      "base": null,
4568      "refs": {
4569        "DescribeProcessingJobResponse$ProcessingJobStatus": "<p>Provides the status of a processing job.</p>",
4570        "ListProcessingJobsRequest$StatusEquals": "<p>A filter that retrieves only processing jobs with a specific status.</p>",
4571        "ProcessingJob$ProcessingJobStatus": "<p>The status of the processing job.</p>",
4572        "ProcessingJobSummary$ProcessingJobStatus": "<p>The status of the processing job.</p>"
4573      }
4574    },
4575    "ProcessingJobSummaries": {
4576      "base": null,
4577      "refs": {
4578        "ListProcessingJobsResponse$ProcessingJobSummaries": "<p>An array of <code>ProcessingJobSummary</code> objects, each listing a processing job.</p>"
4579      }
4580    },
4581    "ProcessingJobSummary": {
4582      "base": "<p>Summary of information about a processing job.</p>",
4583      "refs": {
4584        "ProcessingJobSummaries$member": null
4585      }
4586    },
4587    "ProcessingLocalPath": {
4588      "base": null,
4589      "refs": {
4590        "EndpointInput$LocalPath": "<p>Path to the filesystem where the endpoint data is available to the container.</p>",
4591        "MonitoringS3Output$LocalPath": "<p>The local path to the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job. LocalPath is an absolute path for the output data.</p>",
4592        "ProcessingS3Input$LocalPath": "<p>The local path to the Amazon S3 bucket where you want Amazon SageMaker to download the inputs to run a processing job. <code>LocalPath</code> is an absolute path to the input data.</p>",
4593        "ProcessingS3Output$LocalPath": "<p>The local path to the Amazon S3 bucket where you want Amazon SageMaker to save the results of an processing job. <code>LocalPath</code> is an absolute path to the input data.</p>"
4594      }
4595    },
4596    "ProcessingMaxRuntimeInSeconds": {
4597      "base": null,
4598      "refs": {
4599        "ProcessingStoppingCondition$MaxRuntimeInSeconds": "<p>Specifies the maximum runtime in seconds.</p>"
4600      }
4601    },
4602    "ProcessingOutput": {
4603      "base": "<p>Describes the results of a processing job.</p>",
4604      "refs": {
4605        "ProcessingOutputs$member": null
4606      }
4607    },
4608    "ProcessingOutputConfig": {
4609      "base": "<p>The output configuration for the processing job.</p>",
4610      "refs": {
4611        "CreateProcessingJobRequest$ProcessingOutputConfig": "<p>Output configuration for the processing job.</p>",
4612        "DescribeProcessingJobResponse$ProcessingOutputConfig": "<p>Output configuration for the processing job.</p>",
4613        "ProcessingJob$ProcessingOutputConfig": null
4614      }
4615    },
4616    "ProcessingOutputs": {
4617      "base": null,
4618      "refs": {
4619        "ProcessingOutputConfig$Outputs": "<p>Output configuration information for a processing job.</p>"
4620      }
4621    },
4622    "ProcessingResources": {
4623      "base": "<p>Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.</p>",
4624      "refs": {
4625        "CreateProcessingJobRequest$ProcessingResources": "<p>Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.</p>",
4626        "DescribeProcessingJobResponse$ProcessingResources": "<p>Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.</p>",
4627        "ProcessingJob$ProcessingResources": null
4628      }
4629    },
4630    "ProcessingS3CompressionType": {
4631      "base": null,
4632      "refs": {
4633        "ProcessingS3Input$S3CompressionType": "<p>Whether to use <code>Gzip</code> compression for Amazon S3 storage.</p>"
4634      }
4635    },
4636    "ProcessingS3DataDistributionType": {
4637      "base": null,
4638      "refs": {
4639        "EndpointInput$S3DataDistributionType": "<p>Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defauts to <code>FullyReplicated</code> </p>",
4640        "ProcessingS3Input$S3DataDistributionType": "<p>Whether the data stored in Amazon S3 is <code>FullyReplicated</code> or <code>ShardedByS3Key</code>.</p>"
4641      }
4642    },
4643    "ProcessingS3DataType": {
4644      "base": null,
4645      "refs": {
4646        "ProcessingS3Input$S3DataType": "<p>Whether you use an <code>S3Prefix</code> or a <code>ManifestFile</code> for the data type. If you choose <code>S3Prefix</code>, <code>S3Uri</code> identifies a key name prefix. Amazon SageMaker uses all objects with the specified key name prefix for the processing job. If you choose <code>ManifestFile</code>, <code>S3Uri</code> identifies an object that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for the processing job.</p>"
4647      }
4648    },
4649    "ProcessingS3Input": {
4650      "base": "<p>Information about where and how you want to obtain the inputs for an processing job.</p>",
4651      "refs": {
4652        "ProcessingInput$S3Input": "<p>The S3 inputs for the processing job. </p>"
4653      }
4654    },
4655    "ProcessingS3InputMode": {
4656      "base": null,
4657      "refs": {
4658        "EndpointInput$S3InputMode": "<p>Whether the <code>Pipe</code> or <code>File</code> is used as the input mode for transfering data for the monitoring job. <code>Pipe</code> mode is recommended for large datasets. <code>File</code> mode is useful for small files that fit in memory. Defaults to <code>File</code>.</p>",
4659        "ProcessingS3Input$S3InputMode": "<p>Whether to use <code>File</code> or <code>Pipe</code> input mode. In <code>File</code> mode, Amazon SageMaker copies the data from the input source onto the local Amazon Elastic Block Store (Amazon EBS) volumes before starting your training algorithm. This is the most commonly used input mode. In <code>Pipe</code> mode, Amazon SageMaker streams input data from the source directly to your algorithm without using the EBS volume.</p>"
4660      }
4661    },
4662    "ProcessingS3Output": {
4663      "base": "<p>Information about where and how you want to store the results of an processing job.</p>",
4664      "refs": {
4665        "ProcessingOutput$S3Output": "<p>Configuration for processing job outputs in Amazon S3.</p>"
4666      }
4667    },
4668    "ProcessingS3UploadMode": {
4669      "base": null,
4670      "refs": {
4671        "MonitoringS3Output$S3UploadMode": "<p>Whether to upload the results of the monitoring job continuously or after the job completes.</p>",
4672        "ProcessingS3Output$S3UploadMode": "<p>Whether to upload the results of the processing job continuously or after the job completes.</p>"
4673      }
4674    },
4675    "ProcessingStoppingCondition": {
4676      "base": "<p>Specifies a time limit for how long the processing job is allowed to run.</p>",
4677      "refs": {
4678        "CreateProcessingJobRequest$StoppingCondition": "<p>The time limit for how long the processing job is allowed to run.</p>",
4679        "DescribeProcessingJobResponse$StoppingCondition": "<p>The time limit for how long the processing job is allowed to run.</p>",
4680        "ProcessingJob$StoppingCondition": null
4681      }
4682    },
4683    "ProcessingVolumeSizeInGB": {
4684      "base": null,
4685      "refs": {
4686        "MonitoringClusterConfig$VolumeSizeInGB": "<p>The size of the ML storage volume, in gigabytes, that you want to provision. You must specify sufficient ML storage for your scenario.</p>",
4687        "ProcessingClusterConfig$VolumeSizeInGB": "<p>The size of the ML storage volume in gigabytes that you want to provision. You must specify sufficient ML storage for your scenario.</p>"
4688      }
4689    },
4690    "ProductId": {
4691      "base": null,
4692      "refs": {
4693        "DescribeAlgorithmOutput$ProductId": "<p>The product identifier of the algorithm.</p>",
4694        "ModelPackageContainerDefinition$ProductId": "<p>The AWS Marketplace product ID of the model package.</p>"
4695      }
4696    },
4697    "ProductListings": {
4698      "base": null,
4699      "refs": {
4700        "Workteam$ProductListingIds": "<p>The Amazon Marketplace identifier for a vendor's work team.</p>"
4701      }
4702    },
4703    "ProductionVariant": {
4704      "base": "<p>Identifies a model that you want to host and the resources to deploy for hosting it. If you are deploying multiple models, tell Amazon SageMaker how to distribute traffic among the models by specifying variant weights. </p>",
4705      "refs": {
4706        "ProductionVariantList$member": null
4707      }
4708    },
4709    "ProductionVariantAcceleratorType": {
4710      "base": null,
4711      "refs": {
4712        "ProductionVariant$AcceleratorType": "<p>The size of the Elastic Inference (EI) instance to use for the production variant. EI instances provide on-demand GPU computing for inference. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html\">Using Elastic Inference in Amazon SageMaker</a>.</p>"
4713      }
4714    },
4715    "ProductionVariantInstanceType": {
4716      "base": null,
4717      "refs": {
4718        "ProductionVariant$InstanceType": "<p>The ML compute instance type.</p>",
4719        "RealtimeInferenceInstanceTypes$member": null
4720      }
4721    },
4722    "ProductionVariantList": {
4723      "base": null,
4724      "refs": {
4725        "CreateEndpointConfigInput$ProductionVariants": "<p>An list of <code>ProductionVariant</code> objects, one for each model that you want to host at this endpoint.</p>",
4726        "DescribeEndpointConfigOutput$ProductionVariants": "<p>An array of <code>ProductionVariant</code> objects, one for each model that you want to host at this endpoint.</p>"
4727      }
4728    },
4729    "ProductionVariantSummary": {
4730      "base": "<p>Describes weight and capacities for a production variant associated with an endpoint. If you sent a request to the <code>UpdateEndpointWeightsAndCapacities</code> API and the endpoint status is <code>Updating</code>, you get different desired and current values. </p>",
4731      "refs": {
4732        "ProductionVariantSummaryList$member": null
4733      }
4734    },
4735    "ProductionVariantSummaryList": {
4736      "base": null,
4737      "refs": {
4738        "DescribeEndpointOutput$ProductionVariants": "<p> An array of <a>ProductionVariantSummary</a> objects, one for each model hosted behind this endpoint. </p>"
4739      }
4740    },
4741    "PropertyNameHint": {
4742      "base": null,
4743      "refs": {
4744        "PropertyNameQuery$PropertyNameHint": "<p>Text that begins a property's name.</p>"
4745      }
4746    },
4747    "PropertyNameQuery": {
4748      "base": "<p>Part of the <code>SuggestionQuery</code> type. Specifies a hint for retrieving property names that begin with the specified text.</p>",
4749      "refs": {
4750        "SuggestionQuery$PropertyNameQuery": "<p>Defines a property name hint. Only property names that begin with the specified hint are included in the response.</p>"
4751      }
4752    },
4753    "PropertyNameSuggestion": {
4754      "base": "<p>A property name returned from a <code>GetSearchSuggestions</code> call that specifies a value in the <code>PropertyNameQuery</code> field.</p>",
4755      "refs": {
4756        "PropertyNameSuggestionList$member": null
4757      }
4758    },
4759    "PropertyNameSuggestionList": {
4760      "base": null,
4761      "refs": {
4762        "GetSearchSuggestionsResponse$PropertyNameSuggestions": "<p>A list of property names for a <code>Resource</code> that match a <code>SuggestionQuery</code>.</p>"
4763      }
4764    },
4765    "PublicWorkforceTaskPrice": {
4766      "base": "<p>Defines the amount of money paid to an Amazon Mechanical Turk worker for each task performed. </p> <p>Use one of the following prices for bounding box tasks. Prices are in US dollars and should be based on the complexity of the task; the longer it takes in your initial testing, the more you should offer.</p> <ul> <li> <p>0.036</p> </li> <li> <p>0.048</p> </li> <li> <p>0.060</p> </li> <li> <p>0.072</p> </li> <li> <p>0.120</p> </li> <li> <p>0.240</p> </li> <li> <p>0.360</p> </li> <li> <p>0.480</p> </li> <li> <p>0.600</p> </li> <li> <p>0.720</p> </li> <li> <p>0.840</p> </li> <li> <p>0.960</p> </li> <li> <p>1.080</p> </li> <li> <p>1.200</p> </li> </ul> <p>Use one of the following prices for image classification, text classification, and custom tasks. Prices are in US dollars.</p> <ul> <li> <p>0.012</p> </li> <li> <p>0.024</p> </li> <li> <p>0.036</p> </li> <li> <p>0.048</p> </li> <li> <p>0.060</p> </li> <li> <p>0.072</p> </li> <li> <p>0.120</p> </li> <li> <p>0.240</p> </li> <li> <p>0.360</p> </li> <li> <p>0.480</p> </li> <li> <p>0.600</p> </li> <li> <p>0.720</p> </li> <li> <p>0.840</p> </li> <li> <p>0.960</p> </li> <li> <p>1.080</p> </li> <li> <p>1.200</p> </li> </ul> <p>Use one of the following prices for semantic segmentation tasks. Prices are in US dollars.</p> <ul> <li> <p>0.840</p> </li> <li> <p>0.960</p> </li> <li> <p>1.080</p> </li> <li> <p>1.200</p> </li> </ul> <p>Use one of the following prices for Textract AnalyzeDocument Important Form Key Amazon Augmented AI review tasks. Prices are in US dollars.</p> <ul> <li> <p>2.400 </p> </li> <li> <p>2.280 </p> </li> <li> <p>2.160 </p> </li> <li> <p>2.040 </p> </li> <li> <p>1.920 </p> </li> <li> <p>1.800 </p> </li> <li> <p>1.680 </p> </li> <li> <p>1.560 </p> </li> <li> <p>1.440 </p> </li> <li> <p>1.320 </p> </li> <li> <p>1.200 </p> </li> <li> <p>1.080 </p> </li> <li> <p>0.960 </p> </li> <li> <p>0.840 </p> </li> <li> <p>0.720 </p> </li> <li> <p>0.600 </p> </li> <li> <p>0.480 </p> </li> <li> <p>0.360 </p> </li> <li> <p>0.240 </p> </li> <li> <p>0.120 </p> </li> <li> <p>0.072 </p> </li> <li> <p>0.060 </p> </li> <li> <p>0.048 </p> </li> <li> <p>0.036 </p> </li> <li> <p>0.024 </p> </li> <li> <p>0.012 </p> </li> </ul> <p>Use one of the following prices for Rekognition DetectModerationLabels Amazon Augmented AI review tasks. Prices are in US dollars.</p> <ul> <li> <p>1.200 </p> </li> <li> <p>1.080 </p> </li> <li> <p>0.960 </p> </li> <li> <p>0.840 </p> </li> <li> <p>0.720 </p> </li> <li> <p>0.600 </p> </li> <li> <p>0.480 </p> </li> <li> <p>0.360 </p> </li> <li> <p>0.240 </p> </li> <li> <p>0.120 </p> </li> <li> <p>0.072 </p> </li> <li> <p>0.060 </p> </li> <li> <p>0.048 </p> </li> <li> <p>0.036 </p> </li> <li> <p>0.024 </p> </li> <li> <p>0.012 </p> </li> </ul> <p>Use one of the following prices for Amazon Augmented AI custom human review tasks. Prices are in US dollars.</p> <ul> <li> <p>1.200 </p> </li> <li> <p>1.080 </p> </li> <li> <p>0.960 </p> </li> <li> <p>0.840 </p> </li> <li> <p>0.720 </p> </li> <li> <p>0.600 </p> </li> <li> <p>0.480 </p> </li> <li> <p>0.360 </p> </li> <li> <p>0.240 </p> </li> <li> <p>0.120 </p> </li> <li> <p>0.072 </p> </li> <li> <p>0.060 </p> </li> <li> <p>0.048 </p> </li> <li> <p>0.036 </p> </li> <li> <p>0.024 </p> </li> <li> <p>0.012 </p> </li> </ul>",
4767      "refs": {
4768        "HumanLoopConfig$PublicWorkforceTaskPrice": null,
4769        "HumanTaskConfig$PublicWorkforceTaskPrice": "<p>The price that you pay for each task performed by an Amazon Mechanical Turk worker.</p>"
4770      }
4771    },
4772    "RealtimeInferenceInstanceTypes": {
4773      "base": null,
4774      "refs": {
4775        "InferenceSpecification$SupportedRealtimeInferenceInstanceTypes": "<p>A list of the instance types that are used to generate inferences in real-time.</p>"
4776      }
4777    },
4778    "RecordWrapper": {
4779      "base": null,
4780      "refs": {
4781        "Channel$RecordWrapperType": "<p/> <p>Specify RecordIO as the value when input data is in raw format but the training algorithm requires the RecordIO format. In this case, Amazon SageMaker wraps each individual S3 object in a RecordIO record. If the input data is already in RecordIO format, you don't need to set this attribute. For more information, see <a href=\"https://mxnet.apache.org/api/architecture/note_data_loading#data-format\">Create a Dataset Using RecordIO</a>. </p> <p>In File mode, leave this field unset or set it to None.</p>"
4782      }
4783    },
4784    "RenderUiTemplateRequest": {
4785      "base": null,
4786      "refs": {
4787      }
4788    },
4789    "RenderUiTemplateResponse": {
4790      "base": null,
4791      "refs": {
4792      }
4793    },
4794    "RenderableTask": {
4795      "base": "<p>Contains input values for a task.</p>",
4796      "refs": {
4797        "RenderUiTemplateRequest$Task": "<p>A <code>RenderableTask</code> object containing a representative task to render.</p>"
4798      }
4799    },
4800    "RenderingError": {
4801      "base": "<p>A description of an error that occurred while rendering the template.</p>",
4802      "refs": {
4803        "RenderingErrorList$member": null
4804      }
4805    },
4806    "RenderingErrorList": {
4807      "base": null,
4808      "refs": {
4809        "RenderUiTemplateResponse$Errors": "<p>A list of one or more <code>RenderingError</code> objects if any were encountered while rendering the template. If there were no errors, the list is empty.</p>"
4810      }
4811    },
4812    "ResolvedAttributes": {
4813      "base": "<p>The resolved attributes.</p>",
4814      "refs": {
4815        "DescribeAutoMLJobResponse$ResolvedAttributes": "<p>This contains ProblemType, AutoMLJobObjective and CompletionCriteria. They're auto-inferred values, if not provided by you. If you do provide them, then they'll be the same as provided.</p>"
4816      }
4817    },
4818    "ResourceArn": {
4819      "base": null,
4820      "refs": {
4821        "AddTagsInput$ResourceArn": "<p>The Amazon Resource Name (ARN) of the resource that you want to tag.</p>",
4822        "DeleteTagsInput$ResourceArn": "<p>The Amazon Resource Name (ARN) of the resource whose tags you want to delete.</p>",
4823        "ListTagsInput$ResourceArn": "<p>The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.</p>"
4824      }
4825    },
4826    "ResourceConfig": {
4827      "base": "<p>Describes the resources, including ML compute instances and ML storage volumes, to use for model training. </p>",
4828      "refs": {
4829        "CreateTrainingJobRequest$ResourceConfig": "<p>The resources, including the ML compute instances and ML storage volumes, to use for model training. </p> <p>ML storage volumes store model artifacts and incremental states. Training algorithms might also use ML storage volumes for scratch space. If you want Amazon SageMaker to use the ML storage volume to store the training data, choose <code>File</code> as the <code>TrainingInputMode</code> in the algorithm specification. For distributed training algorithms, specify an instance count greater than 1.</p>",
4830        "DescribeTrainingJobResponse$ResourceConfig": "<p>Resources, including ML compute instances and ML storage volumes, that are configured for model training. </p>",
4831        "HyperParameterTrainingJobDefinition$ResourceConfig": "<p>The resources, including the compute instances and storage volumes, to use for the training jobs that the tuning job launches.</p> <p>Storage volumes store model artifacts and incremental states. Training algorithms might also use storage volumes for scratch space. If you want Amazon SageMaker to use the storage volume to store the training data, choose <code>File</code> as the <code>TrainingInputMode</code> in the algorithm specification. For distributed training algorithms, specify an instance count greater than 1.</p>",
4832        "TrainingJob$ResourceConfig": "<p>Resources, including ML compute instances and ML storage volumes, that are configured for model training.</p>",
4833        "TrainingJobDefinition$ResourceConfig": "<p>The resources, including the ML compute instances and ML storage volumes, to use for model training.</p>"
4834      }
4835    },
4836    "ResourceId": {
4837      "base": null,
4838      "refs": {
4839        "DescribeDomainResponse$HomeEfsFileSystemId": "<p>The ID of the Amazon Elastic File System (EFS) managed by this Domain.</p>"
4840      }
4841    },
4842    "ResourceInUse": {
4843      "base": "<p>Resource being accessed is in use.</p>",
4844      "refs": {
4845      }
4846    },
4847    "ResourceLimitExceeded": {
4848      "base": "<p> You have exceeded an Amazon SageMaker resource limit. For example, you might have too many training jobs created. </p>",
4849      "refs": {
4850      }
4851    },
4852    "ResourceLimits": {
4853      "base": "<p>Specifies the maximum number of training jobs and parallel training jobs that a hyperparameter tuning job can launch.</p>",
4854      "refs": {
4855        "HyperParameterTuningJobConfig$ResourceLimits": "<p>The <a>ResourceLimits</a> object that specifies the maximum number of training jobs and parallel training jobs for this tuning job.</p>",
4856        "HyperParameterTuningJobSummary$ResourceLimits": "<p>The <a>ResourceLimits</a> object that specifies the maximum number of training jobs and parallel training jobs allowed for this tuning job.</p>"
4857      }
4858    },
4859    "ResourceNotFound": {
4860      "base": "<p>Resource being access is not found.</p>",
4861      "refs": {
4862      }
4863    },
4864    "ResourcePropertyName": {
4865      "base": null,
4866      "refs": {
4867        "Filter$Name": "<p>A resource property name. For example, <code>TrainingJobName</code>. For valid property names, see <a>SearchRecord</a>. You must specify a valid property for the resource.</p>",
4868        "NestedFilters$NestedPropertyName": "<p>The name of the property to use in the nested filters. The value must match a listed property name, such as <code>InputDataConfig</code>.</p>",
4869        "PropertyNameSuggestion$PropertyName": "<p>A suggested property name based on what you entered in the search textbox in the Amazon SageMaker console.</p>",
4870        "SearchRequest$SortBy": "<p>The name of the resource property used to sort the <code>SearchResults</code>. The default is <code>LastModifiedTime</code>.</p>"
4871      }
4872    },
4873    "ResourceSpec": {
4874      "base": "<p>The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. The ARN is stored as metadata in SageMaker Studio notebooks.</p>",
4875      "refs": {
4876        "CreateAppRequest$ResourceSpec": "<p>The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.</p>",
4877        "DescribeAppResponse$ResourceSpec": "<p>The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.</p>",
4878        "JupyterServerAppSettings$DefaultResourceSpec": "<p>The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.</p>",
4879        "KernelGatewayAppSettings$DefaultResourceSpec": "<p>The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.</p>",
4880        "TensorBoardAppSettings$DefaultResourceSpec": "<p>The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.</p>"
4881      }
4882    },
4883    "ResourceType": {
4884      "base": null,
4885      "refs": {
4886        "GetSearchSuggestionsRequest$Resource": "<p>The name of the Amazon SageMaker resource to search for.</p>",
4887        "SearchRequest$Resource": "<p>The name of the Amazon SageMaker resource to search for.</p>"
4888      }
4889    },
4890    "ResponseMIMEType": {
4891      "base": null,
4892      "refs": {
4893        "ResponseMIMETypes$member": null
4894      }
4895    },
4896    "ResponseMIMETypes": {
4897      "base": null,
4898      "refs": {
4899        "InferenceSpecification$SupportedResponseMIMETypes": "<p>The supported MIME types for the output data.</p>"
4900      }
4901    },
4902    "RetentionPolicy": {
4903      "base": "<p>The retention policy for data stored on an Amazon Elastic File System (EFS) volume.</p>",
4904      "refs": {
4905        "DeleteDomainRequest$RetentionPolicy": "<p>The retention policy for this domain, which specifies whether resources will be retained after the Domain is deleted. By default, all resources are retained (not automatically deleted). </p>"
4906      }
4907    },
4908    "RetentionType": {
4909      "base": null,
4910      "refs": {
4911        "RetentionPolicy$HomeEfsFileSystem": "<p>The default is <code>Retain</code>, which specifies to keep the data stored on the EFS volume.</p> <p>Specify <code>Delete</code> to delete the data stored on the EFS volume.</p>"
4912      }
4913    },
4914    "RoleArn": {
4915      "base": null,
4916      "refs": {
4917        "AlgorithmValidationSpecification$ValidationRole": "<p>The IAM roles that Amazon SageMaker uses to run the training jobs.</p>",
4918        "CreateAutoMLJobRequest$RoleArn": "<p>The ARN of the role that will be used to access the data.</p>",
4919        "CreateCompilationJobRequest$RoleArn": "<p>The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf. </p> <p>During model compilation, Amazon SageMaker needs your permission to:</p> <ul> <li> <p>Read input data from an S3 bucket</p> </li> <li> <p>Write model artifacts to an S3 bucket</p> </li> <li> <p>Write logs to Amazon CloudWatch Logs</p> </li> <li> <p>Publish metrics to Amazon CloudWatch</p> </li> </ul> <p>You grant permissions for all of these tasks to an IAM role. To pass this role to Amazon SageMaker, the caller of this API must have the <code>iam:PassRole</code> permission. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html\">Amazon SageMaker Roles.</a> </p>",
4920        "CreateFlowDefinitionRequest$RoleArn": "<p>The Amazon Resource Name (ARN) of the role needed to call other services on your behalf. For example, <code>arn:aws:iam::1234567890:role/service-role/AmazonSageMaker-ExecutionRole-20180111T151298</code>.</p>",
4921        "CreateLabelingJobRequest$RoleArn": "<p>The Amazon Resource Number (ARN) that Amazon SageMaker assumes to perform tasks on your behalf during data labeling. You must grant this role the necessary permissions so that Amazon SageMaker can successfully complete data labeling.</p>",
4922        "CreateModelInput$ExecutionRoleArn": "<p>The Amazon Resource Name (ARN) of the IAM role that Amazon SageMaker can assume to access model artifacts and docker image for deployment on ML compute instances or for batch transform jobs. Deploying on ML compute instances is part of model hosting. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html\">Amazon SageMaker Roles</a>. </p> <note> <p>To be able to pass this role to Amazon SageMaker, the caller of this API must have the <code>iam:PassRole</code> permission.</p> </note>",
4923        "CreateNotebookInstanceInput$RoleArn": "<p> When you send any requests to AWS resources from the notebook instance, Amazon SageMaker assumes this role to perform tasks on your behalf. You must grant this role necessary permissions so Amazon SageMaker can perform these tasks. The policy must allow the Amazon SageMaker service principal (sagemaker.amazonaws.com) permissions to assume this role. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html\">Amazon SageMaker Roles</a>. </p> <note> <p>To be able to pass this role to Amazon SageMaker, the caller of this API must have the <code>iam:PassRole</code> permission.</p> </note>",
4924        "CreateProcessingJobRequest$RoleArn": "<p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.</p>",
4925        "CreateTrainingJobRequest$RoleArn": "<p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf. </p> <p>During model training, Amazon SageMaker needs your permission to read input data from an S3 bucket, download a Docker image that contains training code, write model artifacts to an S3 bucket, write logs to Amazon CloudWatch Logs, and publish metrics to Amazon CloudWatch. You grant permissions for all of these tasks to an IAM role. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html\">Amazon SageMaker Roles</a>. </p> <note> <p>To be able to pass this role to Amazon SageMaker, the caller of this API must have the <code>iam:PassRole</code> permission.</p> </note>",
4926        "DescribeAutoMLJobResponse$RoleArn": "<p>The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that has read permission to the input data location and write permission to the output data location in Amazon S3.</p>",
4927        "DescribeCompilationJobResponse$RoleArn": "<p>The Amazon Resource Name (ARN) of the model compilation job.</p>",
4928        "DescribeFlowDefinitionResponse$RoleArn": "<p>The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) execution role for the flow definition.</p>",
4929        "DescribeLabelingJobResponse$RoleArn": "<p>The Amazon Resource Name (ARN) that Amazon SageMaker assumes to perform tasks on your behalf during data labeling.</p>",
4930        "DescribeModelOutput$ExecutionRoleArn": "<p>The Amazon Resource Name (ARN) of the IAM role that you specified for the model.</p>",
4931        "DescribeNotebookInstanceOutput$RoleArn": "<p>The Amazon Resource Name (ARN) of the IAM role associated with the instance. </p>",
4932        "DescribeProcessingJobResponse$RoleArn": "<p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.</p>",
4933        "DescribeTrainingJobResponse$RoleArn": "<p>The AWS Identity and Access Management (IAM) role configured for the training job. </p>",
4934        "HyperParameterTrainingJobDefinition$RoleArn": "<p>The Amazon Resource Name (ARN) of the IAM role associated with the training jobs that the tuning job launches.</p>",
4935        "ModelPackageValidationSpecification$ValidationRole": "<p>The IAM roles to be used for the validation of the model package.</p>",
4936        "MonitoringJobDefinition$RoleArn": "<p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.</p>",
4937        "ProcessingJob$RoleArn": "<p>The ARN of the role used to create the processing job.</p>",
4938        "RenderUiTemplateRequest$RoleArn": "<p>The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the template.</p>",
4939        "TrainingJob$RoleArn": "<p>The AWS Identity and Access Management (IAM) role configured for the training job.</p>",
4940        "UpdateNotebookInstanceInput$RoleArn": "<p>The Amazon Resource Name (ARN) of the IAM role that Amazon SageMaker can assume to access the notebook instance. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html\">Amazon SageMaker Roles</a>. </p> <note> <p>To be able to pass this role to Amazon SageMaker, the caller of this API must have the <code>iam:PassRole</code> permission.</p> </note>",
4941        "UserSettings$ExecutionRole": "<p>The execution role for the user.</p>"
4942      }
4943    },
4944    "RootAccess": {
4945      "base": null,
4946      "refs": {
4947        "CreateNotebookInstanceInput$RootAccess": "<p>Whether root access is enabled or disabled for users of the notebook instance. The default value is <code>Enabled</code>.</p> <note> <p>Lifecycle configurations need root access to be able to set up a notebook instance. Because of this, lifecycle configurations associated with a notebook instance always run with root access even if you disable root access for users.</p> </note>",
4948        "DescribeNotebookInstanceOutput$RootAccess": "<p>Whether root access is enabled or disabled for users of the notebook instance.</p> <note> <p>Lifecycle configurations need root access to be able to set up a notebook instance. Because of this, lifecycle configurations associated with a notebook instance always run with root access even if you disable root access for users.</p> </note>",
4949        "UpdateNotebookInstanceInput$RootAccess": "<p>Whether root access is enabled or disabled for users of the notebook instance. The default value is <code>Enabled</code>.</p> <note> <p>If you set this to <code>Disabled</code>, users don't have root access on the notebook instance, but lifecycle configuration scripts still run with root permissions.</p> </note>"
4950      }
4951    },
4952    "RuleConfigurationName": {
4953      "base": null,
4954      "refs": {
4955        "DebugRuleConfiguration$RuleConfigurationName": "<p>The name of the rule configuration. It must be unique relative to other rule configuration names.</p>",
4956        "DebugRuleEvaluationStatus$RuleConfigurationName": "<p>The name of the rule configuration</p>"
4957      }
4958    },
4959    "RuleEvaluationStatus": {
4960      "base": null,
4961      "refs": {
4962        "DebugRuleEvaluationStatus$RuleEvaluationStatus": "<p>Status of the rule evaluation.</p>"
4963      }
4964    },
4965    "RuleParameters": {
4966      "base": null,
4967      "refs": {
4968        "DebugRuleConfiguration$RuleParameters": "<p> Runtime configuration for rule container.</p>"
4969      }
4970    },
4971    "S3DataDistribution": {
4972      "base": null,
4973      "refs": {
4974        "S3DataSource$S3DataDistributionType": "<p>If you want Amazon SageMaker to replicate the entire dataset on each ML compute instance that is launched for model training, specify <code>FullyReplicated</code>. </p> <p>If you want Amazon SageMaker to replicate a subset of data on each ML compute instance that is launched for model training, specify <code>ShardedByS3Key</code>. If there are <i>n</i> ML compute instances launched for a training job, each instance gets approximately 1/<i>n</i> of the number of S3 objects. In this case, model training on each machine uses only the subset of training data. </p> <p>Don't choose more ML compute instances for training than available S3 objects. If you do, some nodes won't get any data and you will pay for nodes that aren't getting any training data. This applies in both File and Pipe modes. Keep this in mind when developing algorithms. </p> <p>In distributed training, where you use multiple ML compute EC2 instances, you might choose <code>ShardedByS3Key</code>. If the algorithm requires copying training data to the ML storage volume (when <code>TrainingInputMode</code> is set to <code>File</code>), this copies 1/<i>n</i> of the number of objects. </p>"
4975      }
4976    },
4977    "S3DataSource": {
4978      "base": "<p>Describes the S3 data source.</p>",
4979      "refs": {
4980        "DataSource$S3DataSource": "<p>The S3 location of the data source that is associated with a channel.</p>"
4981      }
4982    },
4983    "S3DataType": {
4984      "base": null,
4985      "refs": {
4986        "S3DataSource$S3DataType": "<p>If you choose <code>S3Prefix</code>, <code>S3Uri</code> identifies a key name prefix. Amazon SageMaker uses all objects that match the specified key name prefix for model training. </p> <p>If you choose <code>ManifestFile</code>, <code>S3Uri</code> identifies an object that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for model training. </p> <p>If you choose <code>AugmentedManifestFile</code>, S3Uri identifies an object that is an augmented manifest file in JSON lines format. This file contains the data you want to use for model training. <code>AugmentedManifestFile</code> can only be used if the Channel's input mode is <code>Pipe</code>.</p>",
4987        "TransformS3DataSource$S3DataType": "<p>If you choose <code>S3Prefix</code>, <code>S3Uri</code> identifies a key name prefix. Amazon SageMaker uses all objects with the specified key name prefix for batch transform. </p> <p>If you choose <code>ManifestFile</code>, <code>S3Uri</code> identifies an object that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for batch transform. </p> <p>The following values are compatible: <code>ManifestFile</code>, <code>S3Prefix</code> </p> <p>The following value is not compatible: <code>AugmentedManifestFile</code> </p>"
4988      }
4989    },
4990    "S3Uri": {
4991      "base": null,
4992      "refs": {
4993        "AutoMLOutputDataConfig$S3OutputPath": "<p>The Amazon S3 output path. Must be 128 characters or less.</p>",
4994        "AutoMLS3DataSource$S3Uri": "<p>The URL to the Amazon S3 data source.</p>",
4995        "CheckpointConfig$S3Uri": "<p>Identifies the S3 path where you want Amazon SageMaker to store checkpoints. For example, <code>s3://bucket-name/key-name-prefix</code>.</p>",
4996        "CreateLabelingJobRequest$LabelCategoryConfigS3Uri": "<p>The S3 URL of the file that defines the categories used to label the data objects.</p> <p>The file is a JSON structure in the following format:</p> <p> <code>{</code> </p> <p> <code> \"document-version\": \"2018-11-28\"</code> </p> <p> <code> \"labels\": [</code> </p> <p> <code> {</code> </p> <p> <code> \"label\": \"<i>label 1</i>\"</code> </p> <p> <code> },</code> </p> <p> <code> {</code> </p> <p> <code> \"label\": \"<i>label 2</i>\"</code> </p> <p> <code> },</code> </p> <p> <code> ...</code> </p> <p> <code> {</code> </p> <p> <code> \"label\": \"<i>label n</i>\"</code> </p> <p> <code> }</code> </p> <p> <code> ]</code> </p> <p> <code>}</code> </p>",
4997        "DebugHookConfig$S3OutputPath": "<p>Path to Amazon S3 storage location for tensors.</p>",
4998        "DebugRuleConfiguration$S3OutputPath": "<p>Path to Amazon S3 storage location for rules.</p>",
4999        "DescribeLabelingJobResponse$LabelCategoryConfigS3Uri": "<p>The S3 location of the JSON file that defines the categories used to label data objects. Please note the following label-category limits:</p> <ul> <li> <p>Semantic segmentation labeling jobs using automated labeling: 20 labels</p> </li> <li> <p>Box bounding labeling jobs (all): 10 labels</p> </li> </ul> <p>The file is a JSON structure in the following format:</p> <p> <code>{</code> </p> <p> <code> \"document-version\": \"2018-11-28\"</code> </p> <p> <code> \"labels\": [</code> </p> <p> <code> {</code> </p> <p> <code> \"label\": \"<i>label 1</i>\"</code> </p> <p> <code> },</code> </p> <p> <code> {</code> </p> <p> <code> \"label\": \"<i>label 2</i>\"</code> </p> <p> <code> },</code> </p> <p> <code> ...</code> </p> <p> <code> {</code> </p> <p> <code> \"label\": \"<i>label n</i>\"</code> </p> <p> <code> }</code> </p> <p> <code> ]</code> </p> <p> <code>}</code> </p>",
5000        "FlowDefinitionOutputConfig$S3OutputPath": "<p>The Amazon S3 path where the object containing human output will be made available.</p>",
5001        "InputConfig$S3Uri": "<p>The S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).</p>",
5002        "LabelingJobOutput$OutputDatasetS3Uri": "<p>The Amazon S3 bucket location of the manifest file for labeled data. </p>",
5003        "LabelingJobOutputConfig$S3OutputPath": "<p>The Amazon S3 location to write output data.</p>",
5004        "LabelingJobS3DataSource$ManifestS3Uri": "<p>The Amazon S3 location of the manifest file that describes the input data objects.</p>",
5005        "ModelArtifacts$S3ModelArtifacts": "<p>The path of the S3 object that contains the model artifacts. For example, <code>s3://bucket-name/keynameprefix/model.tar.gz</code>.</p>",
5006        "MonitoringAppSpecification$RecordPreprocessorSourceUri": "<p>An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.</p>",
5007        "MonitoringAppSpecification$PostAnalyticsProcessorSourceUri": "<p>An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.</p>",
5008        "MonitoringConstraintsResource$S3Uri": "<p>The Amazon S3 URI for the constraints resource.</p>",
5009        "MonitoringStatisticsResource$S3Uri": "<p>The Amazon S3 URI for the statistics resource.</p>",
5010        "OutputConfig$S3OutputLocation": "<p>Identifies the S3 path where you want Amazon SageMaker to store the model artifacts. For example, s3://bucket-name/key-name-prefix.</p>",
5011        "OutputDataConfig$S3OutputPath": "<p>Identifies the S3 path where you want Amazon SageMaker to store the model artifacts. For example, <code>s3://bucket-name/key-name-prefix</code>. </p>",
5012        "ProcessingS3Input$S3Uri": "<p>The URI for the Amazon S3 storage where you want Amazon SageMaker to download the artifacts needed to run a processing job.</p>",
5013        "ProcessingS3Output$S3Uri": "<p>A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a processing job.</p>",
5014        "S3DataSource$S3Uri": "<p>Depending on the value specified for the <code>S3DataType</code>, identifies either a key name prefix or a manifest. For example: </p> <ul> <li> <p> A key name prefix might look like this: <code>s3://bucketname/exampleprefix</code>. </p> </li> <li> <p> A manifest might look like this: <code>s3://bucketname/example.manifest</code> </p> <p> The manifest is an S3 object which is a JSON file with the following format: </p> <p> The preceding JSON matches the following <code>s3Uris</code>: </p> <p> <code>[ {\"prefix\": \"s3://customer_bucket/some/prefix/\"},</code> </p> <p> <code>\"relative/path/to/custdata-1\",</code> </p> <p> <code>\"relative/path/custdata-2\",</code> </p> <p> <code>...</code> </p> <p> <code>\"relative/path/custdata-N\"</code> </p> <p> <code>]</code> </p> <p> The preceding JSON matches the following <code>s3Uris</code>: </p> <p> <code>s3://customer_bucket/some/prefix/relative/path/to/custdata-1</code> </p> <p> <code>s3://customer_bucket/some/prefix/relative/path/custdata-2</code> </p> <p> <code>...</code> </p> <p> <code>s3://customer_bucket/some/prefix/relative/path/custdata-N</code> </p> <p>The complete set of <code>s3uris</code> in this manifest is the input data for the channel for this datasource. The object that each <code>s3uris</code> points to must be readable by the IAM role that Amazon SageMaker uses to perform tasks on your behalf. </p> </li> </ul>",
5015        "SharingSettings$S3OutputPath": "<p>When <code>NotebookOutputOption</code> is <code>Allowed</code>, the Amazon S3 bucket used to save the notebook cell output. If <code>S3OutputPath</code> isn't specified, a default bucket is used.</p>",
5016        "TensorBoardOutputConfig$S3OutputPath": "<p>Path to Amazon S3 storage location for TensorBoard output.</p>",
5017        "TransformOutput$S3OutputPath": "<p>The Amazon S3 path where you want Amazon SageMaker to store the results of the transform job. For example, <code>s3://bucket-name/key-name-prefix</code>.</p> <p>For every S3 object used as input for the transform job, batch transform stores the transformed data with an .<code>out</code> suffix in a corresponding subfolder in the location in the output prefix. For example, for the input data stored at <code>s3://bucket-name/input-name-prefix/dataset01/data.csv</code>, batch transform stores the transformed data at <code>s3://bucket-name/output-name-prefix/input-name-prefix/data.csv.out</code>. Batch transform doesn't upload partially processed objects. For an input S3 object that contains multiple records, it creates an .<code>out</code> file only if the transform job succeeds on the entire file. When the input contains multiple S3 objects, the batch transform job processes the listed S3 objects and uploads only the output for successfully processed objects. If any object fails in the transform job batch transform marks the job as failed to prompt investigation.</p>",
5018        "TransformS3DataSource$S3Uri": "<p>Depending on the value specified for the <code>S3DataType</code>, identifies either a key name prefix or a manifest. For example:</p> <ul> <li> <p> A key name prefix might look like this: <code>s3://bucketname/exampleprefix</code>. </p> </li> <li> <p> A manifest might look like this: <code>s3://bucketname/example.manifest</code> </p> <p> The manifest is an S3 object which is a JSON file with the following format: </p> <p> <code>[ {\"prefix\": \"s3://customer_bucket/some/prefix/\"},</code> </p> <p> <code>\"relative/path/to/custdata-1\",</code> </p> <p> <code>\"relative/path/custdata-2\",</code> </p> <p> <code>...</code> </p> <p> <code>\"relative/path/custdata-N\"</code> </p> <p> <code>]</code> </p> <p> The preceding JSON matches the following <code>s3Uris</code>: </p> <p> <code>s3://customer_bucket/some/prefix/relative/path/to/custdata-1</code> </p> <p> <code>s3://customer_bucket/some/prefix/relative/path/custdata-2</code> </p> <p> <code>...</code> </p> <p> <code>s3://customer_bucket/some/prefix/relative/path/custdata-N</code> </p> <p> The complete set of <code>S3Uris</code> in this manifest constitutes the input data for the channel for this datasource. The object that each <code>S3Uris</code> points to must be readable by the IAM role that Amazon SageMaker uses to perform tasks on your behalf.</p> </li> </ul>",
5019        "UiConfig$UiTemplateS3Uri": "<p>The Amazon S3 bucket location of the UI template, or worker task template. This is the template used to render the worker UI and tools for labeling job tasks. For more information about the contents of a UI template, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sms-custom-templates-step2.html\"> Creating Your Custom Labeling Task Template</a>.</p>"
5020      }
5021    },
5022    "SageMakerImageArn": {
5023      "base": null,
5024      "refs": {
5025        "ResourceSpec$SageMakerImageArn": "<p>The Amazon Resource Name (ARN) of the SageMaker image created on the instance.</p>"
5026      }
5027    },
5028    "SamplingPercentage": {
5029      "base": null,
5030      "refs": {
5031        "DataCaptureConfig$InitialSamplingPercentage": "<p/>",
5032        "DataCaptureConfigSummary$CurrentSamplingPercentage": "<p/>"
5033      }
5034    },
5035    "ScheduleConfig": {
5036      "base": "<p>Configuration details about the monitoring schedule.</p>",
5037      "refs": {
5038        "MonitoringScheduleConfig$ScheduleConfig": "<p>Configures the monitoring schedule.</p>"
5039      }
5040    },
5041    "ScheduleExpression": {
5042      "base": null,
5043      "refs": {
5044        "ScheduleConfig$ScheduleExpression": "<p>A cron expression that describes details about the monitoring schedule.</p> <p>Currently the only supported cron expressions are:</p> <ul> <li> <p>If you want to set the job to start every hour, please use the following:</p> <p> <code>Hourly: cron(0 * ? * * *)</code> </p> </li> <li> <p>If you want to start the job daily:</p> <p> <code>cron(0 [00-23] ? * * *)</code> </p> </li> </ul> <p>For example, the following are valid cron expressions:</p> <ul> <li> <p>Daily at noon UTC: <code>cron(0 12 ? * * *)</code> </p> </li> <li> <p>Daily at midnight UTC: <code>cron(0 0 ? * * *)</code> </p> </li> </ul> <p>To support running every 6, 12 hours, the following are also supported:</p> <p> <code>cron(0 [00-23]/[01-24] ? * * *)</code> </p> <p>For example, the following are valid cron expressions:</p> <ul> <li> <p>Every 12 hours, starting at 5pm UTC: <code>cron(0 17/12 ? * * *)</code> </p> </li> <li> <p>Every two hours starting at midnight: <code>cron(0 0/2 ? * * *)</code> </p> </li> </ul> <note> <ul> <li> <p>Even though the cron expression is set to start at 5PM UTC, note that there could be a delay of 0-20 minutes from the actual requested time to run the execution. </p> </li> <li> <p>We recommend that if you would like a daily schedule, you do not provide this parameter. Amazon SageMaker will pick a time for running every day.</p> </li> </ul> </note>"
5045      }
5046    },
5047    "ScheduleStatus": {
5048      "base": null,
5049      "refs": {
5050        "DescribeMonitoringScheduleResponse$MonitoringScheduleStatus": "<p>The status of an monitoring job.</p>",
5051        "ListMonitoringSchedulesRequest$StatusEquals": "<p>A filter that returns only monitoring schedules modified before a specified time.</p>",
5052        "MonitoringScheduleSummary$MonitoringScheduleStatus": "<p>The status of the monitoring schedule.</p>"
5053      }
5054    },
5055    "SearchExpression": {
5056      "base": "<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>",
5057      "refs": {
5058        "SearchExpressionList$member": null,
5059        "SearchRequest$SearchExpression": "<p>A Boolean conditional statement. Resources must satisfy this condition to be included in search results. You must provide at least one subexpression, filter, or nested filter. The maximum number of recursive <code>SubExpressions</code>, <code>NestedFilters</code>, and <code>Filters</code> that can be included in a <code>SearchExpression</code> object is 50.</p>"
5060      }
5061    },
5062    "SearchExpressionList": {
5063      "base": null,
5064      "refs": {
5065        "SearchExpression$SubExpressions": "<p>A list of search expression objects.</p>"
5066      }
5067    },
5068    "SearchRecord": {
5069      "base": "<p>A single resource returned as part of the <a>Search</a> API response.</p>",
5070      "refs": {
5071        "SearchResultsList$member": null
5072      }
5073    },
5074    "SearchRequest": {
5075      "base": null,
5076      "refs": {
5077      }
5078    },
5079    "SearchResponse": {
5080      "base": null,
5081      "refs": {
5082      }
5083    },
5084    "SearchResultsList": {
5085      "base": null,
5086      "refs": {
5087        "SearchResponse$Results": "<p>A list of <code>SearchRecord</code> objects.</p>"
5088      }
5089    },
5090    "SearchSortOrder": {
5091      "base": null,
5092      "refs": {
5093        "SearchRequest$SortOrder": "<p>How <code>SearchResults</code> are ordered. Valid values are <code>Ascending</code> or <code>Descending</code>. The default is <code>Descending</code>.</p>"
5094      }
5095    },
5096    "SecondaryStatus": {
5097      "base": null,
5098      "refs": {
5099        "DescribeTrainingJobResponse$SecondaryStatus": "<p> Provides detailed information about the state of the training job. For detailed information on the secondary status of the training job, see <code>StatusMessage</code> under <a>SecondaryStatusTransition</a>.</p> <p>Amazon SageMaker provides primary statuses and secondary statuses that apply to each of them:</p> <dl> <dt>InProgress</dt> <dd> <ul> <li> <p> <code>Starting</code> - Starting the training job.</p> </li> <li> <p> <code>Downloading</code> - An optional stage for algorithms that support <code>File</code> training input mode. It indicates that data is being downloaded to the ML storage volumes.</p> </li> <li> <p> <code>Training</code> - Training is in progress.</p> </li> <li> <p> <code>Interrupted</code> - The job stopped because the managed spot training instances were interrupted. </p> </li> <li> <p> <code>Uploading</code> - Training is complete and the model artifacts are being uploaded to the S3 location.</p> </li> </ul> </dd> <dt>Completed</dt> <dd> <ul> <li> <p> <code>Completed</code> - The training job has completed.</p> </li> </ul> </dd> <dt>Failed</dt> <dd> <ul> <li> <p> <code>Failed</code> - The training job has failed. The reason for the failure is returned in the <code>FailureReason</code> field of <code>DescribeTrainingJobResponse</code>.</p> </li> </ul> </dd> <dt>Stopped</dt> <dd> <ul> <li> <p> <code>MaxRuntimeExceeded</code> - The job stopped because it exceeded the maximum allowed runtime.</p> </li> <li> <p> <code>MaxWaitTmeExceeded</code> - The job stopped because it exceeded the maximum allowed wait time.</p> </li> <li> <p> <code>Stopped</code> - The training job has stopped.</p> </li> </ul> </dd> <dt>Stopping</dt> <dd> <ul> <li> <p> <code>Stopping</code> - Stopping the training job.</p> </li> </ul> </dd> </dl> <important> <p>Valid values for <code>SecondaryStatus</code> are subject to change. </p> </important> <p>We no longer support the following secondary statuses:</p> <ul> <li> <p> <code>LaunchingMLInstances</code> </p> </li> <li> <p> <code>PreparingTrainingStack</code> </p> </li> <li> <p> <code>DownloadingTrainingImage</code> </p> </li> </ul>",
5100        "SecondaryStatusTransition$Status": "<p>Contains a secondary status information from a training job.</p> <p>Status might be one of the following secondary statuses:</p> <dl> <dt>InProgress</dt> <dd> <ul> <li> <p> <code>Starting</code> - Starting the training job.</p> </li> <li> <p> <code>Downloading</code> - An optional stage for algorithms that support <code>File</code> training input mode. It indicates that data is being downloaded to the ML storage volumes.</p> </li> <li> <p> <code>Training</code> - Training is in progress.</p> </li> <li> <p> <code>Uploading</code> - Training is complete and the model artifacts are being uploaded to the S3 location.</p> </li> </ul> </dd> <dt>Completed</dt> <dd> <ul> <li> <p> <code>Completed</code> - The training job has completed.</p> </li> </ul> </dd> <dt>Failed</dt> <dd> <ul> <li> <p> <code>Failed</code> - The training job has failed. The reason for the failure is returned in the <code>FailureReason</code> field of <code>DescribeTrainingJobResponse</code>.</p> </li> </ul> </dd> <dt>Stopped</dt> <dd> <ul> <li> <p> <code>MaxRuntimeExceeded</code> - The job stopped because it exceeded the maximum allowed runtime.</p> </li> <li> <p> <code>Stopped</code> - The training job has stopped.</p> </li> </ul> </dd> <dt>Stopping</dt> <dd> <ul> <li> <p> <code>Stopping</code> - Stopping the training job.</p> </li> </ul> </dd> </dl> <p>We no longer support the following secondary statuses:</p> <ul> <li> <p> <code>LaunchingMLInstances</code> </p> </li> <li> <p> <code>PreparingTrainingStack</code> </p> </li> <li> <p> <code>DownloadingTrainingImage</code> </p> </li> </ul>",
5101        "TrainingJob$SecondaryStatus": "<p> Provides detailed information about the state of the training job. For detailed information about the secondary status of the training job, see <code>StatusMessage</code> under <a>SecondaryStatusTransition</a>.</p> <p>Amazon SageMaker provides primary statuses and secondary statuses that apply to each of them:</p> <dl> <dt>InProgress</dt> <dd> <ul> <li> <p> <code>Starting</code> - Starting the training job.</p> </li> <li> <p> <code>Downloading</code> - An optional stage for algorithms that support <code>File</code> training input mode. It indicates that data is being downloaded to the ML storage volumes.</p> </li> <li> <p> <code>Training</code> - Training is in progress.</p> </li> <li> <p> <code>Uploading</code> - Training is complete and the model artifacts are being uploaded to the S3 location.</p> </li> </ul> </dd> <dt>Completed</dt> <dd> <ul> <li> <p> <code>Completed</code> - The training job has completed.</p> </li> </ul> </dd> <dt>Failed</dt> <dd> <ul> <li> <p> <code>Failed</code> - The training job has failed. The reason for the failure is returned in the <code>FailureReason</code> field of <code>DescribeTrainingJobResponse</code>.</p> </li> </ul> </dd> <dt>Stopped</dt> <dd> <ul> <li> <p> <code>MaxRuntimeExceeded</code> - The job stopped because it exceeded the maximum allowed runtime.</p> </li> <li> <p> <code>Stopped</code> - The training job has stopped.</p> </li> </ul> </dd> <dt>Stopping</dt> <dd> <ul> <li> <p> <code>Stopping</code> - Stopping the training job.</p> </li> </ul> </dd> </dl> <important> <p>Valid values for <code>SecondaryStatus</code> are subject to change. </p> </important> <p>We no longer support the following secondary statuses:</p> <ul> <li> <p> <code>LaunchingMLInstances</code> </p> </li> <li> <p> <code>PreparingTrainingStack</code> </p> </li> <li> <p> <code>DownloadingTrainingImage</code> </p> </li> </ul>"
5102      }
5103    },
5104    "SecondaryStatusTransition": {
5105      "base": "<p>An array element of <a>DescribeTrainingJobResponse$SecondaryStatusTransitions</a>. It provides additional details about a status that the training job has transitioned through. A training job can be in one of several states, for example, starting, downloading, training, or uploading. Within each state, there are a number of intermediate states. For example, within the starting state, Amazon SageMaker could be starting the training job or launching the ML instances. These transitional states are referred to as the job's secondary status. </p> <p/>",
5106      "refs": {
5107        "SecondaryStatusTransitions$member": null
5108      }
5109    },
5110    "SecondaryStatusTransitions": {
5111      "base": null,
5112      "refs": {
5113        "DescribeTrainingJobResponse$SecondaryStatusTransitions": "<p>A history of all of the secondary statuses that the training job has transitioned through.</p>",
5114        "TrainingJob$SecondaryStatusTransitions": "<p>A history of all of the secondary statuses that the training job has transitioned through.</p>"
5115      }
5116    },
5117    "SecretArn": {
5118      "base": null,
5119      "refs": {
5120        "GitConfig$SecretArn": "<p>The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the credentials used to access the git repository. The secret must have a staging label of <code>AWSCURRENT</code> and must be in the following format:</p> <p> <code>{\"username\": <i>UserName</i>, \"password\": <i>Password</i>}</code> </p>",
5121        "GitConfigForUpdate$SecretArn": "<p>The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the credentials used to access the git repository. The secret must have a staging label of <code>AWSCURRENT</code> and must be in the following format:</p> <p> <code>{\"username\": <i>UserName</i>, \"password\": <i>Password</i>}</code> </p>"
5122      }
5123    },
5124    "SecurityGroupId": {
5125      "base": null,
5126      "refs": {
5127        "SecurityGroupIds$member": null,
5128        "VpcSecurityGroupIds$member": null
5129      }
5130    },
5131    "SecurityGroupIds": {
5132      "base": null,
5133      "refs": {
5134        "CreateNotebookInstanceInput$SecurityGroupIds": "<p>The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet. </p>",
5135        "DescribeNotebookInstanceOutput$SecurityGroups": "<p>The IDs of the VPC security groups.</p>",
5136        "UserSettings$SecurityGroups": "<p>The security groups.</p>"
5137      }
5138    },
5139    "Seed": {
5140      "base": null,
5141      "refs": {
5142        "ShuffleConfig$Seed": "<p>Determines the shuffling order in <code>ShuffleConfig</code> value.</p>"
5143      }
5144    },
5145    "SessionExpirationDurationInSeconds": {
5146      "base": null,
5147      "refs": {
5148        "CreatePresignedDomainUrlRequest$SessionExpirationDurationInSeconds": "<p>The session expiration duration in seconds.</p>",
5149        "CreatePresignedNotebookInstanceUrlInput$SessionExpirationDurationInSeconds": "<p>The duration of the session, in seconds. The default is 12 hours.</p>"
5150      }
5151    },
5152    "SharingSettings": {
5153      "base": "<p>Specifies options when sharing an Amazon SageMaker Studio notebook. These settings are specified as part of <code>DefaultUserSettings</code> when the <a>CreateDomain</a> API is called, and as part of <code>UserSettings</code> when the <a>CreateUserProfile</a> API is called.</p>",
5154      "refs": {
5155        "UserSettings$SharingSettings": "<p>The sharing settings.</p>"
5156      }
5157    },
5158    "ShuffleConfig": {
5159      "base": "<p>A configuration for a shuffle option for input data in a channel. If you use <code>S3Prefix</code> for <code>S3DataType</code>, the results of the S3 key prefix matches are shuffled. If you use <code>ManifestFile</code>, the order of the S3 object references in the <code>ManifestFile</code> is shuffled. If you use <code>AugmentedManifestFile</code>, the order of the JSON lines in the <code>AugmentedManifestFile</code> is shuffled. The shuffling order is determined using the <code>Seed</code> value.</p> <p>For Pipe input mode, when <code>ShuffleConfig</code> is specified shuffling is done at the start of every epoch. With large datasets, this ensures that the order of the training data is different for each epoch, and it helps reduce bias and possible overfitting. In a multi-node training job when <code>ShuffleConfig</code> is combined with <code>S3DataDistributionType</code> of <code>ShardedByS3Key</code>, the data is shuffled across nodes so that the content sent to a particular node on the first epoch might be sent to a different node on the second epoch.</p>",
5160      "refs": {
5161        "Channel$ShuffleConfig": "<p>A configuration for a shuffle option for input data in a channel. If you use <code>S3Prefix</code> for <code>S3DataType</code>, this shuffles the results of the S3 key prefix matches. If you use <code>ManifestFile</code>, the order of the S3 object references in the <code>ManifestFile</code> is shuffled. If you use <code>AugmentedManifestFile</code>, the order of the JSON lines in the <code>AugmentedManifestFile</code> is shuffled. The shuffling order is determined using the <code>Seed</code> value.</p> <p>For Pipe input mode, shuffling is done at the start of every epoch. With large datasets this ensures that the order of the training data is different for each epoch, it helps reduce bias and possible overfitting. In a multi-node training job when ShuffleConfig is combined with <code>S3DataDistributionType</code> of <code>ShardedByS3Key</code>, the data is shuffled across nodes so that the content sent to a particular node on the first epoch might be sent to a different node on the second epoch.</p>"
5162      }
5163    },
5164    "SingleSignOnUserIdentifier": {
5165      "base": null,
5166      "refs": {
5167        "CreateUserProfileRequest$SingleSignOnUserIdentifier": "<p>A specifier for the type of value specified in SingleSignOnUserValue. Currently, the only supported value is \"UserName\". If the Domain's AuthMode is SSO, this field is required. If the Domain's AuthMode is not SSO, this field cannot be specified. </p>",
5168        "DescribeUserProfileResponse$SingleSignOnUserIdentifier": "<p>The SSO user identifier.</p>"
5169      }
5170    },
5171    "SortBy": {
5172      "base": null,
5173      "refs": {
5174        "ListLabelingJobsRequest$SortBy": "<p>The field to sort results by. The default is <code>CreationTime</code>.</p>",
5175        "ListProcessingJobsRequest$SortBy": "<p>The field to sort results by. The default is <code>CreationTime</code>.</p>",
5176        "ListTrainingJobsRequest$SortBy": "<p>The field to sort results by. The default is <code>CreationTime</code>.</p>",
5177        "ListTransformJobsRequest$SortBy": "<p>The field to sort results by. The default is <code>CreationTime</code>.</p>"
5178      }
5179    },
5180    "SortExperimentsBy": {
5181      "base": null,
5182      "refs": {
5183        "ListExperimentsRequest$SortBy": "<p>The property used to sort results. The default value is <code>CreationTime</code>.</p>"
5184      }
5185    },
5186    "SortOrder": {
5187      "base": null,
5188      "refs": {
5189        "ListAlgorithmsInput$SortOrder": "<p>The sort order for the results. The default is <code>Ascending</code>.</p>",
5190        "ListAppsRequest$SortOrder": "<p>The sort order for the results. The default is Ascending.</p>",
5191        "ListCompilationJobsRequest$SortOrder": "<p>The sort order for results. The default is <code>Ascending</code>.</p>",
5192        "ListExperimentsRequest$SortOrder": "<p>The sort order. The default value is <code>Descending</code>.</p>",
5193        "ListFlowDefinitionsRequest$SortOrder": "<p>An optional value that specifies whether you want the results sorted in <code>Ascending</code> or <code>Descending</code> order.</p>",
5194        "ListHumanTaskUisRequest$SortOrder": "<p>An optional value that specifies whether you want the results sorted in <code>Ascending</code> or <code>Descending</code> order.</p>",
5195        "ListHyperParameterTuningJobsRequest$SortOrder": "<p>The sort order for results. The default is <code>Ascending</code>.</p>",
5196        "ListLabelingJobsForWorkteamRequest$SortOrder": "<p>The sort order for results. The default is <code>Ascending</code>.</p>",
5197        "ListLabelingJobsRequest$SortOrder": "<p>The sort order for results. The default is <code>Ascending</code>.</p>",
5198        "ListModelPackagesInput$SortOrder": "<p>The sort order for the results. The default is <code>Ascending</code>.</p>",
5199        "ListMonitoringExecutionsRequest$SortOrder": "<p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order. The default is <code>Descending</code>.</p>",
5200        "ListMonitoringSchedulesRequest$SortOrder": "<p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order. The default is <code>Descending</code>.</p>",
5201        "ListProcessingJobsRequest$SortOrder": "<p>The sort order for results. The default is <code>Ascending</code>.</p>",
5202        "ListTrainingJobsForHyperParameterTuningJobRequest$SortOrder": "<p>The sort order for results. The default is <code>Ascending</code>.</p>",
5203        "ListTrainingJobsRequest$SortOrder": "<p>The sort order for results. The default is <code>Ascending</code>.</p>",
5204        "ListTransformJobsRequest$SortOrder": "<p>The sort order for results. The default is <code>Descending</code>.</p>",
5205        "ListTrialComponentsRequest$SortOrder": "<p>The sort order. The default value is <code>Descending</code>.</p>",
5206        "ListTrialsRequest$SortOrder": "<p>The sort order. The default value is <code>Descending</code>.</p>",
5207        "ListUserProfilesRequest$SortOrder": "<p>The sort order for the results. The default is Ascending.</p>",
5208        "ListWorkteamsRequest$SortOrder": "<p>The sort order for results. The default is <code>Ascending</code>.</p>"
5209      }
5210    },
5211    "SortTrialComponentsBy": {
5212      "base": null,
5213      "refs": {
5214        "ListTrialComponentsRequest$SortBy": "<p>The property used to sort results. The default value is <code>CreationTime</code>.</p>"
5215      }
5216    },
5217    "SortTrialsBy": {
5218      "base": null,
5219      "refs": {
5220        "ListTrialsRequest$SortBy": "<p>The property used to sort results. The default value is <code>CreationTime</code>.</p>"
5221      }
5222    },
5223    "SourceAlgorithm": {
5224      "base": "<p>Specifies an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your Amazon SageMaker account or an algorithm in AWS Marketplace that you are subscribed to.</p>",
5225      "refs": {
5226        "SourceAlgorithmList$member": null
5227      }
5228    },
5229    "SourceAlgorithmList": {
5230      "base": null,
5231      "refs": {
5232        "SourceAlgorithmSpecification$SourceAlgorithms": "<p>A list of the algorithms that were used to create a model package.</p>"
5233      }
5234    },
5235    "SourceAlgorithmSpecification": {
5236      "base": "<p>A list of algorithms that were used to create a model package.</p>",
5237      "refs": {
5238        "CreateModelPackageInput$SourceAlgorithmSpecification": "<p>Details about the algorithm that was used to create the model package.</p>",
5239        "DescribeModelPackageOutput$SourceAlgorithmSpecification": "<p>Details about the algorithm that was used to create the model package.</p>"
5240      }
5241    },
5242    "SourceIpConfig": {
5243      "base": "<p>A list of IP address ranges (<a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html\">CIDRs</a>). Used to create an allow list of IP addresses for a private workforce. For more information, see .</p>",
5244      "refs": {
5245        "UpdateWorkforceRequest$SourceIpConfig": "<p>A list of one to four worker IP address ranges (<a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html\">CIDRs</a>) that can be used to access tasks assigned to this workforce.</p> <p>Maximum: Four CIDR values</p>",
5246        "Workforce$SourceIpConfig": "<p>A list of one to four IP address ranges (<a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html\">CIDRs</a>) to be added to the workforce allow list.</p>"
5247      }
5248    },
5249    "SourceType": {
5250      "base": null,
5251      "refs": {
5252        "ExperimentSource$SourceType": "<p>The source type.</p>",
5253        "TrialComponentSource$SourceType": "<p>The source job type.</p>",
5254        "TrialSource$SourceType": "<p>The source job type.</p>"
5255      }
5256    },
5257    "SplitType": {
5258      "base": null,
5259      "refs": {
5260        "TransformInput$SplitType": "<p>The method to use to split the transform job's data files into smaller batches. Splitting is necessary when the total size of each object is too large to fit in a single request. You can also use data splitting to improve performance by processing multiple concurrent mini-batches. The default value for <code>SplitType</code> is <code>None</code>, which indicates that input data files are not split, and request payloads contain the entire contents of an input object. Set the value of this parameter to <code>Line</code> to split records on a newline character boundary. <code>SplitType</code> also supports a number of record-oriented binary data formats.</p> <p>When splitting is enabled, the size of a mini-batch depends on the values of the <code>BatchStrategy</code> and <code>MaxPayloadInMB</code> parameters. When the value of <code>BatchStrategy</code> is <code>MultiRecord</code>, Amazon SageMaker sends the maximum number of records in each request, up to the <code>MaxPayloadInMB</code> limit. If the value of <code>BatchStrategy</code> is <code>SingleRecord</code>, Amazon SageMaker sends individual records in each request.</p> <note> <p>Some data formats represent a record as a binary payload wrapped with extra padding bytes. When splitting is applied to a binary data format, padding is removed if the value of <code>BatchStrategy</code> is set to <code>SingleRecord</code>. Padding is not removed if the value of <code>BatchStrategy</code> is set to <code>MultiRecord</code>.</p> <p>For more information about <code>RecordIO</code>, see <a href=\"https://mxnet.apache.org/api/faq/recordio\">Create a Dataset Using RecordIO</a> in the MXNet documentation. For more information about <code>TFRecord</code>, see <a href=\"https://www.tensorflow.org/guide/datasets#consuming_tfrecord_data\">Consuming TFRecord data</a> in the TensorFlow documentation.</p> </note>"
5261      }
5262    },
5263    "StartMonitoringScheduleRequest": {
5264      "base": null,
5265      "refs": {
5266      }
5267    },
5268    "StartNotebookInstanceInput": {
5269      "base": null,
5270      "refs": {
5271      }
5272    },
5273    "StatusDetails": {
5274      "base": null,
5275      "refs": {
5276        "DebugRuleEvaluationStatus$StatusDetails": "<p>Details from the rule evaluation.</p>"
5277      }
5278    },
5279    "StatusMessage": {
5280      "base": null,
5281      "refs": {
5282        "SecondaryStatusTransition$StatusMessage": "<p>A detailed description of the progress within a secondary status. </p> <p>Amazon SageMaker provides secondary statuses and status messages that apply to each of them:</p> <dl> <dt>Starting</dt> <dd> <ul> <li> <p>Starting the training job.</p> </li> <li> <p>Launching requested ML instances.</p> </li> <li> <p>Insufficient capacity error from EC2 while launching instances, retrying!</p> </li> <li> <p>Launched instance was unhealthy, replacing it!</p> </li> <li> <p>Preparing the instances for training.</p> </li> </ul> </dd> <dt>Training</dt> <dd> <ul> <li> <p>Downloading the training image.</p> </li> <li> <p>Training image download completed. Training in progress.</p> </li> </ul> </dd> </dl> <important> <p>Status messages are subject to change. Therefore, we recommend not including them in code that programmatically initiates actions. For examples, don't use status messages in if statements.</p> </important> <p>To have an overview of your training job's progress, view <code>TrainingJobStatus</code> and <code>SecondaryStatus</code> in <a>DescribeTrainingJob</a>, and <code>StatusMessage</code> together. For example, at the start of a training job, you might see the following:</p> <ul> <li> <p> <code>TrainingJobStatus</code> - InProgress</p> </li> <li> <p> <code>SecondaryStatus</code> - Training</p> </li> <li> <p> <code>StatusMessage</code> - Downloading the training image</p> </li> </ul>"
5283      }
5284    },
5285    "StopAutoMLJobRequest": {
5286      "base": null,
5287      "refs": {
5288      }
5289    },
5290    "StopCompilationJobRequest": {
5291      "base": null,
5292      "refs": {
5293      }
5294    },
5295    "StopHyperParameterTuningJobRequest": {
5296      "base": null,
5297      "refs": {
5298      }
5299    },
5300    "StopLabelingJobRequest": {
5301      "base": null,
5302      "refs": {
5303      }
5304    },
5305    "StopMonitoringScheduleRequest": {
5306      "base": null,
5307      "refs": {
5308      }
5309    },
5310    "StopNotebookInstanceInput": {
5311      "base": null,
5312      "refs": {
5313      }
5314    },
5315    "StopProcessingJobRequest": {
5316      "base": null,
5317      "refs": {
5318      }
5319    },
5320    "StopTrainingJobRequest": {
5321      "base": null,
5322      "refs": {
5323      }
5324    },
5325    "StopTransformJobRequest": {
5326      "base": null,
5327      "refs": {
5328      }
5329    },
5330    "StoppingCondition": {
5331      "base": "<p>Specifies a limit to how long a model training or compilation job can run. It also specifies how long you are willing to wait for a managed spot training job to complete. When the job reaches the time limit, Amazon SageMaker ends the training or compilation job. Use this API to cap model training costs.</p> <p>To stop a job, Amazon SageMaker sends the algorithm the <code>SIGTERM</code> signal, which delays job termination for 120 seconds. Algorithms can use this 120-second window to save the model artifacts, so the results of training are not lost. </p> <p>The training algorithms provided by Amazon SageMaker automatically save the intermediate results of a model training job when possible. This attempt to save artifacts is only a best effort case as model might not be in a state from which it can be saved. For example, if training has just started, the model might not be ready to save. When saved, this intermediate data is a valid model artifact. You can use it to create a model with <code>CreateModel</code>.</p> <note> <p>The Neural Topic Model (NTM) currently does not support saving intermediate model artifacts. When training NTMs, make sure that the maximum runtime is sufficient for the training job to complete.</p> </note>",
5332      "refs": {
5333        "CreateCompilationJobRequest$StoppingCondition": "<p>Specifies a limit to how long a model compilation job can run. When the job reaches the time limit, Amazon SageMaker ends the compilation job. Use this API to cap model training costs.</p>",
5334        "CreateTrainingJobRequest$StoppingCondition": "<p>Specifies a limit to how long a model training job can run. When the job reaches the time limit, Amazon SageMaker ends the training job. Use this API to cap model training costs.</p> <p>To stop a job, Amazon SageMaker sends the algorithm the <code>SIGTERM</code> signal, which delays job termination for 120 seconds. Algorithms can use this 120-second window to save the model artifacts, so the results of training are not lost. </p>",
5335        "DescribeCompilationJobResponse$StoppingCondition": "<p>Specifies a limit to how long a model compilation job can run. When the job reaches the time limit, Amazon SageMaker ends the compilation job. Use this API to cap model training costs.</p>",
5336        "DescribeTrainingJobResponse$StoppingCondition": "<p>Specifies a limit to how long a model training job can run. It also specifies the maximum time to wait for a spot instance. When the job reaches the time limit, Amazon SageMaker ends the training job. Use this API to cap model training costs.</p> <p>To stop a job, Amazon SageMaker sends the algorithm the <code>SIGTERM</code> signal, which delays job termination for 120 seconds. Algorithms can use this 120-second window to save the model artifacts, so the results of training are not lost. </p>",
5337        "HyperParameterTrainingJobDefinition$StoppingCondition": "<p>Specifies a limit to how long a model hyperparameter training job can run. It also specifies how long you are willing to wait for a managed spot training job to complete. When the job reaches the a limit, Amazon SageMaker ends the training job. Use this API to cap model training costs.</p>",
5338        "TrainingJob$StoppingCondition": "<p>Specifies a limit to how long a model training job can run. When the job reaches the time limit, Amazon SageMaker ends the training job. Use this API to cap model training costs.</p> <p>To stop a job, Amazon SageMaker sends the algorithm the <code>SIGTERM</code> signal, which delays job termination for 120 seconds. Algorithms can use this 120-second window to save the model artifacts, so the results of training are not lost. </p>",
5339        "TrainingJobDefinition$StoppingCondition": "<p>Specifies a limit to how long a model training job can run. When the job reaches the time limit, Amazon SageMaker ends the training job. Use this API to cap model training costs.</p> <p>To stop a job, Amazon SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms can use this 120-second window to save the model artifacts.</p>"
5340      }
5341    },
5342    "String": {
5343      "base": null,
5344      "refs": {
5345        "AlgorithmStatusItem$FailureReason": "<p>if the overall status is <code>Failed</code>, the reason for the failure.</p>",
5346        "ListProcessingJobsRequest$NameContains": "<p>A string in the processing job name. This filter returns only processing jobs whose name contains the specified string.</p>",
5347        "ModelPackageStatusItem$FailureReason": "<p>if the overall status is <code>Failed</code>, the reason for the failure.</p>",
5348        "ProcessingInput$InputName": "<p>The name of the inputs for the processing job.</p>",
5349        "ProcessingOutput$OutputName": "<p>The name for the processing job output.</p>",
5350        "ProductListings$member": null,
5351        "RenderUiTemplateResponse$RenderedContent": "<p>A Liquid template that renders the HTML for the worker UI.</p>",
5352        "RenderingError$Code": "<p>A unique identifier for a specific class of errors.</p>",
5353        "RenderingError$Message": "<p>A human-readable message describing the error.</p>",
5354        "SubscribedWorkteam$SellerName": "<p>The name of the vendor in the Amazon Marketplace.</p>",
5355        "SubscribedWorkteam$ListingId": "<p/>",
5356        "UserContext$UserProfileArn": "<p>The Amazon Resource Name (ARN) of the user's profile.</p>",
5357        "UserContext$UserProfileName": "<p>The name of the user's profile.</p>",
5358        "UserContext$DomainId": "<p>The domain associated with the user.</p>",
5359        "Workteam$SubDomain": "<p>The URI of the labeling job's user interface. Workers open this URI to start labeling your data objects.</p>"
5360      }
5361    },
5362    "String1024": {
5363      "base": null,
5364      "refs": {
5365        "CreateDomainResponse$Url": "<p>The URL to the created domain.</p>",
5366        "DescribeDomainResponse$Url": "<p>The domain's URL.</p>",
5367        "DomainDetails$Url": "<p>The domain's URL.</p>"
5368      }
5369    },
5370    "String200": {
5371      "base": null,
5372      "refs": {
5373        "CreateWorkteamRequest$Description": "<p>A description of the work team.</p>",
5374        "SubscribedWorkteam$MarketplaceTitle": "<p>The title of the service provided by the vendor in the Amazon Marketplace.</p>",
5375        "SubscribedWorkteam$MarketplaceDescription": "<p>The description of the vendor from the Amazon Marketplace.</p>",
5376        "UpdateWorkteamRequest$Description": "<p>An updated description for the work team.</p>",
5377        "Workteam$Description": "<p>A description of the work team.</p>"
5378      }
5379    },
5380    "String256": {
5381      "base": null,
5382      "refs": {
5383        "CreateUserProfileRequest$SingleSignOnUserValue": "<p>The username of the associated AWS Single Sign-On User for this UserProfile. If the Domain's AuthMode is SSO, this field is required, and must match a valid username of a user in your directory. If the Domain's AuthMode is not SSO, this field cannot be specified. </p>",
5384        "DescribeDomainResponse$SingleSignOnManagedApplicationInstanceId": "<p>The SSO managed application instance ID.</p>",
5385        "DescribeUserProfileResponse$SingleSignOnUserValue": "<p>The SSO user value.</p>",
5386        "ListTrialComponentsRequest$SourceArn": "<p>A filter that returns only components that have the specified source Amazon Resource Name (ARN). If you specify <code>SourceArn</code>, you can't filter by <code>ExperimentName</code> or <code>TrialName</code>.</p>"
5387      }
5388    },
5389    "StringParameterValue": {
5390      "base": null,
5391      "refs": {
5392        "TrialComponentParameterValue$StringValue": "<p>The string value of a categorical hyperparameter. If you specify a value for this parameter, you can't specify the <code>NumberValue</code> parameter.</p>"
5393      }
5394    },
5395    "SubnetId": {
5396      "base": null,
5397      "refs": {
5398        "CreateNotebookInstanceInput$SubnetId": "<p>The ID of the subnet in a VPC to which you would like to have a connectivity from your ML compute instance. </p>",
5399        "DescribeNotebookInstanceOutput$SubnetId": "<p>The ID of the VPC subnet.</p>",
5400        "Subnets$member": null
5401      }
5402    },
5403    "Subnets": {
5404      "base": null,
5405      "refs": {
5406        "CreateDomainRequest$SubnetIds": "<p>The VPC subnets to use for communication with the EFS volume.</p>",
5407        "DescribeDomainResponse$SubnetIds": "<p>Security setting to limit to a set of subnets.</p>",
5408        "VpcConfig$Subnets": "<p>The ID of the subnets in the VPC to which you want to connect your training job or model. For information about the availability of specific instance types, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/instance-types-az.html\">Supported Instance Types and Availability Zones</a>.</p>"
5409      }
5410    },
5411    "SubscribedWorkteam": {
5412      "base": "<p>Describes a work team of a vendor that does the a labelling job.</p>",
5413      "refs": {
5414        "DescribeSubscribedWorkteamResponse$SubscribedWorkteam": "<p>A <code>Workteam</code> instance that contains information about the work team.</p>",
5415        "SubscribedWorkteams$member": null
5416      }
5417    },
5418    "SubscribedWorkteams": {
5419      "base": null,
5420      "refs": {
5421        "ListSubscribedWorkteamsResponse$SubscribedWorkteams": "<p>An array of <code>Workteam</code> objects, each describing a work team.</p>"
5422      }
5423    },
5424    "Success": {
5425      "base": null,
5426      "refs": {
5427        "DeleteWorkteamResponse$Success": "<p>Returns <code>true</code> if the work team was successfully deleted; otherwise, returns <code>false</code>.</p>"
5428      }
5429    },
5430    "SuggestionQuery": {
5431      "base": "<p>Specified in the <a>GetSearchSuggestions</a> request. Limits the property names that are included in the response.</p>",
5432      "refs": {
5433        "GetSearchSuggestionsRequest$SuggestionQuery": "<p>Limits the property names that are included in the response.</p>"
5434      }
5435    },
5436    "Tag": {
5437      "base": "<p>Describes a tag. </p>",
5438      "refs": {
5439        "TagList$member": null
5440      }
5441    },
5442    "TagKey": {
5443      "base": null,
5444      "refs": {
5445        "Tag$Key": "<p>The tag key.</p>",
5446        "TagKeyList$member": null
5447      }
5448    },
5449    "TagKeyList": {
5450      "base": null,
5451      "refs": {
5452        "DeleteTagsInput$TagKeys": "<p>An array or one or more tag keys to delete.</p>"
5453      }
5454    },
5455    "TagList": {
5456      "base": null,
5457      "refs": {
5458        "AddTagsInput$Tags": "<p>An array of <code>Tag</code> objects. Each tag is a key-value pair. Only the <code>key</code> parameter is required. If you don't specify a value, Amazon SageMaker sets the value to an empty string. </p>",
5459        "AddTagsOutput$Tags": "<p>A list of tags associated with the Amazon SageMaker resource.</p>",
5460        "CreateAppRequest$Tags": "<p>Each tag consists of a key and an optional value. Tag keys must be unique per resource.</p>",
5461        "CreateAutoMLJobRequest$Tags": "<p>Each tag consists of a key and an optional value. Tag keys must be unique per resource.</p>",
5462        "CreateDomainRequest$Tags": "<p>Tags to associated with the Domain. Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the <a>Search</a> API.</p>",
5463        "CreateEndpointConfigInput$Tags": "<p>A list of key-value pairs. For more information, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what\">Using Cost Allocation Tags</a> in the <i> AWS Billing and Cost Management User Guide</i>. </p>",
5464        "CreateEndpointInput$Tags": "<p>An array of key-value pairs. For more information, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what\">Using Cost Allocation Tags</a>in the <i>AWS Billing and Cost Management User Guide</i>. </p>",
5465        "CreateExperimentRequest$Tags": "<p>A list of tags to associate with the experiment. You can use <a>Search</a> API to search on the tags.</p>",
5466        "CreateFlowDefinitionRequest$Tags": "<p>An array of key-value pairs that contain metadata to help you categorize and organize a flow definition. Each tag consists of a key and a value, both of which you define.</p>",
5467        "CreateHumanTaskUiRequest$Tags": "<p>An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface. Each tag consists of a key and a value, both of which you define.</p>",
5468        "CreateHyperParameterTuningJobRequest$Tags": "<p>An array of key-value pairs. You can use tags to categorize your AWS resources in different ways, for example, by purpose, owner, or environment. For more information, see <a href=\"https://aws.amazon.com/answers/account-management/aws-tagging-strategies/\">AWS Tagging Strategies</a>.</p> <p>Tags that you specify for the tuning job are also added to all training jobs that the tuning job launches.</p>",
5469        "CreateLabelingJobRequest$Tags": "<p>An array of key/value pairs. For more information, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what\">Using Cost Allocation Tags</a> in the <i>AWS Billing and Cost Management User Guide</i>.</p>",
5470        "CreateModelInput$Tags": "<p>An array of key-value pairs. For more information, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what\">Using Cost Allocation Tags</a> in the <i>AWS Billing and Cost Management User Guide</i>. </p>",
5471        "CreateMonitoringScheduleRequest$Tags": "<p>(Optional) An array of key-value pairs. For more information, see <a href=\" https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL\">Using Cost Allocation Tags</a> in the <i>AWS Billing and Cost Management User Guide</i>.</p>",
5472        "CreateNotebookInstanceInput$Tags": "<p>A list of tags to associate with the notebook instance. You can add tags later by using the <code>CreateTags</code> API.</p>",
5473        "CreateProcessingJobRequest$Tags": "<p>(Optional) An array of key-value pairs. For more information, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL\">Using Cost Allocation Tags</a> in the <i>AWS Billing and Cost Management User Guide</i>.</p>",
5474        "CreateTrainingJobRequest$Tags": "<p>An array of key-value pairs. For more information, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what\">Using Cost Allocation Tags</a> in the <i>AWS Billing and Cost Management User Guide</i>. </p>",
5475        "CreateTransformJobRequest$Tags": "<p>(Optional) An array of key-value pairs. For more information, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what\">Using Cost Allocation Tags</a> in the <i>AWS Billing and Cost Management User Guide</i>.</p>",
5476        "CreateTrialComponentRequest$Tags": "<p>A list of tags to associate with the component. You can use <a>Search</a> API to search on the tags.</p>",
5477        "CreateTrialRequest$Tags": "<p>A list of tags to associate with the trial. You can use <a>Search</a> API to search on the tags.</p>",
5478        "CreateUserProfileRequest$Tags": "<p>Each tag consists of a key and an optional value. Tag keys must be unique per resource.</p>",
5479        "CreateWorkteamRequest$Tags": "<p>An array of key-value pairs.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html\">Resource Tag</a> and <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what\">Using Cost Allocation Tags</a> in the <i> AWS Billing and Cost Management User Guide</i>.</p>",
5480        "DescribeLabelingJobResponse$Tags": "<p>An array of key/value pairs. For more information, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what\">Using Cost Allocation Tags</a> in the <i>AWS Billing and Cost Management User Guide</i>.</p>",
5481        "Experiment$Tags": "<p>The list of tags that are associated with the experiment. You can use <a>Search</a> API to search on the tags.</p>",
5482        "ListTagsOutput$Tags": "<p>An array of <code>Tag</code> objects, each with a tag key and a value.</p>",
5483        "ProcessingJob$Tags": "<p>An array of key-value pairs. For more information, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL\">Using Cost Allocation Tags</a> in the <i>AWS Billing and Cost Management User Guide</i>.</p>",
5484        "TrainingJob$Tags": "<p>An array of key-value pairs. For more information, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what\">Using Cost Allocation Tags</a> in the <i>AWS Billing and Cost Management User Guide</i>.</p>",
5485        "Trial$Tags": "<p>The list of tags that are associated with the trial. You can use <a>Search</a> API to search on the tags.</p>",
5486        "TrialComponent$Tags": "<p>The list of tags that are associated with the component. You can use <a>Search</a> API to search on the tags.</p>"
5487      }
5488    },
5489    "TagValue": {
5490      "base": null,
5491      "refs": {
5492        "Tag$Value": "<p>The tag value.</p>"
5493      }
5494    },
5495    "TargetAttributeName": {
5496      "base": null,
5497      "refs": {
5498        "AutoMLChannel$TargetAttributeName": "<p>The name of the target variable in supervised learning, a.k.a. 'y'.</p>"
5499      }
5500    },
5501    "TargetDevice": {
5502      "base": null,
5503      "refs": {
5504        "CompilationJobSummary$CompilationTargetDevice": "<p>The type of device that the model will run on after compilation has completed.</p>",
5505        "OutputConfig$TargetDevice": "<p>Identifies the device that you want to run your model on after it has been compiled. For example: ml_c5.</p>"
5506      }
5507    },
5508    "TargetObjectiveMetricValue": {
5509      "base": null,
5510      "refs": {
5511        "TuningJobCompletionCriteria$TargetObjectiveMetricValue": "<p>The objective metric's value.</p>"
5512      }
5513    },
5514    "TaskAvailabilityLifetimeInSeconds": {
5515      "base": null,
5516      "refs": {
5517        "HumanTaskConfig$TaskAvailabilityLifetimeInSeconds": "<p>The length of time that a task remains available for labeling by human workers. <b>If you choose the Amazon Mechanical Turk workforce, the maximum is 12 hours (43200)</b>. The default value is 864000 seconds (10 days). For private and vendor workforces, the maximum is as listed.</p>"
5518      }
5519    },
5520    "TaskCount": {
5521      "base": null,
5522      "refs": {
5523        "DesiredWeightAndCapacity$DesiredInstanceCount": "<p>The variant's capacity.</p>",
5524        "ProductionVariant$InitialInstanceCount": "<p>Number of instances to launch initially.</p>",
5525        "ProductionVariantSummary$CurrentInstanceCount": "<p>The number of instances associated with the variant.</p>",
5526        "ProductionVariantSummary$DesiredInstanceCount": "<p>The number of instances requested in the <code>UpdateEndpointWeightsAndCapacities</code> request. </p>"
5527      }
5528    },
5529    "TaskDescription": {
5530      "base": null,
5531      "refs": {
5532        "HumanTaskConfig$TaskDescription": "<p>A description of the task for your human workers.</p>"
5533      }
5534    },
5535    "TaskInput": {
5536      "base": null,
5537      "refs": {
5538        "RenderableTask$Input": "<p>A JSON object that contains values for the variables defined in the template. It is made available to the template under the substitution variable <code>task.input</code>. For example, if you define a variable <code>task.input.text</code> in your template, you can supply the variable in the JSON object as <code>\"text\": \"sample text\"</code>.</p>"
5539      }
5540    },
5541    "TaskKeyword": {
5542      "base": null,
5543      "refs": {
5544        "TaskKeywords$member": null
5545      }
5546    },
5547    "TaskKeywords": {
5548      "base": null,
5549      "refs": {
5550        "HumanTaskConfig$TaskKeywords": "<p>Keywords used to describe the task so that workers on Amazon Mechanical Turk can discover the task.</p>"
5551      }
5552    },
5553    "TaskTimeLimitInSeconds": {
5554      "base": null,
5555      "refs": {
5556        "HumanTaskConfig$TaskTimeLimitInSeconds": "<p>The amount of time that a worker has to complete a task.</p>"
5557      }
5558    },
5559    "TaskTitle": {
5560      "base": null,
5561      "refs": {
5562        "HumanTaskConfig$TaskTitle": "<p>A title for the task for your human workers.</p>"
5563      }
5564    },
5565    "TemplateContent": {
5566      "base": null,
5567      "refs": {
5568        "UiTemplate$Content": "<p>The content of the Liquid template for the worker user interface.</p>"
5569      }
5570    },
5571    "TemplateContentSha256": {
5572      "base": null,
5573      "refs": {
5574        "UiTemplateInfo$ContentSha256": "<p>The SHA-256 digest of the contents of the template.</p>"
5575      }
5576    },
5577    "TemplateUrl": {
5578      "base": null,
5579      "refs": {
5580        "UiTemplateInfo$Url": "<p>The URL for the user interface template.</p>"
5581      }
5582    },
5583    "TensorBoardAppSettings": {
5584      "base": "<p>The TensorBoard app settings.</p>",
5585      "refs": {
5586        "UserSettings$TensorBoardAppSettings": "<p>The TensorBoard app settings.</p>"
5587      }
5588    },
5589    "TensorBoardOutputConfig": {
5590      "base": "<p>Configuration of storage locations for TensorBoard output.</p>",
5591      "refs": {
5592        "CreateTrainingJobRequest$TensorBoardOutputConfig": null,
5593        "DescribeTrainingJobResponse$TensorBoardOutputConfig": null,
5594        "TrainingJob$TensorBoardOutputConfig": null
5595      }
5596    },
5597    "TenthFractionsOfACent": {
5598      "base": null,
5599      "refs": {
5600        "USD$TenthFractionsOfACent": "<p>Fractions of a cent, in tenths.</p>"
5601      }
5602    },
5603    "Timestamp": {
5604      "base": null,
5605      "refs": {
5606        "AutoMLCandidate$CreationTime": "<p>The creation time.</p>",
5607        "AutoMLCandidate$EndTime": "<p>The end time.</p>",
5608        "AutoMLCandidate$LastModifiedTime": "<p>The last modified time.</p>",
5609        "AutoMLJobSummary$CreationTime": "<p>When the job was created.</p>",
5610        "AutoMLJobSummary$EndTime": "<p>The end time.</p>",
5611        "AutoMLJobSummary$LastModifiedTime": "<p>When the job was last modified.</p>",
5612        "CompilationJobSummary$CompilationStartTime": "<p>The time when the model compilation job started.</p>",
5613        "CompilationJobSummary$CompilationEndTime": "<p>The time when the model compilation job completed.</p>",
5614        "CreateTrialComponentRequest$StartTime": "<p>When the component started.</p>",
5615        "CreateTrialComponentRequest$EndTime": "<p>When the component ended.</p>",
5616        "DebugRuleEvaluationStatus$LastModifiedTime": "<p>Timestamp when the rule evaluation status was last modified.</p>",
5617        "DeployedImage$ResolutionTime": "<p>The date and time when the image path for the model resolved to the <code>ResolvedImage</code> </p>",
5618        "DescribeAppResponse$LastHealthCheckTimestamp": "<p>The timestamp of the last health check.</p>",
5619        "DescribeAppResponse$LastUserActivityTimestamp": "<p>The timestamp of the last user's activity.</p>",
5620        "DescribeAutoMLJobResponse$CreationTime": "<p>Returns the job's creation time.</p>",
5621        "DescribeAutoMLJobResponse$EndTime": "<p>Returns the job's end time.</p>",
5622        "DescribeAutoMLJobResponse$LastModifiedTime": "<p>Returns the job's last modified time.</p>",
5623        "DescribeCompilationJobResponse$CompilationStartTime": "<p>The time when the model compilation job started the <code>CompilationJob</code> instances. </p> <p>You are billed for the time between this timestamp and the timestamp in the <a>DescribeCompilationJobResponse$CompilationEndTime</a> field. In Amazon CloudWatch Logs, the start time might be later than this time. That's because it takes time to download the compilation job, which depends on the size of the compilation job container. </p>",
5624        "DescribeCompilationJobResponse$CompilationEndTime": "<p>The time when the model compilation job on a compilation job instance ended. For a successful or stopped job, this is when the job's model artifacts have finished uploading. For a failed job, this is when Amazon SageMaker detected that the job failed. </p>",
5625        "DescribeEndpointConfigOutput$CreationTime": "<p>A timestamp that shows when the endpoint configuration was created.</p>",
5626        "DescribeEndpointOutput$CreationTime": "<p>A timestamp that shows when the endpoint was created.</p>",
5627        "DescribeEndpointOutput$LastModifiedTime": "<p>A timestamp that shows when the endpoint was last modified.</p>",
5628        "DescribeExperimentResponse$CreationTime": "<p>When the experiment was created.</p>",
5629        "DescribeExperimentResponse$LastModifiedTime": "<p>When the experiment was last modified.</p>",
5630        "DescribeFlowDefinitionResponse$CreationTime": "<p>The timestamp when the flow definition was created.</p>",
5631        "DescribeHumanTaskUiResponse$CreationTime": "<p>The timestamp when the human task user interface was created.</p>",
5632        "DescribeHyperParameterTuningJobResponse$CreationTime": "<p>The date and time that the tuning job started.</p>",
5633        "DescribeHyperParameterTuningJobResponse$HyperParameterTuningEndTime": "<p>The date and time that the tuning job ended.</p>",
5634        "DescribeHyperParameterTuningJobResponse$LastModifiedTime": "<p>The date and time that the status of the tuning job was modified. </p>",
5635        "DescribeLabelingJobResponse$CreationTime": "<p>The date and time that the labeling job was created.</p>",
5636        "DescribeLabelingJobResponse$LastModifiedTime": "<p>The date and time that the labeling job was last updated.</p>",
5637        "DescribeModelOutput$CreationTime": "<p>A timestamp that shows when the model was created.</p>",
5638        "DescribeMonitoringScheduleResponse$CreationTime": "<p>The time at which the monitoring job was created.</p>",
5639        "DescribeMonitoringScheduleResponse$LastModifiedTime": "<p>The time at which the monitoring job was last modified.</p>",
5640        "DescribeProcessingJobResponse$ProcessingEndTime": "<p>The time at which the processing job completed.</p>",
5641        "DescribeProcessingJobResponse$ProcessingStartTime": "<p>The time at which the processing job started.</p>",
5642        "DescribeProcessingJobResponse$LastModifiedTime": "<p>The time at which the processing job was last modified.</p>",
5643        "DescribeProcessingJobResponse$CreationTime": "<p>The time at which the processing job was created.</p>",
5644        "DescribeTrainingJobResponse$CreationTime": "<p>A timestamp that indicates when the training job was created.</p>",
5645        "DescribeTrainingJobResponse$TrainingStartTime": "<p>Indicates the time when the training job starts on training instances. You are billed for the time interval between this time and the value of <code>TrainingEndTime</code>. The start time in CloudWatch Logs might be later than this time. The difference is due to the time it takes to download the training data and to the size of the training container.</p>",
5646        "DescribeTrainingJobResponse$TrainingEndTime": "<p>Indicates the time when the training job ends on training instances. You are billed for the time interval between the value of <code>TrainingStartTime</code> and this time. For successful jobs and stopped jobs, this is the time after model artifacts are uploaded. For failed jobs, this is the time when Amazon SageMaker detects a job failure.</p>",
5647        "DescribeTrainingJobResponse$LastModifiedTime": "<p>A timestamp that indicates when the status of the training job was last modified.</p>",
5648        "DescribeTransformJobResponse$CreationTime": "<p>A timestamp that shows when the transform Job was created.</p>",
5649        "DescribeTransformJobResponse$TransformStartTime": "<p>Indicates when the transform job starts on ML instances. You are billed for the time interval between this time and the value of <code>TransformEndTime</code>.</p>",
5650        "DescribeTransformJobResponse$TransformEndTime": "<p>Indicates when the transform job has been completed, or has stopped or failed. You are billed for the time interval between this time and the value of <code>TransformStartTime</code>.</p>",
5651        "DescribeTrialComponentResponse$StartTime": "<p>When the component started.</p>",
5652        "DescribeTrialComponentResponse$EndTime": "<p>When the component ended.</p>",
5653        "DescribeTrialComponentResponse$CreationTime": "<p>When the component was created.</p>",
5654        "DescribeTrialComponentResponse$LastModifiedTime": "<p>When the component was last modified.</p>",
5655        "DescribeTrialResponse$CreationTime": "<p>When the trial was created.</p>",
5656        "DescribeTrialResponse$LastModifiedTime": "<p>When the trial was last modified.</p>",
5657        "EndpointConfigSummary$CreationTime": "<p>A timestamp that shows when the endpoint configuration was created.</p>",
5658        "EndpointSummary$CreationTime": "<p>A timestamp that shows when the endpoint was created.</p>",
5659        "EndpointSummary$LastModifiedTime": "<p>A timestamp that shows when the endpoint was last modified.</p>",
5660        "Experiment$CreationTime": "<p>When the experiment was created.</p>",
5661        "Experiment$LastModifiedTime": "<p>When the experiment was last modified.</p>",
5662        "ExperimentSummary$CreationTime": "<p>When the experiment was created.</p>",
5663        "ExperimentSummary$LastModifiedTime": "<p>When the experiment was last modified.</p>",
5664        "FlowDefinitionSummary$CreationTime": "<p>The timestamp when SageMaker created the flow definition.</p>",
5665        "HumanTaskUiSummary$CreationTime": "<p>A timestamp when SageMaker created the human task user interface.</p>",
5666        "HyperParameterTrainingJobSummary$CreationTime": "<p>The date and time that the training job was created.</p>",
5667        "HyperParameterTrainingJobSummary$TrainingStartTime": "<p>The date and time that the training job started.</p>",
5668        "HyperParameterTrainingJobSummary$TrainingEndTime": "<p>Specifies the time when the training job ends on training instances. You are billed for the time interval between the value of <code>TrainingStartTime</code> and this time. For successful jobs and stopped jobs, this is the time after model artifacts are uploaded. For failed jobs, this is the time when Amazon SageMaker detects a job failure.</p>",
5669        "HyperParameterTuningJobSummary$CreationTime": "<p>The date and time that the tuning job was created.</p>",
5670        "HyperParameterTuningJobSummary$HyperParameterTuningEndTime": "<p>The date and time that the tuning job ended.</p>",
5671        "HyperParameterTuningJobSummary$LastModifiedTime": "<p>The date and time that the tuning job was modified.</p>",
5672        "LabelingJobForWorkteamSummary$CreationTime": "<p>The date and time that the labeling job was created.</p>",
5673        "LabelingJobSummary$CreationTime": "<p>The date and time that the job was created (timestamp).</p>",
5674        "LabelingJobSummary$LastModifiedTime": "<p>The date and time that the job was last modified (timestamp).</p>",
5675        "ListAutoMLJobsRequest$CreationTimeAfter": "<p>Request a list of jobs, using a filter for time.</p>",
5676        "ListAutoMLJobsRequest$CreationTimeBefore": "<p>Request a list of jobs, using a filter for time.</p>",
5677        "ListAutoMLJobsRequest$LastModifiedTimeAfter": "<p>Request a list of jobs, using a filter for time.</p>",
5678        "ListAutoMLJobsRequest$LastModifiedTimeBefore": "<p>Request a list of jobs, using a filter for time.</p>",
5679        "ListCodeRepositoriesInput$LastModifiedTimeAfter": "<p>A filter that returns only Git repositories that were last modified after the specified time.</p>",
5680        "ListCodeRepositoriesInput$LastModifiedTimeBefore": "<p>A filter that returns only Git repositories that were last modified before the specified time.</p>",
5681        "ListEndpointConfigsInput$CreationTimeBefore": "<p>A filter that returns only endpoint configurations created before the specified time (timestamp).</p>",
5682        "ListEndpointConfigsInput$CreationTimeAfter": "<p>A filter that returns only endpoint configurations with a creation time greater than or equal to the specified time (timestamp).</p>",
5683        "ListEndpointsInput$CreationTimeBefore": "<p>A filter that returns only endpoints that were created before the specified time (timestamp).</p>",
5684        "ListEndpointsInput$CreationTimeAfter": "<p>A filter that returns only endpoints with a creation time greater than or equal to the specified time (timestamp).</p>",
5685        "ListEndpointsInput$LastModifiedTimeBefore": "<p> A filter that returns only endpoints that were modified before the specified timestamp. </p>",
5686        "ListEndpointsInput$LastModifiedTimeAfter": "<p> A filter that returns only endpoints that were modified after the specified timestamp. </p>",
5687        "ListExperimentsRequest$CreatedAfter": "<p>A filter that returns only experiments created after the specified time.</p>",
5688        "ListExperimentsRequest$CreatedBefore": "<p>A filter that returns only experiments created before the specified time.</p>",
5689        "ListFlowDefinitionsRequest$CreationTimeAfter": "<p>A filter that returns only flow definitions with a creation time greater than or equal to the specified timestamp.</p>",
5690        "ListFlowDefinitionsRequest$CreationTimeBefore": "<p>A filter that returns only flow definitions that were created before the specified timestamp.</p>",
5691        "ListHumanTaskUisRequest$CreationTimeAfter": "<p>A filter that returns only human task user interfaces with a creation time greater than or equal to the specified timestamp.</p>",
5692        "ListHumanTaskUisRequest$CreationTimeBefore": "<p>A filter that returns only human task user interfaces that were created before the specified timestamp.</p>",
5693        "ListHyperParameterTuningJobsRequest$CreationTimeAfter": "<p>A filter that returns only tuning jobs that were created after the specified time.</p>",
5694        "ListHyperParameterTuningJobsRequest$CreationTimeBefore": "<p>A filter that returns only tuning jobs that were created before the specified time.</p>",
5695        "ListHyperParameterTuningJobsRequest$LastModifiedTimeAfter": "<p>A filter that returns only tuning jobs that were modified after the specified time.</p>",
5696        "ListHyperParameterTuningJobsRequest$LastModifiedTimeBefore": "<p>A filter that returns only tuning jobs that were modified before the specified time.</p>",
5697        "ListLabelingJobsForWorkteamRequest$CreationTimeAfter": "<p>A filter that returns only labeling jobs created after the specified time (timestamp).</p>",
5698        "ListLabelingJobsForWorkteamRequest$CreationTimeBefore": "<p>A filter that returns only labeling jobs created before the specified time (timestamp).</p>",
5699        "ListLabelingJobsRequest$CreationTimeAfter": "<p>A filter that returns only labeling jobs created after the specified time (timestamp).</p>",
5700        "ListLabelingJobsRequest$CreationTimeBefore": "<p>A filter that returns only labeling jobs created before the specified time (timestamp).</p>",
5701        "ListLabelingJobsRequest$LastModifiedTimeAfter": "<p>A filter that returns only labeling jobs modified after the specified time (timestamp).</p>",
5702        "ListLabelingJobsRequest$LastModifiedTimeBefore": "<p>A filter that returns only labeling jobs modified before the specified time (timestamp).</p>",
5703        "ListModelsInput$CreationTimeBefore": "<p>A filter that returns only models created before the specified time (timestamp).</p>",
5704        "ListModelsInput$CreationTimeAfter": "<p>A filter that returns only models with a creation time greater than or equal to the specified time (timestamp).</p>",
5705        "ListMonitoringExecutionsRequest$ScheduledTimeBefore": "<p>Filter for jobs scheduled before a specified time.</p>",
5706        "ListMonitoringExecutionsRequest$ScheduledTimeAfter": "<p>Filter for jobs scheduled after a specified time.</p>",
5707        "ListMonitoringExecutionsRequest$CreationTimeBefore": "<p>A filter that returns only jobs created before a specified time.</p>",
5708        "ListMonitoringExecutionsRequest$CreationTimeAfter": "<p>A filter that returns only jobs created after a specified time.</p>",
5709        "ListMonitoringExecutionsRequest$LastModifiedTimeBefore": "<p>A filter that returns only jobs modified after a specified time.</p>",
5710        "ListMonitoringExecutionsRequest$LastModifiedTimeAfter": "<p>A filter that returns only jobs modified before a specified time.</p>",
5711        "ListMonitoringSchedulesRequest$CreationTimeBefore": "<p>A filter that returns only monitoring schedules created before a specified time.</p>",
5712        "ListMonitoringSchedulesRequest$CreationTimeAfter": "<p>A filter that returns only monitoring schedules created after a specified time.</p>",
5713        "ListMonitoringSchedulesRequest$LastModifiedTimeBefore": "<p>A filter that returns only monitoring schedules modified before a specified time.</p>",
5714        "ListMonitoringSchedulesRequest$LastModifiedTimeAfter": "<p>A filter that returns only monitoring schedules modified after a specified time.</p>",
5715        "ListProcessingJobsRequest$CreationTimeAfter": "<p>A filter that returns only processing jobs created after the specified time.</p>",
5716        "ListProcessingJobsRequest$CreationTimeBefore": "<p>A filter that returns only processing jobs created after the specified time.</p>",
5717        "ListProcessingJobsRequest$LastModifiedTimeAfter": "<p>A filter that returns only processing jobs modified after the specified time.</p>",
5718        "ListProcessingJobsRequest$LastModifiedTimeBefore": "<p>A filter that returns only processing jobs modified before the specified time.</p>",
5719        "ListTrainingJobsRequest$CreationTimeAfter": "<p>A filter that returns only training jobs created after the specified time (timestamp).</p>",
5720        "ListTrainingJobsRequest$CreationTimeBefore": "<p>A filter that returns only training jobs created before the specified time (timestamp).</p>",
5721        "ListTrainingJobsRequest$LastModifiedTimeAfter": "<p>A filter that returns only training jobs modified after the specified time (timestamp).</p>",
5722        "ListTrainingJobsRequest$LastModifiedTimeBefore": "<p>A filter that returns only training jobs modified before the specified time (timestamp).</p>",
5723        "ListTransformJobsRequest$CreationTimeAfter": "<p>A filter that returns only transform jobs created after the specified time.</p>",
5724        "ListTransformJobsRequest$CreationTimeBefore": "<p>A filter that returns only transform jobs created before the specified time.</p>",
5725        "ListTransformJobsRequest$LastModifiedTimeAfter": "<p>A filter that returns only transform jobs modified after the specified time.</p>",
5726        "ListTransformJobsRequest$LastModifiedTimeBefore": "<p>A filter that returns only transform jobs modified before the specified time.</p>",
5727        "ListTrialComponentsRequest$CreatedAfter": "<p>A filter that returns only components created after the specified time.</p>",
5728        "ListTrialComponentsRequest$CreatedBefore": "<p>A filter that returns only components created before the specified time.</p>",
5729        "ListTrialsRequest$CreatedAfter": "<p>A filter that returns only trials created after the specified time.</p>",
5730        "ListTrialsRequest$CreatedBefore": "<p>A filter that returns only trials created before the specified time.</p>",
5731        "MetricData$Timestamp": "<p>The date and time that the algorithm emitted the metric.</p>",
5732        "ModelSummary$CreationTime": "<p>A timestamp that indicates when the model was created.</p>",
5733        "MonitoringExecutionSummary$ScheduledTime": "<p>The time the monitoring job was scheduled.</p>",
5734        "MonitoringExecutionSummary$CreationTime": "<p>The time at which the monitoring job was created.</p>",
5735        "MonitoringExecutionSummary$LastModifiedTime": "<p>A timestamp that indicates the last time the monitoring job was modified.</p>",
5736        "MonitoringScheduleSummary$CreationTime": "<p>The creation time of the monitoring schedule.</p>",
5737        "MonitoringScheduleSummary$LastModifiedTime": "<p>The last time the monitoring schedule was modified.</p>",
5738        "ProcessingJob$ProcessingEndTime": "<p>The time that the processing job ended.</p>",
5739        "ProcessingJob$ProcessingStartTime": "<p>The time that the processing job started.</p>",
5740        "ProcessingJob$LastModifiedTime": "<p>The time the processing job was last modified.</p>",
5741        "ProcessingJob$CreationTime": "<p>The time the processing job was created.</p>",
5742        "ProcessingJobSummary$CreationTime": "<p>The time at which the processing job was created.</p>",
5743        "ProcessingJobSummary$ProcessingEndTime": "<p>The time at which the processing job completed.</p>",
5744        "ProcessingJobSummary$LastModifiedTime": "<p>A timestamp that indicates the last time the processing job was modified.</p>",
5745        "SecondaryStatusTransition$StartTime": "<p>A timestamp that shows when the training job transitioned to the current secondary status state.</p>",
5746        "SecondaryStatusTransition$EndTime": "<p>A timestamp that shows when the training job transitioned out of this secondary status state into another secondary status state or when the training job has ended.</p>",
5747        "TrainingJob$CreationTime": "<p>A timestamp that indicates when the training job was created.</p>",
5748        "TrainingJob$TrainingStartTime": "<p>Indicates the time when the training job starts on training instances. You are billed for the time interval between this time and the value of <code>TrainingEndTime</code>. The start time in CloudWatch Logs might be later than this time. The difference is due to the time it takes to download the training data and to the size of the training container.</p>",
5749        "TrainingJob$TrainingEndTime": "<p>Indicates the time when the training job ends on training instances. You are billed for the time interval between the value of <code>TrainingStartTime</code> and this time. For successful jobs and stopped jobs, this is the time after model artifacts are uploaded. For failed jobs, this is the time when Amazon SageMaker detects a job failure.</p>",
5750        "TrainingJob$LastModifiedTime": "<p>A timestamp that indicates when the status of the training job was last modified.</p>",
5751        "TrainingJobSummary$CreationTime": "<p>A timestamp that shows when the training job was created.</p>",
5752        "TrainingJobSummary$TrainingEndTime": "<p>A timestamp that shows when the training job ended. This field is set only if the training job has one of the terminal statuses (<code>Completed</code>, <code>Failed</code>, or <code>Stopped</code>). </p>",
5753        "TrainingJobSummary$LastModifiedTime": "<p> Timestamp when the training job was last modified. </p>",
5754        "TransformJobSummary$CreationTime": "<p>A timestamp that shows when the transform Job was created.</p>",
5755        "TransformJobSummary$TransformEndTime": "<p>Indicates when the transform job ends on compute instances. For successful jobs and stopped jobs, this is the exact time recorded after the results are uploaded. For failed jobs, this is when Amazon SageMaker detected that the job failed.</p>",
5756        "TransformJobSummary$LastModifiedTime": "<p>Indicates when the transform job was last modified.</p>",
5757        "Trial$CreationTime": "<p>When the trial was created.</p>",
5758        "Trial$LastModifiedTime": "<p>Who last modified the trial.</p>",
5759        "TrialComponent$StartTime": "<p>When the component started.</p>",
5760        "TrialComponent$EndTime": "<p>When the component ended.</p>",
5761        "TrialComponent$CreationTime": "<p>When the component was created.</p>",
5762        "TrialComponent$LastModifiedTime": "<p>When the component was last modified.</p>",
5763        "TrialComponentMetricSummary$TimeStamp": "<p>When the metric was last updated.</p>",
5764        "TrialComponentSimpleSummary$CreationTime": "<p>When the component was created.</p>",
5765        "TrialComponentSummary$StartTime": "<p>When the component started.</p>",
5766        "TrialComponentSummary$EndTime": "<p>When the component ended.</p>",
5767        "TrialComponentSummary$CreationTime": "<p>When the component was created.</p>",
5768        "TrialComponentSummary$LastModifiedTime": "<p>When the component was last modified.</p>",
5769        "TrialSummary$CreationTime": "<p>When the trial was created.</p>",
5770        "TrialSummary$LastModifiedTime": "<p>When the trial was last modified.</p>",
5771        "UpdateTrialComponentRequest$StartTime": "<p>When the component started.</p>",
5772        "UpdateTrialComponentRequest$EndTime": "<p>When the component ended.</p>",
5773        "Workforce$LastUpdatedDate": "<p>The most recent date that was used to successfully add one or more IP address ranges (<a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html\">CIDRs</a>) to a private workforce's allow list.</p>",
5774        "Workteam$CreateDate": "<p>The date and time that the work team was created (timestamp).</p>",
5775        "Workteam$LastUpdatedDate": "<p>The date and time that the work team was last updated (timestamp).</p>"
5776      }
5777    },
5778    "TrainingInputMode": {
5779      "base": null,
5780      "refs": {
5781        "AlgorithmSpecification$TrainingInputMode": "<p>The input mode that the algorithm supports. For the input modes that Amazon SageMaker algorithms support, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html\">Algorithms</a>. If an algorithm supports the <code>File</code> input mode, Amazon SageMaker downloads the training data from S3 to the provisioned ML storage Volume, and mounts the directory to docker volume for training container. If an algorithm supports the <code>Pipe</code> input mode, Amazon SageMaker streams data directly from S3 to the container. </p> <p> In File mode, make sure you provision ML storage volume with sufficient capacity to accommodate the data download from S3. In addition to the training data, the ML storage volume also stores the output model. The algorithm container use ML storage volume to also store intermediate information, if any. </p> <p> For distributed algorithms using File mode, training data is distributed uniformly, and your training duration is predictable if the input data objects size is approximately same. Amazon SageMaker does not split the files any further for model training. If the object sizes are skewed, training won't be optimal as the data distribution is also skewed where one host in a training cluster is overloaded, thus becoming bottleneck in training. </p>",
5782        "Channel$InputMode": "<p>(Optional) The input mode to use for the data channel in a training job. If you don't set a value for <code>InputMode</code>, Amazon SageMaker uses the value set for <code>TrainingInputMode</code>. Use this parameter to override the <code>TrainingInputMode</code> setting in a <a>AlgorithmSpecification</a> request when you have a channel that needs a different input mode from the training job's general setting. To download the data from Amazon Simple Storage Service (Amazon S3) to the provisioned ML storage volume, and mount the directory to a Docker volume, use <code>File</code> input mode. To stream data directly from Amazon S3 to the container, choose <code>Pipe</code> input mode.</p> <p>To use a model for incremental training, choose <code>File</code> input model.</p>",
5783        "HyperParameterAlgorithmSpecification$TrainingInputMode": "<p>The input mode that the algorithm supports: File or Pipe. In File input mode, Amazon SageMaker downloads the training data from Amazon S3 to the storage volume that is attached to the training instance and mounts the directory to the Docker volume for the training container. In Pipe input mode, Amazon SageMaker streams data directly from Amazon S3 to the container. </p> <p>If you specify File mode, make sure that you provision the storage volume that is attached to the training instance with enough capacity to accommodate the training data downloaded from Amazon S3, the model artifacts, and intermediate information.</p> <p/> <p>For more information about input modes, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html\">Algorithms</a>. </p>",
5784        "InputModes$member": null,
5785        "TrainingJobDefinition$TrainingInputMode": "<p>The input mode used by the algorithm for the training job. For the input modes that Amazon SageMaker algorithms support, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html\">Algorithms</a>.</p> <p>If an algorithm supports the <code>File</code> input mode, Amazon SageMaker downloads the training data from S3 to the provisioned ML storage Volume, and mounts the directory to docker volume for training container. If an algorithm supports the <code>Pipe</code> input mode, Amazon SageMaker streams data directly from S3 to the container.</p>"
5786      }
5787    },
5788    "TrainingInstanceCount": {
5789      "base": null,
5790      "refs": {
5791        "ResourceConfig$InstanceCount": "<p>The number of ML compute instances to use. For distributed training, provide a value greater than 1. </p>"
5792      }
5793    },
5794    "TrainingInstanceType": {
5795      "base": null,
5796      "refs": {
5797        "ResourceConfig$InstanceType": "<p>The ML compute instance type. </p>",
5798        "TrainingInstanceTypes$member": null
5799      }
5800    },
5801    "TrainingInstanceTypes": {
5802      "base": null,
5803      "refs": {
5804        "TrainingSpecification$SupportedTrainingInstanceTypes": "<p>A list of the instance types that this algorithm can use for training.</p>"
5805      }
5806    },
5807    "TrainingJob": {
5808      "base": "<p>Contains information about a training job.</p>",
5809      "refs": {
5810        "SearchRecord$TrainingJob": "<p>The properties of a training job.</p>",
5811        "TrialComponentSourceDetail$TrainingJob": "<p>Information about a training job that's the source of a trial component.</p>"
5812      }
5813    },
5814    "TrainingJobArn": {
5815      "base": null,
5816      "refs": {
5817        "CreateTrainingJobResponse$TrainingJobArn": "<p>The Amazon Resource Name (ARN) of the training job.</p>",
5818        "DescribeProcessingJobResponse$TrainingJobArn": "<p>The ARN of a training job associated with this processing job.</p>",
5819        "DescribeTrainingJobResponse$TrainingJobArn": "<p>The Amazon Resource Name (ARN) of the training job.</p>",
5820        "HyperParameterTrainingJobSummary$TrainingJobArn": "<p>The Amazon Resource Name (ARN) of the training job.</p>",
5821        "ProcessingJob$TrainingJobArn": "<p>The ARN of the training job associated with this processing job.</p>",
5822        "TrainingJob$TrainingJobArn": "<p>The Amazon Resource Name (ARN) of the training job.</p>",
5823        "TrainingJobSummary$TrainingJobArn": "<p>The Amazon Resource Name (ARN) of the training job.</p>"
5824      }
5825    },
5826    "TrainingJobDefinition": {
5827      "base": "<p>Defines the input needed to run a training job using the algorithm.</p>",
5828      "refs": {
5829        "AlgorithmValidationProfile$TrainingJobDefinition": "<p>The <code>TrainingJobDefinition</code> object that describes the training job that Amazon SageMaker runs to validate your algorithm.</p>"
5830      }
5831    },
5832    "TrainingJobEarlyStoppingType": {
5833      "base": null,
5834      "refs": {
5835        "HyperParameterTuningJobConfig$TrainingJobEarlyStoppingType": "<p>Specifies whether to use early stopping for training jobs launched by the hyperparameter tuning job. This can be one of the following values (the default value is <code>OFF</code>):</p> <dl> <dt>OFF</dt> <dd> <p>Training jobs launched by the hyperparameter tuning job do not use early stopping.</p> </dd> <dt>AUTO</dt> <dd> <p>Amazon SageMaker stops training jobs launched by the hyperparameter tuning job when they are unlikely to perform better than previously completed training jobs. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-early-stopping.html\">Stop Training Jobs Early</a>.</p> </dd> </dl>"
5836      }
5837    },
5838    "TrainingJobName": {
5839      "base": null,
5840      "refs": {
5841        "CreateTrainingJobRequest$TrainingJobName": "<p>The name of the training job. The name must be unique within an AWS Region in an AWS account. </p>",
5842        "DescribeTrainingJobRequest$TrainingJobName": "<p>The name of the training job.</p>",
5843        "DescribeTrainingJobResponse$TrainingJobName": "<p> Name of the model training job. </p>",
5844        "HyperParameterTrainingJobSummary$TrainingJobName": "<p>The name of the training job.</p>",
5845        "StopTrainingJobRequest$TrainingJobName": "<p>The name of the training job to stop.</p>",
5846        "TrainingJob$TrainingJobName": "<p>The name of the training job.</p>",
5847        "TrainingJobSummary$TrainingJobName": "<p>The name of the training job that you want a summary for.</p>"
5848      }
5849    },
5850    "TrainingJobSortByOptions": {
5851      "base": null,
5852      "refs": {
5853        "ListTrainingJobsForHyperParameterTuningJobRequest$SortBy": "<p>The field to sort results by. The default is <code>Name</code>.</p> <p>If the value of this field is <code>FinalObjectiveMetricValue</code>, any training jobs that did not return an objective metric are not listed.</p>"
5854      }
5855    },
5856    "TrainingJobStatus": {
5857      "base": null,
5858      "refs": {
5859        "DescribeTrainingJobResponse$TrainingJobStatus": "<p>The status of the training job.</p> <p>Amazon SageMaker provides the following training job statuses:</p> <ul> <li> <p> <code>InProgress</code> - The training is in progress.</p> </li> <li> <p> <code>Completed</code> - The training job has completed.</p> </li> <li> <p> <code>Failed</code> - The training job has failed. To see the reason for the failure, see the <code>FailureReason</code> field in the response to a <code>DescribeTrainingJobResponse</code> call.</p> </li> <li> <p> <code>Stopping</code> - The training job is stopping.</p> </li> <li> <p> <code>Stopped</code> - The training job has stopped.</p> </li> </ul> <p>For more detailed information, see <code>SecondaryStatus</code>. </p>",
5860        "HyperParameterTrainingJobSummary$TrainingJobStatus": "<p>The status of the training job.</p>",
5861        "ListTrainingJobsForHyperParameterTuningJobRequest$StatusEquals": "<p>A filter that returns only training jobs with the specified status.</p>",
5862        "ListTrainingJobsRequest$StatusEquals": "<p>A filter that retrieves only training jobs with a specific status.</p>",
5863        "TrainingJob$TrainingJobStatus": "<p>The status of the training job.</p> <p>Training job statuses are:</p> <ul> <li> <p> <code>InProgress</code> - The training is in progress.</p> </li> <li> <p> <code>Completed</code> - The training job has completed.</p> </li> <li> <p> <code>Failed</code> - The training job has failed. To see the reason for the failure, see the <code>FailureReason</code> field in the response to a <code>DescribeTrainingJobResponse</code> call.</p> </li> <li> <p> <code>Stopping</code> - The training job is stopping.</p> </li> <li> <p> <code>Stopped</code> - The training job has stopped.</p> </li> </ul> <p>For more detailed information, see <code>SecondaryStatus</code>. </p>",
5864        "TrainingJobSummary$TrainingJobStatus": "<p>The status of the training job.</p>"
5865      }
5866    },
5867    "TrainingJobStatusCounter": {
5868      "base": null,
5869      "refs": {
5870        "TrainingJobStatusCounters$Completed": "<p>The number of completed training jobs launched by the hyperparameter tuning job.</p>",
5871        "TrainingJobStatusCounters$InProgress": "<p>The number of in-progress training jobs launched by a hyperparameter tuning job.</p>",
5872        "TrainingJobStatusCounters$RetryableError": "<p>The number of training jobs that failed, but can be retried. A failed training job can be retried only if it failed because an internal service error occurred.</p>",
5873        "TrainingJobStatusCounters$NonRetryableError": "<p>The number of training jobs that failed and can't be retried. A failed training job can't be retried if it failed because a client error occurred.</p>",
5874        "TrainingJobStatusCounters$Stopped": "<p>The number of training jobs launched by a hyperparameter tuning job that were manually stopped.</p>"
5875      }
5876    },
5877    "TrainingJobStatusCounters": {
5878      "base": "<p>The numbers of training jobs launched by a hyperparameter tuning job, categorized by status.</p>",
5879      "refs": {
5880        "DescribeHyperParameterTuningJobResponse$TrainingJobStatusCounters": "<p>The <a>TrainingJobStatusCounters</a> object that specifies the number of training jobs, categorized by status, that this tuning job launched.</p>",
5881        "HyperParameterTuningJobSummary$TrainingJobStatusCounters": "<p>The <a>TrainingJobStatusCounters</a> object that specifies the numbers of training jobs, categorized by status, that this tuning job launched.</p>"
5882      }
5883    },
5884    "TrainingJobSummaries": {
5885      "base": null,
5886      "refs": {
5887        "ListTrainingJobsResponse$TrainingJobSummaries": "<p>An array of <code>TrainingJobSummary</code> objects, each listing a training job.</p>"
5888      }
5889    },
5890    "TrainingJobSummary": {
5891      "base": "<p>Provides summary information about a training job.</p>",
5892      "refs": {
5893        "TrainingJobSummaries$member": null
5894      }
5895    },
5896    "TrainingSpecification": {
5897      "base": "<p>Defines how the algorithm is used for a training job.</p>",
5898      "refs": {
5899        "CreateAlgorithmInput$TrainingSpecification": "<p>Specifies details about training jobs run by this algorithm, including the following:</p> <ul> <li> <p>The Amazon ECR path of the container and the version digest of the algorithm.</p> </li> <li> <p>The hyperparameters that the algorithm supports.</p> </li> <li> <p>The instance types that the algorithm supports for training.</p> </li> <li> <p>Whether the algorithm supports distributed training.</p> </li> <li> <p>The metrics that the algorithm emits to Amazon CloudWatch.</p> </li> <li> <p>Which metrics that the algorithm emits can be used as the objective metric for hyperparameter tuning jobs.</p> </li> <li> <p>The input channels that the algorithm supports for training data. For example, an algorithm might support <code>train</code>, <code>validation</code>, and <code>test</code> channels.</p> </li> </ul>",
5900        "DescribeAlgorithmOutput$TrainingSpecification": "<p>Details about training jobs run by this algorithm.</p>"
5901      }
5902    },
5903    "TrainingTimeInSeconds": {
5904      "base": null,
5905      "refs": {
5906        "DescribeTrainingJobResponse$TrainingTimeInSeconds": "<p>The training time in seconds.</p>",
5907        "TrainingJob$TrainingTimeInSeconds": "<p>The training time in seconds.</p>"
5908      }
5909    },
5910    "TransformDataSource": {
5911      "base": "<p>Describes the location of the channel data.</p>",
5912      "refs": {
5913        "TransformInput$DataSource": "<p>Describes the location of the channel data, which is, the S3 location of the input data that the model can consume.</p>"
5914      }
5915    },
5916    "TransformEnvironmentKey": {
5917      "base": null,
5918      "refs": {
5919        "TransformEnvironmentMap$key": null
5920      }
5921    },
5922    "TransformEnvironmentMap": {
5923      "base": null,
5924      "refs": {
5925        "CreateTransformJobRequest$Environment": "<p>The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.</p>",
5926        "DescribeTransformJobResponse$Environment": "<p>The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.</p>",
5927        "TransformJobDefinition$Environment": "<p>The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.</p>"
5928      }
5929    },
5930    "TransformEnvironmentValue": {
5931      "base": null,
5932      "refs": {
5933        "TransformEnvironmentMap$value": null
5934      }
5935    },
5936    "TransformInput": {
5937      "base": "<p>Describes the input source of a transform job and the way the transform job consumes it.</p>",
5938      "refs": {
5939        "CreateTransformJobRequest$TransformInput": "<p>Describes the input source and the way the transform job consumes it.</p>",
5940        "DescribeTransformJobResponse$TransformInput": "<p>Describes the dataset to be transformed and the Amazon S3 location where it is stored.</p>",
5941        "TransformJobDefinition$TransformInput": "<p>A description of the input source and the way the transform job consumes it.</p>"
5942      }
5943    },
5944    "TransformInstanceCount": {
5945      "base": null,
5946      "refs": {
5947        "TransformResources$InstanceCount": "<p>The number of ML compute instances to use in the transform job. For distributed transform jobs, specify a value greater than 1. The default value is <code>1</code>.</p>"
5948      }
5949    },
5950    "TransformInstanceType": {
5951      "base": null,
5952      "refs": {
5953        "TransformInstanceTypes$member": null,
5954        "TransformResources$InstanceType": "<p>The ML compute instance type for the transform job. If you are using built-in algorithms to transform moderately sized datasets, we recommend using ml.m4.xlarge or <code>ml.m5.large</code> instance types.</p>"
5955      }
5956    },
5957    "TransformInstanceTypes": {
5958      "base": null,
5959      "refs": {
5960        "InferenceSpecification$SupportedTransformInstanceTypes": "<p>A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.</p>"
5961      }
5962    },
5963    "TransformJobArn": {
5964      "base": null,
5965      "refs": {
5966        "CreateTransformJobResponse$TransformJobArn": "<p>The Amazon Resource Name (ARN) of the transform job.</p>",
5967        "DescribeTransformJobResponse$TransformJobArn": "<p>The Amazon Resource Name (ARN) of the transform job.</p>",
5968        "TransformJobSummary$TransformJobArn": "<p>The Amazon Resource Name (ARN) of the transform job.</p>"
5969      }
5970    },
5971    "TransformJobDefinition": {
5972      "base": "<p>Defines the input needed to run a transform job using the inference specification specified in the algorithm.</p>",
5973      "refs": {
5974        "AlgorithmValidationProfile$TransformJobDefinition": "<p>The <code>TransformJobDefinition</code> object that describes the transform job that Amazon SageMaker runs to validate your algorithm.</p>",
5975        "ModelPackageValidationProfile$TransformJobDefinition": "<p>The <code>TransformJobDefinition</code> object that describes the transform job used for the validation of the model package.</p>"
5976      }
5977    },
5978    "TransformJobName": {
5979      "base": null,
5980      "refs": {
5981        "CreateTransformJobRequest$TransformJobName": "<p>The name of the transform job. The name must be unique within an AWS Region in an AWS account. </p>",
5982        "DescribeTransformJobRequest$TransformJobName": "<p>The name of the transform job that you want to view details of.</p>",
5983        "DescribeTransformJobResponse$TransformJobName": "<p>The name of the transform job.</p>",
5984        "StopTransformJobRequest$TransformJobName": "<p>The name of the transform job to stop.</p>",
5985        "TransformJobSummary$TransformJobName": "<p>The name of the transform job.</p>"
5986      }
5987    },
5988    "TransformJobStatus": {
5989      "base": null,
5990      "refs": {
5991        "DescribeTransformJobResponse$TransformJobStatus": "<p>The status of the transform job. If the transform job failed, the reason is returned in the <code>FailureReason</code> field.</p>",
5992        "ListTransformJobsRequest$StatusEquals": "<p>A filter that retrieves only transform jobs with a specific status.</p>",
5993        "TransformJobSummary$TransformJobStatus": "<p>The status of the transform job.</p>"
5994      }
5995    },
5996    "TransformJobSummaries": {
5997      "base": null,
5998      "refs": {
5999        "ListTransformJobsResponse$TransformJobSummaries": "<p>An array of <code>TransformJobSummary</code> objects.</p>"
6000      }
6001    },
6002    "TransformJobSummary": {
6003      "base": "<p>Provides a summary of a transform job. Multiple <code>TransformJobSummary</code> objects are returned as a list after in response to a <a>ListTransformJobs</a> call.</p>",
6004      "refs": {
6005        "TransformJobSummaries$member": null
6006      }
6007    },
6008    "TransformOutput": {
6009      "base": "<p>Describes the results of a transform job.</p>",
6010      "refs": {
6011        "CreateTransformJobRequest$TransformOutput": "<p>Describes the results of the transform job.</p>",
6012        "DescribeTransformJobResponse$TransformOutput": "<p>Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.</p>",
6013        "TransformJobDefinition$TransformOutput": "<p>Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.</p>"
6014      }
6015    },
6016    "TransformResources": {
6017      "base": "<p>Describes the resources, including ML instance types and ML instance count, to use for transform job.</p>",
6018      "refs": {
6019        "CreateTransformJobRequest$TransformResources": "<p>Describes the resources, including ML instance types and ML instance count, to use for the transform job.</p>",
6020        "DescribeTransformJobResponse$TransformResources": "<p>Describes the resources, including ML instance types and ML instance count, to use for the transform job.</p>",
6021        "TransformJobDefinition$TransformResources": "<p>Identifies the ML compute instances for the transform job.</p>"
6022      }
6023    },
6024    "TransformS3DataSource": {
6025      "base": "<p>Describes the S3 data source.</p>",
6026      "refs": {
6027        "TransformDataSource$S3DataSource": "<p>The S3 location of the data source that is associated with a channel.</p>"
6028      }
6029    },
6030    "Trial": {
6031      "base": "<p>The properties of a trial as returned by the <a>Search</a> API.</p>",
6032      "refs": {
6033        "SearchRecord$Trial": "<p>The properties of a trial.</p>"
6034      }
6035    },
6036    "TrialArn": {
6037      "base": null,
6038      "refs": {
6039        "AssociateTrialComponentResponse$TrialArn": "<p>The Amazon Resource Name (ARN) of the trial.</p>",
6040        "CreateTrialResponse$TrialArn": "<p>The Amazon Resource Name (ARN) of the trial.</p>",
6041        "DeleteTrialResponse$TrialArn": "<p>The Amazon Resource Name (ARN) of the trial that is being deleted.</p>",
6042        "DescribeTrialResponse$TrialArn": "<p>The Amazon Resource Name (ARN) of the trial.</p>",
6043        "DisassociateTrialComponentResponse$TrialArn": "<p>The Amazon Resource Name (ARN) of the trial.</p>",
6044        "Trial$TrialArn": "<p>The Amazon Resource Name (ARN) of the trial.</p>",
6045        "TrialSummary$TrialArn": "<p>The Amazon Resource Name (ARN) of the trial.</p>",
6046        "UpdateTrialResponse$TrialArn": "<p>The Amazon Resource Name (ARN) of the trial.</p>"
6047      }
6048    },
6049    "TrialComponent": {
6050      "base": "<p>The properties of a trial component as returned by the <a>Search</a> API.</p>",
6051      "refs": {
6052        "SearchRecord$TrialComponent": "<p>The properties of a trial component.</p>"
6053      }
6054    },
6055    "TrialComponentArn": {
6056      "base": null,
6057      "refs": {
6058        "AssociateTrialComponentResponse$TrialComponentArn": "<p>The ARN of the trial component.</p>",
6059        "CreateTrialComponentResponse$TrialComponentArn": "<p>The Amazon Resource Name (ARN) of the trial component.</p>",
6060        "DeleteTrialComponentResponse$TrialComponentArn": "<p>The Amazon Resource Name (ARN) of the component is being deleted.</p>",
6061        "DescribeTrialComponentResponse$TrialComponentArn": "<p>The Amazon Resource Name (ARN) of the trial component.</p>",
6062        "DisassociateTrialComponentResponse$TrialComponentArn": "<p>The ARN of the trial component.</p>",
6063        "TrialComponent$TrialComponentArn": "<p>The Amazon Resource Name (ARN) of the trial component.</p>",
6064        "TrialComponentSimpleSummary$TrialComponentArn": "<p>The Amazon Resource Name (ARN) of the trial component.</p>",
6065        "TrialComponentSummary$TrialComponentArn": "<p>The ARN of the trial component.</p>",
6066        "UpdateTrialComponentResponse$TrialComponentArn": "<p>The Amazon Resource Name (ARN) of the trial component.</p>"
6067      }
6068    },
6069    "TrialComponentArtifact": {
6070      "base": "<p>Represents an input or output artifact of a trial component. You specify <code>TrialComponentArtifact</code> as part of the <code>InputArtifacts</code> and <code>OutputArtifacts</code> parameters in the <a>CreateTrialComponent</a> request.</p> <p>Examples of input artifacts are datasets, algorithms, hyperparameters, source code, and instance types. Examples of output artifacts are metrics, snapshots, logs, and images.</p>",
6071      "refs": {
6072        "TrialComponentArtifacts$value": null
6073      }
6074    },
6075    "TrialComponentArtifactValue": {
6076      "base": null,
6077      "refs": {
6078        "TrialComponentArtifact$Value": "<p>The location of the artifact.</p>"
6079      }
6080    },
6081    "TrialComponentArtifacts": {
6082      "base": null,
6083      "refs": {
6084        "CreateTrialComponentRequest$InputArtifacts": "<p>The input artifacts for the component. Examples of input artifacts are datasets, algorithms, hyperparameters, source code, and instance types.</p>",
6085        "CreateTrialComponentRequest$OutputArtifacts": "<p>The output artifacts for the component. Examples of output artifacts are metrics, snapshots, logs, and images.</p>",
6086        "DescribeTrialComponentResponse$InputArtifacts": "<p>The input artifacts of the component.</p>",
6087        "DescribeTrialComponentResponse$OutputArtifacts": "<p>The output artifacts of the component.</p>",
6088        "TrialComponent$InputArtifacts": "<p>The input artifacts of the component.</p>",
6089        "TrialComponent$OutputArtifacts": "<p>The output artifacts of the component.</p>",
6090        "UpdateTrialComponentRequest$InputArtifacts": "<p>Replaces all of the component's input artifacts with the specified artifacts.</p>",
6091        "UpdateTrialComponentRequest$OutputArtifacts": "<p>Replaces all of the component's output artifacts with the specified artifacts.</p>"
6092      }
6093    },
6094    "TrialComponentKey256": {
6095      "base": null,
6096      "refs": {
6097        "ListTrialComponentKey256$member": null,
6098        "TrialComponentParameters$key": null
6099      }
6100    },
6101    "TrialComponentKey64": {
6102      "base": null,
6103      "refs": {
6104        "TrialComponentArtifacts$key": null
6105      }
6106    },
6107    "TrialComponentMetricSummaries": {
6108      "base": null,
6109      "refs": {
6110        "DescribeTrialComponentResponse$Metrics": "<p>The metrics for the component.</p>",
6111        "TrialComponent$Metrics": "<p>The metrics for the component.</p>"
6112      }
6113    },
6114    "TrialComponentMetricSummary": {
6115      "base": "<p>A summary of the metrics of a trial component.</p>",
6116      "refs": {
6117        "TrialComponentMetricSummaries$member": null
6118      }
6119    },
6120    "TrialComponentParameterValue": {
6121      "base": "<p>The value of a hyperparameter. Only one of <code>NumberValue</code> or <code>StringValue</code> can be specified.</p> <p>This object is specified in the <a>CreateTrialComponent</a> request.</p>",
6122      "refs": {
6123        "TrialComponentParameters$value": null
6124      }
6125    },
6126    "TrialComponentParameters": {
6127      "base": null,
6128      "refs": {
6129        "CreateTrialComponentRequest$Parameters": "<p>The hyperparameters for the component.</p>",
6130        "DescribeTrialComponentResponse$Parameters": "<p>The hyperparameters of the component.</p>",
6131        "TrialComponent$Parameters": "<p>The hyperparameters of the component.</p>",
6132        "UpdateTrialComponentRequest$Parameters": "<p>Replaces all of the component's hyperparameters with the specified hyperparameters.</p>"
6133      }
6134    },
6135    "TrialComponentPrimaryStatus": {
6136      "base": null,
6137      "refs": {
6138        "TrialComponentStatus$PrimaryStatus": "<p>The status of the trial component.</p>"
6139      }
6140    },
6141    "TrialComponentSimpleSummaries": {
6142      "base": null,
6143      "refs": {
6144        "Trial$TrialComponentSummaries": "<p>A list of the components associated with the trial. For each component, a summary of the component's properties is included.</p>"
6145      }
6146    },
6147    "TrialComponentSimpleSummary": {
6148      "base": "<p>A short summary of a trial component.</p>",
6149      "refs": {
6150        "TrialComponentSimpleSummaries$member": null
6151      }
6152    },
6153    "TrialComponentSource": {
6154      "base": "<p>The Amazon Resource Name (ARN) and job type of the source of a trial component.</p>",
6155      "refs": {
6156        "DescribeTrialComponentResponse$Source": "<p>The Amazon Resource Name (ARN) of the source and, optionally, the job type.</p>",
6157        "TrialComponent$Source": "<p>The Amazon Resource Name (ARN) and job type of the source of the component.</p>",
6158        "TrialComponentSimpleSummary$TrialComponentSource": null,
6159        "TrialComponentSummary$TrialComponentSource": null
6160      }
6161    },
6162    "TrialComponentSourceArn": {
6163      "base": null,
6164      "refs": {
6165        "TrialComponentMetricSummary$SourceArn": "<p>The Amazon Resource Name (ARN) of the source.</p>",
6166        "TrialComponentSource$SourceArn": "<p>The source ARN.</p>",
6167        "TrialComponentSourceDetail$SourceArn": "<p>The Amazon Resource Name (ARN) of the source.</p>"
6168      }
6169    },
6170    "TrialComponentSourceDetail": {
6171      "base": "<p>Detailed information about the source of a trial component. Either <code>ProcessingJob</code> or <code>TrainingJob</code> is returned.</p>",
6172      "refs": {
6173        "TrialComponent$SourceDetail": "<p>Details of the source of the component.</p>"
6174      }
6175    },
6176    "TrialComponentStatus": {
6177      "base": "<p>The status of the trial component.</p>",
6178      "refs": {
6179        "CreateTrialComponentRequest$Status": "<p>The status of the component. States include:</p> <ul> <li> <p>InProgress</p> </li> <li> <p>Completed</p> </li> <li> <p>Failed</p> </li> </ul>",
6180        "DescribeTrialComponentResponse$Status": "<p>The status of the component. States include:</p> <ul> <li> <p>InProgress</p> </li> <li> <p>Completed</p> </li> <li> <p>Failed</p> </li> </ul>",
6181        "TrialComponent$Status": null,
6182        "TrialComponentSummary$Status": "<p>The status of the component. States include:</p> <ul> <li> <p>InProgress</p> </li> <li> <p>Completed</p> </li> <li> <p>Failed</p> </li> </ul>",
6183        "UpdateTrialComponentRequest$Status": "<p>The new status of the component.</p>"
6184      }
6185    },
6186    "TrialComponentStatusMessage": {
6187      "base": null,
6188      "refs": {
6189        "TrialComponentStatus$Message": "<p>If the component failed, a message describing why.</p>"
6190      }
6191    },
6192    "TrialComponentSummaries": {
6193      "base": null,
6194      "refs": {
6195        "ListTrialComponentsResponse$TrialComponentSummaries": "<p>A list of the summaries of your trial components.</p>"
6196      }
6197    },
6198    "TrialComponentSummary": {
6199      "base": "<p>A summary of the properties of a trial component. To get all the properties, call the <a>DescribeTrialComponent</a> API and provide the <code>TrialComponentName</code>.</p>",
6200      "refs": {
6201        "TrialComponentSummaries$member": null
6202      }
6203    },
6204    "TrialSource": {
6205      "base": "<p>The source of the trial.</p>",
6206      "refs": {
6207        "DescribeTrialResponse$Source": "<p>The Amazon Resource Name (ARN) of the source and, optionally, the job type.</p>",
6208        "Trial$Source": null,
6209        "TrialSummary$TrialSource": null
6210      }
6211    },
6212    "TrialSourceArn": {
6213      "base": null,
6214      "refs": {
6215        "TrialSource$SourceArn": "<p>The Amazon Resource Name (ARN) of the source.</p>"
6216      }
6217    },
6218    "TrialSummaries": {
6219      "base": null,
6220      "refs": {
6221        "ListTrialsResponse$TrialSummaries": "<p>A list of the summaries of your trials.</p>"
6222      }
6223    },
6224    "TrialSummary": {
6225      "base": "<p>A summary of the properties of a trial. To get the complete set of properties, call the <a>DescribeTrial</a> API and provide the <code>TrialName</code>.</p>",
6226      "refs": {
6227        "TrialSummaries$member": null
6228      }
6229    },
6230    "TuningJobCompletionCriteria": {
6231      "base": "<p>The job completion criteria.</p>",
6232      "refs": {
6233        "HyperParameterTuningJobConfig$TuningJobCompletionCriteria": "<p>The tuning job's completion criteria.</p>"
6234      }
6235    },
6236    "USD": {
6237      "base": "<p>Represents an amount of money in United States dollars/</p>",
6238      "refs": {
6239        "PublicWorkforceTaskPrice$AmountInUsd": "<p>Defines the amount of money paid to an Amazon Mechanical Turk worker in United States dollars.</p>"
6240      }
6241    },
6242    "UiConfig": {
6243      "base": "<p>Provided configuration information for the worker UI for a labeling job. </p>",
6244      "refs": {
6245        "HumanTaskConfig$UiConfig": "<p>Information about the user interface that workers use to complete the labeling task.</p>"
6246      }
6247    },
6248    "UiTemplate": {
6249      "base": "<p>The Liquid template for the worker user interface.</p>",
6250      "refs": {
6251        "CreateHumanTaskUiRequest$UiTemplate": null,
6252        "RenderUiTemplateRequest$UiTemplate": "<p>A <code>Template</code> object containing the worker UI template to render.</p>"
6253      }
6254    },
6255    "UiTemplateInfo": {
6256      "base": "<p>Container for user interface template information.</p>",
6257      "refs": {
6258        "DescribeHumanTaskUiResponse$UiTemplate": null
6259      }
6260    },
6261    "UpdateCodeRepositoryInput": {
6262      "base": null,
6263      "refs": {
6264      }
6265    },
6266    "UpdateCodeRepositoryOutput": {
6267      "base": null,
6268      "refs": {
6269      }
6270    },
6271    "UpdateDomainRequest": {
6272      "base": null,
6273      "refs": {
6274      }
6275    },
6276    "UpdateDomainResponse": {
6277      "base": null,
6278      "refs": {
6279      }
6280    },
6281    "UpdateEndpointInput": {
6282      "base": null,
6283      "refs": {
6284      }
6285    },
6286    "UpdateEndpointOutput": {
6287      "base": null,
6288      "refs": {
6289      }
6290    },
6291    "UpdateEndpointWeightsAndCapacitiesInput": {
6292      "base": null,
6293      "refs": {
6294      }
6295    },
6296    "UpdateEndpointWeightsAndCapacitiesOutput": {
6297      "base": null,
6298      "refs": {
6299      }
6300    },
6301    "UpdateExperimentRequest": {
6302      "base": null,
6303      "refs": {
6304      }
6305    },
6306    "UpdateExperimentResponse": {
6307      "base": null,
6308      "refs": {
6309      }
6310    },
6311    "UpdateMonitoringScheduleRequest": {
6312      "base": null,
6313      "refs": {
6314      }
6315    },
6316    "UpdateMonitoringScheduleResponse": {
6317      "base": null,
6318      "refs": {
6319      }
6320    },
6321    "UpdateNotebookInstanceInput": {
6322      "base": null,
6323      "refs": {
6324      }
6325    },
6326    "UpdateNotebookInstanceLifecycleConfigInput": {
6327      "base": null,
6328      "refs": {
6329      }
6330    },
6331    "UpdateNotebookInstanceLifecycleConfigOutput": {
6332      "base": null,
6333      "refs": {
6334      }
6335    },
6336    "UpdateNotebookInstanceOutput": {
6337      "base": null,
6338      "refs": {
6339      }
6340    },
6341    "UpdateTrialComponentRequest": {
6342      "base": null,
6343      "refs": {
6344      }
6345    },
6346    "UpdateTrialComponentResponse": {
6347      "base": null,
6348      "refs": {
6349      }
6350    },
6351    "UpdateTrialRequest": {
6352      "base": null,
6353      "refs": {
6354      }
6355    },
6356    "UpdateTrialResponse": {
6357      "base": null,
6358      "refs": {
6359      }
6360    },
6361    "UpdateUserProfileRequest": {
6362      "base": null,
6363      "refs": {
6364      }
6365    },
6366    "UpdateUserProfileResponse": {
6367      "base": null,
6368      "refs": {
6369      }
6370    },
6371    "UpdateWorkforceRequest": {
6372      "base": null,
6373      "refs": {
6374      }
6375    },
6376    "UpdateWorkforceResponse": {
6377      "base": null,
6378      "refs": {
6379      }
6380    },
6381    "UpdateWorkteamRequest": {
6382      "base": null,
6383      "refs": {
6384      }
6385    },
6386    "UpdateWorkteamResponse": {
6387      "base": null,
6388      "refs": {
6389      }
6390    },
6391    "Url": {
6392      "base": null,
6393      "refs": {
6394        "AutoMLContainerDefinition$ModelDataUrl": "<p>The location of the model artifacts. Refer to ContainerDefinition for more details.</p>",
6395        "ContainerDefinition$ModelDataUrl": "<p>The S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix). The S3 path is required for Amazon SageMaker built-in algorithms, but not if you use your own algorithms. For more information on built-in algorithms, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-algo-docker-registry-paths.html\">Common Parameters</a>. </p> <p>If you provide a value for this parameter, Amazon SageMaker uses AWS Security Token Service to download model artifacts from the S3 path you provide. AWS STS is activated in your IAM user account by default. If you previously deactivated AWS STS for a region, you need to reactivate AWS STS for that region. For more information, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html\">Activating and Deactivating AWS STS in an AWS Region</a> in the <i>AWS Identity and Access Management User Guide</i>.</p> <important> <p>If you use a built-in algorithm to create a model, Amazon SageMaker requires that you provide a S3 path to the model artifacts in <code>ModelDataUrl</code>.</p> </important>",
6396        "ModelPackageContainerDefinition$ModelDataUrl": "<p>The Amazon S3 path where the model artifacts, which result from model training, are stored. This path must point to a single <code>gzip</code> compressed tar archive (<code>.tar.gz</code> suffix).</p>",
6397        "SourceAlgorithm$ModelDataUrl": "<p>The Amazon S3 path where the model artifacts, which result from model training, are stored. This path must point to a single <code>gzip</code> compressed tar archive (<code>.tar.gz</code> suffix).</p>"
6398      }
6399    },
6400    "UserContext": {
6401      "base": "<p>Information about the user who created or modified an experiment, trial, or trial component.</p>",
6402      "refs": {
6403        "DescribeExperimentResponse$CreatedBy": "<p>Who created the experiment.</p>",
6404        "DescribeExperimentResponse$LastModifiedBy": "<p>Who last modified the experiment.</p>",
6405        "DescribeTrialComponentResponse$CreatedBy": "<p>Who created the component.</p>",
6406        "DescribeTrialComponentResponse$LastModifiedBy": "<p>Who last modified the component.</p>",
6407        "DescribeTrialResponse$CreatedBy": "<p>Who created the trial.</p>",
6408        "DescribeTrialResponse$LastModifiedBy": "<p>Who last modified the trial.</p>",
6409        "Experiment$CreatedBy": null,
6410        "Experiment$LastModifiedBy": null,
6411        "Trial$CreatedBy": null,
6412        "Trial$LastModifiedBy": null,
6413        "TrialComponent$CreatedBy": null,
6414        "TrialComponent$LastModifiedBy": null,
6415        "TrialComponentSimpleSummary$CreatedBy": null,
6416        "TrialComponentSummary$CreatedBy": "<p>Who created the component.</p>",
6417        "TrialComponentSummary$LastModifiedBy": "<p>Who last modified the component.</p>"
6418      }
6419    },
6420    "UserProfileArn": {
6421      "base": null,
6422      "refs": {
6423        "CreateUserProfileResponse$UserProfileArn": "<p>The user profile Amazon Resource Name (ARN).</p>",
6424        "DescribeUserProfileResponse$UserProfileArn": "<p>The user profile Amazon Resource Name (ARN).</p>",
6425        "UpdateUserProfileResponse$UserProfileArn": "<p>The user profile Amazon Resource Name (ARN).</p>"
6426      }
6427    },
6428    "UserProfileDetails": {
6429      "base": "<p>The user profile details.</p>",
6430      "refs": {
6431        "UserProfileList$member": null
6432      }
6433    },
6434    "UserProfileList": {
6435      "base": null,
6436      "refs": {
6437        "ListUserProfilesResponse$UserProfiles": "<p>The list of user profiles.</p>"
6438      }
6439    },
6440    "UserProfileName": {
6441      "base": null,
6442      "refs": {
6443        "AppDetails$UserProfileName": "<p>The user profile name.</p>",
6444        "CreateAppRequest$UserProfileName": "<p>The user profile name.</p>",
6445        "CreatePresignedDomainUrlRequest$UserProfileName": "<p>The name of the UserProfile to sign-in as.</p>",
6446        "CreateUserProfileRequest$UserProfileName": "<p>A name for the UserProfile.</p>",
6447        "DeleteAppRequest$UserProfileName": "<p>The user profile name.</p>",
6448        "DeleteUserProfileRequest$UserProfileName": "<p>The user profile name.</p>",
6449        "DescribeAppRequest$UserProfileName": "<p>The user profile name.</p>",
6450        "DescribeAppResponse$UserProfileName": "<p>The user profile name.</p>",
6451        "DescribeUserProfileRequest$UserProfileName": "<p>The user profile name.</p>",
6452        "DescribeUserProfileResponse$UserProfileName": "<p>The user profile name.</p>",
6453        "ListAppsRequest$UserProfileNameEquals": "<p>A parameter to search by user profile name.</p>",
6454        "ListUserProfilesRequest$UserProfileNameContains": "<p>A parameter by which to filter the results.</p>",
6455        "UpdateUserProfileRequest$UserProfileName": "<p>The user profile name.</p>",
6456        "UserProfileDetails$UserProfileName": "<p>The user profile name.</p>"
6457      }
6458    },
6459    "UserProfileSortKey": {
6460      "base": null,
6461      "refs": {
6462        "ListUserProfilesRequest$SortBy": "<p>The parameter by which to sort the results. The default is CreationTime.</p>"
6463      }
6464    },
6465    "UserProfileStatus": {
6466      "base": null,
6467      "refs": {
6468        "DescribeUserProfileResponse$Status": "<p>The status.</p>",
6469        "UserProfileDetails$Status": "<p>The status.</p>"
6470      }
6471    },
6472    "UserSettings": {
6473      "base": "<p>A collection of settings.</p>",
6474      "refs": {
6475        "CreateDomainRequest$DefaultUserSettings": "<p>The default user settings.</p>",
6476        "CreateUserProfileRequest$UserSettings": "<p>A collection of settings.</p>",
6477        "DescribeDomainResponse$DefaultUserSettings": "<p>Settings which are applied to all UserProfile in this domain, if settings are not explicitly specified in a given UserProfile. </p>",
6478        "DescribeUserProfileResponse$UserSettings": "<p>A collection of settings.</p>",
6479        "UpdateDomainRequest$DefaultUserSettings": "<p>A collection of settings.</p>",
6480        "UpdateUserProfileRequest$UserSettings": "<p>A collection of settings.</p>"
6481      }
6482    },
6483    "VariantName": {
6484      "base": null,
6485      "refs": {
6486        "DesiredWeightAndCapacity$VariantName": "<p>The name of the variant to update.</p>",
6487        "ProductionVariant$VariantName": "<p>The name of the production variant.</p>",
6488        "ProductionVariantSummary$VariantName": "<p>The name of the variant.</p>"
6489      }
6490    },
6491    "VariantProperty": {
6492      "base": "<p>Specifies a production variant property type for an Endpoint.</p> <p>If you are updating an endpoint with the <a>UpdateEndpointInput$RetainAllVariantProperties</a> option set to <code>true</code>, the <code>VariantProperty</code> objects listed in <a>UpdateEndpointInput$ExcludeRetainedVariantProperties</a> override the existing variant properties of the endpoint.</p>",
6493      "refs": {
6494        "VariantPropertyList$member": null
6495      }
6496    },
6497    "VariantPropertyList": {
6498      "base": null,
6499      "refs": {
6500        "UpdateEndpointInput$ExcludeRetainedVariantProperties": "<p>When you are updating endpoint resources with <a>UpdateEndpointInput$RetainAllVariantProperties</a>, whose value is set to <code>true</code>, <code>ExcludeRetainedVariantProperties</code> specifies the list of type <a>VariantProperty</a> to override with the values provided by <code>EndpointConfig</code>. If you don't specify a value for <code>ExcludeAllVariantProperties</code>, no variant properties are overridden. </p>"
6501      }
6502    },
6503    "VariantPropertyType": {
6504      "base": null,
6505      "refs": {
6506        "VariantProperty$VariantPropertyType": "<p>The type of variant property. The supported values are:</p> <ul> <li> <p> <code>DesiredInstanceCount</code>: Overrides the existing variant instance counts using the <a>ProductionVariant$InitialInstanceCount</a> values in the <a>CreateEndpointConfigInput$ProductionVariants</a>.</p> </li> <li> <p> <code>DesiredWeight</code>: Overrides the existing variant weights using the <a>ProductionVariant$InitialVariantWeight</a> values in the <a>CreateEndpointConfigInput$ProductionVariants</a>.</p> </li> <li> <p> <code>DataCaptureConfig</code>: (Not currently supported.)</p> </li> </ul>"
6507      }
6508    },
6509    "VariantWeight": {
6510      "base": null,
6511      "refs": {
6512        "DesiredWeightAndCapacity$DesiredWeight": "<p>The variant's weight.</p>",
6513        "ProductionVariant$InitialVariantWeight": "<p>Determines initial traffic distribution among all of the models that you specify in the endpoint configuration. The traffic to a production variant is determined by the ratio of the <code>VariantWeight</code> to the sum of all <code>VariantWeight</code> values across all ProductionVariants. If unspecified, it defaults to 1.0. </p>",
6514        "ProductionVariantSummary$CurrentWeight": "<p>The weight associated with the variant.</p>",
6515        "ProductionVariantSummary$DesiredWeight": "<p>The requested weight, as specified in the <code>UpdateEndpointWeightsAndCapacities</code> request. </p>"
6516      }
6517    },
6518    "VolumeSizeInGB": {
6519      "base": null,
6520      "refs": {
6521        "ResourceConfig$VolumeSizeInGB": "<p>The size of the ML storage volume that you want to provision. </p> <p>ML storage volumes store model artifacts and incremental states. Training algorithms might also use the ML storage volume for scratch space. If you want to store the training data in the ML storage volume, choose <code>File</code> as the <code>TrainingInputMode</code> in the algorithm specification. </p> <p>You must specify sufficient ML storage for your scenario. </p> <note> <p> Amazon SageMaker supports only the General Purpose SSD (gp2) ML storage volume type. </p> </note> <note> <p>Certain Nitro-based instances include local storage with a fixed total size, dependent on the instance type. When using these instances for training, Amazon SageMaker mounts the local instance storage instead of Amazon EBS gp2 storage. You can't request a <code>VolumeSizeInGB</code> greater than the total size of the local instance storage.</p> <p>For a list of instance types that support local instance storage, including the total size per instance type, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes\">Instance Store Volumes</a>.</p> </note>"
6522      }
6523    },
6524    "VpcConfig": {
6525      "base": "<p>Specifies a VPC that your training jobs and hosted models have access to. Control access to and from your training and model containers by configuring the VPC. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/host-vpc.html\">Protect Endpoints by Using an Amazon Virtual Private Cloud</a> and <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html\">Protect Training Jobs by Using an Amazon Virtual Private Cloud</a>. </p>",
6526      "refs": {
6527        "AutoMLSecurityConfig$VpcConfig": "<p>VPC configuration.</p>",
6528        "CreateModelInput$VpcConfig": "<p>A <a>VpcConfig</a> object that specifies the VPC that you want your model to connect to. Control access to and from your model container by configuring the VPC. <code>VpcConfig</code> is used in hosting services and in batch transform. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/host-vpc.html\">Protect Endpoints by Using an Amazon Virtual Private Cloud</a> and <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/batch-vpc.html\">Protect Data in Batch Transform Jobs by Using an Amazon Virtual Private Cloud</a>.</p>",
6529        "CreateTrainingJobRequest$VpcConfig": "<p>A <a>VpcConfig</a> object that specifies the VPC that you want your training job to connect to. Control access to and from your training container by configuring the VPC. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html\">Protect Training Jobs by Using an Amazon Virtual Private Cloud</a>.</p>",
6530        "DescribeModelOutput$VpcConfig": "<p>A <a>VpcConfig</a> object that specifies the VPC that this model has access to. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/host-vpc.html\">Protect Endpoints by Using an Amazon Virtual Private Cloud</a> </p>",
6531        "DescribeTrainingJobResponse$VpcConfig": "<p>A <a>VpcConfig</a> object that specifies the VPC that this training job has access to. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html\">Protect Training Jobs by Using an Amazon Virtual Private Cloud</a>.</p>",
6532        "HyperParameterTrainingJobDefinition$VpcConfig": "<p>The <a>VpcConfig</a> object that specifies the VPC that you want the training jobs that this hyperparameter tuning job launches to connect to. Control access to and from your training container by configuring the VPC. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html\">Protect Training Jobs by Using an Amazon Virtual Private Cloud</a>.</p>",
6533        "NetworkConfig$VpcConfig": null,
6534        "TrainingJob$VpcConfig": "<p>A <a>VpcConfig</a> object that specifies the VPC that this training job has access to. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html\">Protect Training Jobs by Using an Amazon Virtual Private Cloud</a>.</p>"
6535      }
6536    },
6537    "VpcId": {
6538      "base": null,
6539      "refs": {
6540        "CreateDomainRequest$VpcId": "<p>The ID of the Amazon Virtual Private Cloud (VPC) to use for communication with the EFS volume.</p>",
6541        "DescribeDomainResponse$VpcId": "<p>The ID of the Amazon Virtual Private Cloud.</p>"
6542      }
6543    },
6544    "VpcSecurityGroupIds": {
6545      "base": null,
6546      "refs": {
6547        "VpcConfig$SecurityGroupIds": "<p>The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the <code>Subnets</code> field.</p>"
6548      }
6549    },
6550    "Workforce": {
6551      "base": "<p>A single private workforce, which is automatically created when you create your first private work team. You can create one private work force in each AWS Region. By default, any workforce-related API operation used in a specific region will apply to the workforce created in that region. To learn how to create a private workforce, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sms-workforce-create-private.html\">Create a Private Workforce</a>.</p>",
6552      "refs": {
6553        "DescribeWorkforceResponse$Workforce": "<p>A single private workforce, which is automatically created when you create your first private work team. You can create one private work force in each AWS Region. By default, any workforce-related API operation used in a specific region will apply to the workforce created in that region. To learn how to create a private workforce, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sms-workforce-create-private.html\">Create a Private Workforce</a>.</p>",
6554        "UpdateWorkforceResponse$Workforce": "<p>A single private workforce, which is automatically created when you create your first private work team. You can create one private work force in each AWS Region. By default, any workforce-related API operation used in a specific region will apply to the workforce created in that region. To learn how to create a private workforce, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sms-workforce-create-private.html\">Create a Private Workforce</a>.</p>"
6555      }
6556    },
6557    "WorkforceArn": {
6558      "base": null,
6559      "refs": {
6560        "Workforce$WorkforceArn": "<p>The Amazon Resource Name (ARN) of the private workforce.</p>"
6561      }
6562    },
6563    "WorkforceName": {
6564      "base": null,
6565      "refs": {
6566        "DescribeWorkforceRequest$WorkforceName": "<p>The name of the private workforce whose access you want to restrict. <code>WorkforceName</code> is automatically set to <code>default</code> when a workforce is created and cannot be modified. </p>",
6567        "UpdateWorkforceRequest$WorkforceName": "<p>The name of the private workforce whose access you want to restrict. <code>WorkforceName</code> is automatically set to <code>default</code> when a workforce is created and cannot be modified. </p>",
6568        "Workforce$WorkforceName": "<p>The name of the private workforce whose access you want to restrict. <code>WorkforceName</code> is automatically set to <code>default</code> when a workforce is created and cannot be modified. </p>"
6569      }
6570    },
6571    "Workteam": {
6572      "base": "<p>Provides details about a labeling work team.</p>",
6573      "refs": {
6574        "DescribeWorkteamResponse$Workteam": "<p>A <code>Workteam</code> instance that contains information about the work team. </p>",
6575        "UpdateWorkteamResponse$Workteam": "<p>A <code>Workteam</code> object that describes the updated work team.</p>",
6576        "Workteams$member": null
6577      }
6578    },
6579    "WorkteamArn": {
6580      "base": null,
6581      "refs": {
6582        "CreateWorkteamResponse$WorkteamArn": "<p>The Amazon Resource Name (ARN) of the work team. You can use this ARN to identify the work team.</p>",
6583        "DescribeSubscribedWorkteamRequest$WorkteamArn": "<p>The Amazon Resource Name (ARN) of the subscribed work team to describe.</p>",
6584        "HumanLoopConfig$WorkteamArn": "<p>Amazon Resource Name (ARN) of a team of workers.</p>",
6585        "HumanTaskConfig$WorkteamArn": "<p>The Amazon Resource Name (ARN) of the work team assigned to complete the tasks.</p>",
6586        "LabelingJobSummary$WorkteamArn": "<p>The Amazon Resource Name (ARN) of the work team assigned to the job.</p>",
6587        "ListLabelingJobsForWorkteamRequest$WorkteamArn": "<p>The Amazon Resource Name (ARN) of the work team for which you want to see labeling jobs for.</p>",
6588        "SubscribedWorkteam$WorkteamArn": "<p>The Amazon Resource Name (ARN) of the vendor that you have subscribed.</p>",
6589        "Workteam$WorkteamArn": "<p>The Amazon Resource Name (ARN) that identifies the work team.</p>"
6590      }
6591    },
6592    "WorkteamName": {
6593      "base": null,
6594      "refs": {
6595        "CreateWorkteamRequest$WorkteamName": "<p>The name of the work team. Use this name to identify the work team.</p>",
6596        "DeleteWorkteamRequest$WorkteamName": "<p>The name of the work team to delete.</p>",
6597        "DescribeWorkteamRequest$WorkteamName": "<p>The name of the work team to return a description of.</p>",
6598        "ListSubscribedWorkteamsRequest$NameContains": "<p>A string in the work team name. This filter returns only work teams whose name contains the specified string.</p>",
6599        "ListWorkteamsRequest$NameContains": "<p>A string in the work team's name. This filter returns only work teams whose name contains the specified string.</p>",
6600        "UpdateWorkteamRequest$WorkteamName": "<p>The name of the work team to update.</p>",
6601        "Workteam$WorkteamName": "<p>The name of the work team.</p>"
6602      }
6603    },
6604    "Workteams": {
6605      "base": null,
6606      "refs": {
6607        "ListWorkteamsResponse$Workteams": "<p>An array of <code>Workteam</code> objects, each describing a work team.</p>"
6608      }
6609    }
6610  }
6611}
6612