|
1333 | 1333 | },
|
1334 | 1334 | "vpcConfig":{
|
1335 | 1335 | "shape":"VpcConfig",
|
1336 |
| - "documentation":"<p>VPC configuration (optional). Configuration parameters for the private Virtual Private Cloud (VPC) that contains the resources you are using for this job.</p>" |
| 1336 | + "documentation":"<p>The configuration of the Virtual Private Cloud (VPC) that contains the resources that you're using for this job. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/vpc-model-customization.html\">Protect your model customization jobs using a VPC</a>.</p>" |
1337 | 1337 | }
|
1338 | 1338 | }
|
1339 | 1339 | },
|
|
1439 | 1439 | "shape":"ModelInvocationJobOutputDataConfig",
|
1440 | 1440 | "documentation":"<p>Details about the location of the output of the batch inference job.</p>"
|
1441 | 1441 | },
|
| 1442 | + "vpcConfig":{ |
| 1443 | + "shape":"VpcConfig", |
| 1444 | + "documentation":"<p>The configuration of the Virtual Private Cloud (VPC) for the data in the batch inference job. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-vpc\">Protect batch inference jobs using a VPC</a>.</p>" |
| 1445 | + }, |
1442 | 1446 | "timeoutDurationInHours":{
|
1443 | 1447 | "shape":"ModelInvocationJobTimeoutDurationInHours",
|
1444 | 1448 | "documentation":"<p>The number of hours after which to force the batch inference job to time out.</p>"
|
|
2816 | 2820 | "shape":"ModelInvocationJobOutputDataConfig",
|
2817 | 2821 | "documentation":"<p>Details about the location of the output of the batch inference job.</p>"
|
2818 | 2822 | },
|
| 2823 | + "vpcConfig":{ |
| 2824 | + "shape":"VpcConfig", |
| 2825 | + "documentation":"<p>The configuration of the Virtual Private Cloud (VPC) for the data in the batch inference job. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-vpc\">Protect batch inference jobs using a VPC</a>.</p>" |
| 2826 | + }, |
2819 | 2827 | "timeoutDurationInHours":{
|
2820 | 2828 | "shape":"ModelInvocationJobTimeoutDurationInHours",
|
2821 | 2829 | "documentation":"<p>The number of hours after which batch inference job was set to time out.</p>"
|
|
4997 | 5005 | "s3Uri":{
|
4998 | 5006 | "shape":"S3Uri",
|
4999 | 5007 | "documentation":"<p>The S3 location of the input data.</p>"
|
| 5008 | + }, |
| 5009 | + "s3BucketOwner":{ |
| 5010 | + "shape":"AccountId", |
| 5011 | + "documentation":"<p>The ID of the Amazon Web Services account that owns the S3 bucket containing the input data.</p>" |
5000 | 5012 | }
|
5001 | 5013 | },
|
5002 |
| - "documentation":"<p>Contains the configuration of the S3 location of the output data.</p>" |
| 5014 | + "documentation":"<p>Contains the configuration of the S3 location of the input data.</p>" |
5003 | 5015 | },
|
5004 | 5016 | "ModelInvocationJobS3OutputDataConfig":{
|
5005 | 5017 | "type":"structure",
|
|
5012 | 5024 | "s3EncryptionKeyId":{
|
5013 | 5025 | "shape":"KmsKeyId",
|
5014 | 5026 | "documentation":"<p>The unique identifier of the key that encrypts the S3 location of the output data.</p>"
|
| 5027 | + }, |
| 5028 | + "s3BucketOwner":{ |
| 5029 | + "shape":"AccountId", |
| 5030 | + "documentation":"<p>The ID of the Amazon Web Services account that owns the S3 bucket containing the output data.</p>" |
5015 | 5031 | }
|
5016 | 5032 | },
|
5017 | 5033 | "documentation":"<p>Contains the configuration of the S3 location of the output data.</p>"
|
|
5095 | 5111 | "shape":"ModelInvocationJobOutputDataConfig",
|
5096 | 5112 | "documentation":"<p>Details about the location of the output of the batch inference job.</p>"
|
5097 | 5113 | },
|
| 5114 | + "vpcConfig":{ |
| 5115 | + "shape":"VpcConfig", |
| 5116 | + "documentation":"<p>The configuration of the Virtual Private Cloud (VPC) for the data in the batch inference job. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-vpc\">Protect batch inference jobs using a VPC</a>.</p>" |
| 5117 | + }, |
5098 | 5118 | "timeoutDurationInHours":{
|
5099 | 5119 | "shape":"ModelInvocationJobTimeoutDurationInHours",
|
5100 | 5120 | "documentation":"<p>The number of hours after which the batch inference job was set to time out.</p>"
|
|
5753 | 5773 | "members":{
|
5754 | 5774 | "subnetIds":{
|
5755 | 5775 | "shape":"SubnetIds",
|
5756 |
| - "documentation":"<p>VPC configuration subnets.</p>" |
| 5776 | + "documentation":"<p>An array of IDs for each subnet in the VPC to use.</p>" |
5757 | 5777 | },
|
5758 | 5778 | "securityGroupIds":{
|
5759 | 5779 | "shape":"SecurityGroupIds",
|
5760 |
| - "documentation":"<p>VPC configuration security group Ids.</p>" |
| 5780 | + "documentation":"<p>An array of IDs for each security group in the VPC to use.</p>" |
5761 | 5781 | }
|
5762 | 5782 | },
|
5763 |
| - "documentation":"<p>VPC configuration.</p>" |
| 5783 | + "documentation":"<p>The configuration of a virtual private cloud (VPC). For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/usingVPC.html\">Protect your data using Amazon Virtual Private Cloud and Amazon Web Services PrivateLink</a>.</p>" |
5764 | 5784 | }
|
5765 | 5785 | },
|
5766 | 5786 | "documentation":"<p>Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models.</p>"
|
|
0 commit comments