|
61 | 61 | "CustomModelSummary$ownerAccountId": "<p>The unique identifier of the account that owns the model.</p>", |
62 | 62 | "GetModelCopyJobResponse$sourceAccountId": "<p>The unique identifier of the account that the model being copied originated from.</p>", |
63 | 63 | "ListModelCopyJobsRequest$sourceAccountEquals": "<p>Filters for model copy jobs in which the account that the source model belongs to is equal to the value that you specify.</p>", |
64 | | - "ModelCopyJobSummary$sourceAccountId": "<p>The unique identifier of the account that the model being copied originated from.</p>" |
| 64 | + "ModelCopyJobSummary$sourceAccountId": "<p>The unique identifier of the account that the model being copied originated from.</p>", |
| 65 | + "ModelInvocationJobS3InputDataConfig$s3BucketOwner": "<p>The ID of the Amazon Web Services account that owns the S3 bucket containing the input data.</p>", |
| 66 | + "ModelInvocationJobS3OutputDataConfig$s3BucketOwner": "<p>The ID of the Amazon Web Services account that owns the S3 bucket containing the output data.</p>" |
65 | 67 | } |
66 | 68 | }, |
67 | 69 | "AutomatedEvaluationConfig": { |
|
1816 | 1818 | } |
1817 | 1819 | }, |
1818 | 1820 | "ModelInvocationJobS3InputDataConfig": { |
1819 | | - "base": "<p>Contains the configuration of the S3 location of the output data.</p>", |
| 1821 | + "base": "<p>Contains the configuration of the S3 location of the input data.</p>", |
1820 | 1822 | "refs": { |
1821 | 1823 | "ModelInvocationJobInputDataConfig$s3InputDataConfig": "<p>Contains the configuration of the S3 location of the input data.</p>" |
1822 | 1824 | } |
|
2062 | 2064 | "SecurityGroupIds": { |
2063 | 2065 | "base": null, |
2064 | 2066 | "refs": { |
2065 | | - "VpcConfig$securityGroupIds": "<p>VPC configuration security group Ids.</p>" |
| 2067 | + "VpcConfig$securityGroupIds": "<p>An array of IDs for each security group in the VPC to use.</p>" |
2066 | 2068 | } |
2067 | 2069 | }, |
2068 | 2070 | "ServiceQuotaExceededException": { |
|
2155 | 2157 | "SubnetIds": { |
2156 | 2158 | "base": null, |
2157 | 2159 | "refs": { |
2158 | | - "VpcConfig$subnetIds": "<p>VPC configuration subnets.</p>" |
| 2160 | + "VpcConfig$subnetIds": "<p>An array of IDs for each subnet in the VPC to use.</p>" |
2159 | 2161 | } |
2160 | 2162 | }, |
2161 | 2163 | "Tag": { |
|
2380 | 2382 | } |
2381 | 2383 | }, |
2382 | 2384 | "VpcConfig": { |
2383 | | - "base": "<p>VPC configuration.</p>", |
| 2385 | + "base": "<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>", |
2384 | 2386 | "refs": { |
2385 | | - "CreateModelCustomizationJobRequest$vpcConfig": "<p>VPC configuration (optional). Configuration parameters for the private Virtual Private Cloud (VPC) that contains the resources you are using for this job.</p>", |
| 2387 | + "CreateModelCustomizationJobRequest$vpcConfig": "<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>", |
2386 | 2388 | "CreateModelImportJobRequest$vpcConfig": "<p>VPC configuration parameters for the private Virtual Private Cloud (VPC) that contains the resources you are using for the import job.</p>", |
| 2389 | + "CreateModelInvocationJobRequest$vpcConfig": "<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>", |
2387 | 2390 | "GetModelCustomizationJobResponse$vpcConfig": "<p>VPC configuration for the custom model job.</p>", |
2388 | | - "GetModelImportJobResponse$vpcConfig": "<p>The Virtual Private Cloud (VPC) configuration of the import model job.</p>" |
| 2391 | + "GetModelImportJobResponse$vpcConfig": "<p>The Virtual Private Cloud (VPC) configuration of the import model job.</p>", |
| 2392 | + "GetModelInvocationJobResponse$vpcConfig": "<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>", |
| 2393 | + "ModelInvocationJobSummary$vpcConfig": "<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>" |
2389 | 2394 | } |
2390 | 2395 | } |
2391 | 2396 | } |
|
0 commit comments