vendor: update all dependencies
* Update all dependencies * Remove all `[[constraint]]` from Gopkg.toml * Add in the minimum number of `[[override]]` to build * Remove go get of github.com/inconshreveable/mousetrap as it is vendored * Update docs with new policy on constraints
This commit is contained in:
parent
21383877df
commit
6427029c4e
4902 changed files with 1443417 additions and 227283 deletions
89
vendor/github.com/aws/aws-sdk-go/models/apis/sagemaker/2017-07-24/api-2.json
generated
vendored
89
vendor/github.com/aws/aws-sdk-go/models/apis/sagemaker/2017-07-24/api-2.json
generated
vendored
|
@ -481,7 +481,8 @@
|
|||
"ModelName":{"shape":"ModelName"},
|
||||
"PrimaryContainer":{"shape":"ContainerDefinition"},
|
||||
"ExecutionRoleArn":{"shape":"RoleArn"},
|
||||
"Tags":{"shape":"TagList"}
|
||||
"Tags":{"shape":"TagList"},
|
||||
"VpcConfig":{"shape":"VpcConfig"}
|
||||
}
|
||||
},
|
||||
"CreateModelOutput":{
|
||||
|
@ -564,6 +565,7 @@
|
|||
"InputDataConfig":{"shape":"InputDataConfig"},
|
||||
"OutputDataConfig":{"shape":"OutputDataConfig"},
|
||||
"ResourceConfig":{"shape":"ResourceConfig"},
|
||||
"VpcConfig":{"shape":"VpcConfig"},
|
||||
"StoppingCondition":{"shape":"StoppingCondition"},
|
||||
"Tags":{"shape":"TagList"}
|
||||
}
|
||||
|
@ -705,6 +707,7 @@
|
|||
"ModelName":{"shape":"ModelName"},
|
||||
"PrimaryContainer":{"shape":"ContainerDefinition"},
|
||||
"ExecutionRoleArn":{"shape":"RoleArn"},
|
||||
"VpcConfig":{"shape":"VpcConfig"},
|
||||
"CreationTime":{"shape":"Timestamp"},
|
||||
"ModelArn":{"shape":"ModelArn"}
|
||||
}
|
||||
|
@ -788,6 +791,7 @@
|
|||
"InputDataConfig":{"shape":"InputDataConfig"},
|
||||
"OutputDataConfig":{"shape":"OutputDataConfig"},
|
||||
"ResourceConfig":{"shape":"ResourceConfig"},
|
||||
"VpcConfig":{"shape":"VpcConfig"},
|
||||
"StoppingCondition":{"shape":"StoppingCondition"},
|
||||
"CreationTime":{"shape":"Timestamp"},
|
||||
"TrainingStartTime":{"shape":"Timestamp"},
|
||||
|
@ -950,9 +954,20 @@
|
|||
"type":"string",
|
||||
"enum":[
|
||||
"ml.t2.medium",
|
||||
"ml.t2.large",
|
||||
"ml.t2.xlarge",
|
||||
"ml.t2.2xlarge",
|
||||
"ml.m4.xlarge",
|
||||
"ml.m4.2xlarge",
|
||||
"ml.m4.4xlarge",
|
||||
"ml.m4.10xlarge",
|
||||
"ml.m4.16xlarge",
|
||||
"ml.p2.xlarge",
|
||||
"ml.p3.2xlarge"
|
||||
"ml.p2.8xlarge",
|
||||
"ml.p2.16xlarge",
|
||||
"ml.p3.2xlarge",
|
||||
"ml.p3.8xlarge",
|
||||
"ml.p3.16xlarge"
|
||||
]
|
||||
},
|
||||
"KmsKeyId":{
|
||||
|
@ -1345,16 +1360,38 @@
|
|||
"ProductionVariantInstanceType":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
"ml.c4.2xlarge",
|
||||
"ml.c4.8xlarge",
|
||||
"ml.c4.xlarge",
|
||||
"ml.c5.2xlarge",
|
||||
"ml.c5.9xlarge",
|
||||
"ml.c5.xlarge",
|
||||
"ml.t2.medium",
|
||||
"ml.t2.large",
|
||||
"ml.t2.xlarge",
|
||||
"ml.t2.2xlarge",
|
||||
"ml.m4.xlarge",
|
||||
"ml.m4.2xlarge",
|
||||
"ml.m4.4xlarge",
|
||||
"ml.m4.10xlarge",
|
||||
"ml.m4.16xlarge",
|
||||
"ml.m5.large",
|
||||
"ml.m5.xlarge",
|
||||
"ml.m5.2xlarge",
|
||||
"ml.m5.4xlarge",
|
||||
"ml.m5.12xlarge",
|
||||
"ml.m5.24xlarge",
|
||||
"ml.c4.large",
|
||||
"ml.c4.xlarge",
|
||||
"ml.c4.2xlarge",
|
||||
"ml.c4.4xlarge",
|
||||
"ml.c4.8xlarge",
|
||||
"ml.p2.xlarge",
|
||||
"ml.p2.8xlarge",
|
||||
"ml.p2.16xlarge",
|
||||
"ml.p3.2xlarge",
|
||||
"ml.t2.medium"
|
||||
"ml.p3.8xlarge",
|
||||
"ml.p3.16xlarge",
|
||||
"ml.c5.large",
|
||||
"ml.c5.xlarge",
|
||||
"ml.c5.2xlarge",
|
||||
"ml.c5.4xlarge",
|
||||
"ml.c5.9xlarge",
|
||||
"ml.c5.18xlarge"
|
||||
]
|
||||
},
|
||||
"ProductionVariantList":{
|
||||
|
@ -1535,6 +1572,12 @@
|
|||
"type":"string",
|
||||
"max":32
|
||||
},
|
||||
"Subnets":{
|
||||
"type":"list",
|
||||
"member":{"shape":"SubnetId"},
|
||||
"max":16,
|
||||
"min":1
|
||||
},
|
||||
"Tag":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
|
@ -1590,10 +1633,19 @@
|
|||
"type":"string",
|
||||
"enum":[
|
||||
"ml.m4.xlarge",
|
||||
"ml.m4.2xlarge",
|
||||
"ml.m4.4xlarge",
|
||||
"ml.m4.10xlarge",
|
||||
"ml.m4.16xlarge",
|
||||
"ml.m5.large",
|
||||
"ml.m5.xlarge",
|
||||
"ml.m5.2xlarge",
|
||||
"ml.m5.4xlarge",
|
||||
"ml.m5.12xlarge",
|
||||
"ml.m5.24xlarge",
|
||||
"ml.c4.xlarge",
|
||||
"ml.c4.2xlarge",
|
||||
"ml.c4.4xlarge",
|
||||
"ml.c4.8xlarge",
|
||||
"ml.p2.xlarge",
|
||||
"ml.p2.8xlarge",
|
||||
|
@ -1611,7 +1663,7 @@
|
|||
"TrainingJobArn":{
|
||||
"type":"string",
|
||||
"max":256,
|
||||
"pattern":"arn:aws:sagemaker:[\\p{Alnum}\\-]*:[0-9]{12}:training-job/.*"
|
||||
"pattern":"arn:aws[a-z\\-]*:sagemaker:[\\p{Alnum}\\-]*:[0-9]{12}:training-job/.*"
|
||||
},
|
||||
"TrainingJobName":{
|
||||
"type":"string",
|
||||
|
@ -1731,6 +1783,23 @@
|
|||
"VolumeSizeInGB":{
|
||||
"type":"integer",
|
||||
"min":1
|
||||
},
|
||||
"VpcConfig":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"SecurityGroupIds",
|
||||
"Subnets"
|
||||
],
|
||||
"members":{
|
||||
"SecurityGroupIds":{"shape":"VpcSecurityGroupIds"},
|
||||
"Subnets":{"shape":"Subnets"}
|
||||
}
|
||||
},
|
||||
"VpcSecurityGroupIds":{
|
||||
"type":"list",
|
||||
"member":{"shape":"SecurityGroupId"},
|
||||
"max":5,
|
||||
"min":1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
41
vendor/github.com/aws/aws-sdk-go/models/apis/sagemaker/2017-07-24/docs-2.json
generated
vendored
41
vendor/github.com/aws/aws-sdk-go/models/apis/sagemaker/2017-07-24/docs-2.json
generated
vendored
|
@ -4,10 +4,10 @@
|
|||
"operations": {
|
||||
"AddTags": "<p>Adds or overwrites one or more tags for the specified Amazon SageMaker resource. You can add tags to notebook instances, training jobs, models, 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 <a href=\"http://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>",
|
||||
"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 href=\"http://docs.aws.amazon.com/sagemaker/latest/dg/API_CreateEndpointConfig.html\">CreateEndpointConfig</a> API. </p> <note> <p> Use this API only for hosting models using Amazon SageMaker hosting services. </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> <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 href=\"http://docs.aws.amazon.com/sagemaker/latest/dg/API_DescribeEndpoint.html\">DescribeEndpoint</a> API.</p> <p>For an example, see <a href=\"http://docs.aws.amazon.com/sagemaker/latest/dg/ex1.html\">Exercise 1: Using the K-Means Algorithm Provided by Amazon SageMaker</a>. </p>",
|
||||
"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 href=\"http://docs.aws.amazon.com/sagemaker/latest/dg/API_CreateEndpoint.html\">CreateEndpoint</a> API. </p> <note> <p> Use this API only if you want to use Amazon SageMaker hosting services to deploy models into production. </p> </note> <p>In the request, you define one or more <code>ProductionVariant</code>s, each of which identifies a model. 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>",
|
||||
"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 href=\"http://docs.aws.amazon.com/sagemaker/latest/dg/API_CreateEndpoint.html\">CreateEndpoint</a> API.</p> <note> <p> Use this API only if you want to use Amazon SageMaker hosting services to deploy models into production. </p> </note> <p>In the request, you define one or more <code>ProductionVariant</code>s, each of which identifies a model. 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>",
|
||||
"CreateModel": "<p>Creates a model in Amazon SageMaker. In the request, you name the model and describe one or more containers. For each container, you specify the docker image containing inference code, artifacts (from prior training), and custom environment map that the inference code uses when you deploy the model into production. </p> <p>Use this API to create a model only if you want to use Amazon SageMaker hosting services. 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. </p> <p>Amazon SageMaker then deploys all of the containers that you defined for the model in the hosting environment. </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. 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>",
|
||||
"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).</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=\"http://docs.aws.amazon.com/sagemaker/latest/dg/how-it-works.html\">How It Works</a>. </p>",
|
||||
"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>For information about notebook instance lifestyle configurations, see <a>notebook-lifecycle-config</a>.</p>",
|
||||
"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>notebook-lifecycle-config</a>.</p>",
|
||||
"CreatePresignedNotebookInstanceUrl": "<p>Returns a URL that you can use to connect to the Juypter 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>",
|
||||
"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 deep 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 influence the quality of the final model. For a list of hyperparameters for each training algorithm provided by Amazon SageMaker, see <a href=\"http://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 location where it is stored.</p> </li> <li> <p> <code>OutputDataConfig</code> - Identifies the Amazon S3 location 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>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> - Sets a duration for training. Use this parameter to cap model training costs. </p> </li> </ul> <p> For more information about Amazon SageMaker, see <a href=\"http://docs.aws.amazon.com/sagemaker/latest/dg/how-it-works.html\">How It Works</a>. </p>",
|
||||
"DeleteEndpoint": "<p>Deletes an endpoint. Amazon SageMaker frees up all of the resources that were deployed when the endpoint was created. </p>",
|
||||
|
@ -51,13 +51,13 @@
|
|||
"AlgorithmImage": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"AlgorithmSpecification$TrainingImage": "<p>The registry path of the Docker image that contains the training algorithm. For information about using your own algorithms, see <a href=\"http://docs.aws.amazon.com/sagemaker/latest/dg/algos-docker-registry-paths.html\">Docker Registry Paths for Algorithms Provided by Amazon SageMaker </a>. </p>"
|
||||
"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>sagemaker-algo-docker-registry-paths</a>.</p>"
|
||||
}
|
||||
},
|
||||
"AlgorithmSpecification": {
|
||||
"base": "<p>Specifies the training algorithm to use in a <a href=\"http://docs.aws.amazon.com/sagemaker/latest/dg/API_CreateTrainingJob.html\">CreateTrainingJob</a> request. </p> <p>For more information about algorithms provided by Amazon SageMaker, see <a href=\"http://docs.aws.amazon.com/sagemaker/latest/dg/algos.html\">Algorithms</a>. For information about using your own algorithms, see <a href=\"http://docs.aws.amazon.com/sagemaker/latest/dg/adv-topics-own-algo.html\">Bring Your Own Algorithms </a>. </p>",
|
||||
"base": "<p>Specifies the training algorithm to use in a <a href=\"http://docs.aws.amazon.com/sagemaker/latest/dg/API_CreateTrainingJob.html\">CreateTrainingJob</a> request. </p> <p>For more information about algorithms provided by Amazon SageMaker, see <a href=\"http://docs.aws.amazon.com/sagemaker/latest/dg/algos.html\">Algorithms</a>. For information about using your own algorithms, see <a>your-algorithms</a>. </p>",
|
||||
"refs": {
|
||||
"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=\"http://docs.aws.amazon.com/sagemaker/latest/dg/algos.html\">Algorithms</a>. For information about providing your own algorithms, see <a href=\"http://docs.aws.amazon.com/sagemaker/latest/dg/adv-topics-own-algo.html\">Bring Your Own Algorithms </a>. </p>",
|
||||
"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=\"http://docs.aws.amazon.com/sagemaker/latest/dg/algos.html\">Algorithms</a>. For information about providing your own algorithms, see <a>your-algorithms</a>. </p>",
|
||||
"DescribeTrainingJobResponse$AlgorithmSpecification": "<p>Information about the algorithm used for training, and algorithm metadata. </p>"
|
||||
}
|
||||
},
|
||||
|
@ -298,7 +298,7 @@
|
|||
"base": null,
|
||||
"refs": {
|
||||
"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>appendix-notebook-and-internet-access</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>",
|
||||
"DescribeNotebookInstanceOutput$DirectInternetAccess": "<p>Describes whether the notebook instance has internet access.</p> <p>For more information, see <a>appendix-notebook-and-internet-access</a>.</p>"
|
||||
"DescribeNotebookInstanceOutput$DirectInternetAccess": "<p>Describes whether Amazon SageMaker provides internet access to the notebook instance. If this value is set to <i>Disabled, he notebook instance does not have internet access, and cannot connect to Amazon SageMaker training and endpoint services</i>.</p> <p>For more information, see <a>appendix-notebook-and-internet-access</a>.</p>"
|
||||
}
|
||||
},
|
||||
"EndpointArn": {
|
||||
|
@ -728,7 +728,7 @@
|
|||
}
|
||||
},
|
||||
"NotebookInstanceLifecycleHook": {
|
||||
"base": "<p>Contains the notebook instance lifecycle configuration script.</p> <p>This script runs in the path <code>/sbin:bin:/usr/sbin:/usr/bin</code>.</p> <p>For information about notebook instance lifestyle configurations, see <a>notebook-lifecycle-config</a>.</p>",
|
||||
"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>notebook-lifecycle-config</a>.</p>",
|
||||
"refs": {
|
||||
"NotebookInstanceLifecycleConfigList$member": null
|
||||
}
|
||||
|
@ -945,7 +945,8 @@
|
|||
"SecurityGroupId": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"SecurityGroupIds$member": null
|
||||
"SecurityGroupIds$member": null,
|
||||
"VpcSecurityGroupIds$member": null
|
||||
}
|
||||
},
|
||||
"SecurityGroupIds": {
|
||||
|
@ -999,7 +1000,14 @@
|
|||
"base": null,
|
||||
"refs": {
|
||||
"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>",
|
||||
"DescribeNotebookInstanceOutput$SubnetId": "<p>The ID of the VPC subnet.</p>"
|
||||
"DescribeNotebookInstanceOutput$SubnetId": "<p>The ID of the VPC subnet.</p>",
|
||||
"Subnets$member": null
|
||||
}
|
||||
},
|
||||
"Subnets": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"VpcConfig$Subnets": "<p>The ID of the subnets in the VPC to which you want to connect your training job or model.</p>"
|
||||
}
|
||||
},
|
||||
"Tag": {
|
||||
|
@ -1205,6 +1213,21 @@
|
|||
"refs": {
|
||||
"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>"
|
||||
}
|
||||
},
|
||||
"VpcConfig": {
|
||||
"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>host-vpc</a> and <a>train-vpc</a>.</p>",
|
||||
"refs": {
|
||||
"CreateModelInput$VpcConfig": "<p>A object that specifies the VPC that you want your model to connect to. Control access to and from your training container by configuring the VPC. For more information, see <a>host-vpc</a>.</p>",
|
||||
"CreateTrainingJobRequest$VpcConfig": "<p>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>train-vpc</a> </p>",
|
||||
"DescribeModelOutput$VpcConfig": "<p>A object that specifies the VPC that this model has access to. For more information, see <a>host-vpc</a> </p>",
|
||||
"DescribeTrainingJobResponse$VpcConfig": "<p>A object that specifies the VPC that this training job has access to. For more information, see <a>train-vpc</a>.</p>"
|
||||
}
|
||||
},
|
||||
"VpcSecurityGroupIds": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"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>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue