aws-cdk-lib 2.184.0__py3-none-any.whl → 2.185.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.184.0.jsii.tgz → aws-cdk-lib@2.185.0.jsii.tgz} +0 -0
- aws_cdk/aws_apigateway/__init__.py +1 -1
- aws_cdk/aws_applicationsignals/__init__.py +134 -0
- aws_cdk/aws_appsync/__init__.py +0 -8
- aws_cdk/aws_athena/__init__.py +143 -0
- aws_cdk/aws_backup/__init__.py +4 -2
- aws_cdk/aws_batch/__init__.py +9 -0
- aws_cdk/aws_bedrock/__init__.py +260 -185
- aws_cdk/aws_cassandra/__init__.py +3 -5
- aws_cdk/aws_chatbot/__init__.py +41 -0
- aws_cdk/aws_codebuild/__init__.py +10 -3
- aws_cdk/aws_config/__init__.py +1 -1
- aws_cdk/aws_datasync/__init__.py +12 -14
- aws_cdk/aws_ec2/__init__.py +148 -19
- aws_cdk/aws_ecr/__init__.py +84 -2
- aws_cdk/aws_ecs/__init__.py +5 -5
- aws_cdk/aws_eks/__init__.py +2 -0
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +42 -5
- aws_cdk/aws_elasticsearch/__init__.py +1 -1
- aws_cdk/aws_events_targets/__init__.py +5 -5
- aws_cdk/aws_gamelift/__init__.py +162 -162
- aws_cdk/aws_gameliftstreams/__init__.py +199 -59
- aws_cdk/aws_iam/__init__.py +58 -30
- aws_cdk/aws_imagebuilder/__init__.py +42 -5
- aws_cdk/aws_iotfleetwise/__init__.py +15 -6
- aws_cdk/aws_kinesisfirehose/__init__.py +113 -110
- aws_cdk/aws_logs/__init__.py +21 -27
- aws_cdk/aws_msk/__init__.py +9 -48
- aws_cdk/aws_opensearchservice/__init__.py +1 -1
- aws_cdk/aws_pcs/__init__.py +33 -22
- aws_cdk/aws_rds/__init__.py +8 -4
- aws_cdk/aws_rum/__init__.py +148 -0
- aws_cdk/aws_s3/__init__.py +4 -6
- aws_cdk/aws_s3_deployment/__init__.py +2 -0
- aws_cdk/aws_sagemaker/__init__.py +524 -0
- aws_cdk/aws_ses/__init__.py +9 -9
- aws_cdk/aws_sns/__init__.py +12 -12
- aws_cdk/cx_api/__init__.py +30 -0
- aws_cdk/region_info/__init__.py +2 -2
- {aws_cdk_lib-2.184.0.dist-info → aws_cdk_lib-2.185.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.184.0.dist-info → aws_cdk_lib-2.185.0.dist-info}/RECORD +46 -46
- {aws_cdk_lib-2.184.0.dist-info → aws_cdk_lib-2.185.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.184.0.dist-info → aws_cdk_lib-2.185.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.184.0.dist-info → aws_cdk_lib-2.185.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.184.0.dist-info → aws_cdk_lib-2.185.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_bedrock/__init__.py
CHANGED
|
@@ -2101,7 +2101,7 @@ class CfnAgent(
|
|
|
2101
2101
|
|
|
2102
2102
|
For more information, see `Advanced prompts <https://docs.aws.amazon.com/bedrock/latest/userguide/advanced-prompts.html>`_ .
|
|
2103
2103
|
|
|
2104
|
-
:param additional_model_request_fields:
|
|
2104
|
+
:param additional_model_request_fields: If the Converse or ConverseStream operations support the model, ``additionalModelRequestFields`` contains additional inference parameters, beyond the base set of inference parameters in the ``inferenceConfiguration`` field. For more information, see `Inference request parameters and response fields for foundation models <https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters.html>`_ .
|
|
2105
2105
|
:param base_prompt_template: Defines the prompt template with which to replace the default prompt template. You can use placeholder variables in the base prompt template to customize the prompt. For more information, see `Prompt template placeholder variables <https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-placeholders.html>`_ . For more information, see `Configure the prompt templates <https://docs.aws.amazon.com/bedrock/latest/userguide/advanced-prompts-configure.html>`_ .
|
|
2106
2106
|
:param foundation_model: The agent's foundation model.
|
|
2107
2107
|
:param inference_configuration: Contains inference parameters to use when the agent invokes a foundation model in the part of the agent sequence defined by the ``promptType`` . For more information, see `Inference parameters for foundation models <https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters.html>`_ .
|
|
@@ -2168,7 +2168,9 @@ class CfnAgent(
|
|
|
2168
2168
|
|
|
2169
2169
|
@builtins.property
|
|
2170
2170
|
def additional_model_request_fields(self) -> typing.Any:
|
|
2171
|
-
'''
|
|
2171
|
+
'''If the Converse or ConverseStream operations support the model, ``additionalModelRequestFields`` contains additional inference parameters, beyond the base set of inference parameters in the ``inferenceConfiguration`` field.
|
|
2172
|
+
|
|
2173
|
+
For more information, see `Inference request parameters and response fields for foundation models <https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters.html>`_ .
|
|
2172
2174
|
|
|
2173
2175
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-agent-promptconfiguration.html#cfn-bedrock-agent-promptconfiguration-additionalmodelrequestfields
|
|
2174
2176
|
'''
|
|
@@ -3992,7 +3994,7 @@ class CfnBlueprint(
|
|
|
3992
3994
|
metaclass=jsii.JSIIMeta,
|
|
3993
3995
|
jsii_type="aws-cdk-lib.aws_bedrock.CfnBlueprint",
|
|
3994
3996
|
):
|
|
3995
|
-
'''
|
|
3997
|
+
'''Details about a data automation blueprint.
|
|
3996
3998
|
|
|
3997
3999
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-blueprint.html
|
|
3998
4000
|
:cloudformationResource: AWS::Bedrock::Blueprint
|
|
@@ -4038,11 +4040,11 @@ class CfnBlueprint(
|
|
|
4038
4040
|
'''
|
|
4039
4041
|
:param scope: Scope in which this resource is defined.
|
|
4040
4042
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
4041
|
-
:param blueprint_name:
|
|
4042
|
-
:param schema:
|
|
4043
|
-
:param type:
|
|
4044
|
-
:param kms_encryption_context:
|
|
4045
|
-
:param kms_key_id: KMS key
|
|
4043
|
+
:param blueprint_name: The blueprint's name.
|
|
4044
|
+
:param schema: The blueprint's schema.
|
|
4045
|
+
:param type: The blueprint's type.
|
|
4046
|
+
:param kms_encryption_context: Name-value pairs to include as an encryption context.
|
|
4047
|
+
:param kms_key_id: The AWS KMS key to use for encryption.
|
|
4046
4048
|
:param tags: List of Tags.
|
|
4047
4049
|
'''
|
|
4048
4050
|
if __debug__:
|
|
@@ -4093,7 +4095,7 @@ class CfnBlueprint(
|
|
|
4093
4095
|
@builtins.property
|
|
4094
4096
|
@jsii.member(jsii_name="attrBlueprintArn")
|
|
4095
4097
|
def attr_blueprint_arn(self) -> builtins.str:
|
|
4096
|
-
'''
|
|
4098
|
+
'''The blueprint's ARN.
|
|
4097
4099
|
|
|
4098
4100
|
:cloudformationAttribute: BlueprintArn
|
|
4099
4101
|
'''
|
|
@@ -4102,7 +4104,7 @@ class CfnBlueprint(
|
|
|
4102
4104
|
@builtins.property
|
|
4103
4105
|
@jsii.member(jsii_name="attrBlueprintStage")
|
|
4104
4106
|
def attr_blueprint_stage(self) -> builtins.str:
|
|
4105
|
-
'''
|
|
4107
|
+
'''The blueprint's stage.
|
|
4106
4108
|
|
|
4107
4109
|
:cloudformationAttribute: BlueprintStage
|
|
4108
4110
|
'''
|
|
@@ -4111,7 +4113,7 @@ class CfnBlueprint(
|
|
|
4111
4113
|
@builtins.property
|
|
4112
4114
|
@jsii.member(jsii_name="attrCreationTime")
|
|
4113
4115
|
def attr_creation_time(self) -> builtins.str:
|
|
4114
|
-
'''
|
|
4116
|
+
'''When the blueprint was created.
|
|
4115
4117
|
|
|
4116
4118
|
:cloudformationAttribute: CreationTime
|
|
4117
4119
|
'''
|
|
@@ -4120,7 +4122,7 @@ class CfnBlueprint(
|
|
|
4120
4122
|
@builtins.property
|
|
4121
4123
|
@jsii.member(jsii_name="attrLastModifiedTime")
|
|
4122
4124
|
def attr_last_modified_time(self) -> builtins.str:
|
|
4123
|
-
'''
|
|
4125
|
+
'''When the blueprint was last updated.
|
|
4124
4126
|
|
|
4125
4127
|
:cloudformationAttribute: LastModifiedTime
|
|
4126
4128
|
'''
|
|
@@ -4140,7 +4142,7 @@ class CfnBlueprint(
|
|
|
4140
4142
|
@builtins.property
|
|
4141
4143
|
@jsii.member(jsii_name="blueprintName")
|
|
4142
4144
|
def blueprint_name(self) -> builtins.str:
|
|
4143
|
-
'''
|
|
4145
|
+
'''The blueprint's name.'''
|
|
4144
4146
|
return typing.cast(builtins.str, jsii.get(self, "blueprintName"))
|
|
4145
4147
|
|
|
4146
4148
|
@blueprint_name.setter
|
|
@@ -4153,7 +4155,7 @@ class CfnBlueprint(
|
|
|
4153
4155
|
@builtins.property
|
|
4154
4156
|
@jsii.member(jsii_name="schema")
|
|
4155
4157
|
def schema(self) -> typing.Any:
|
|
4156
|
-
'''
|
|
4158
|
+
'''The blueprint's schema.'''
|
|
4157
4159
|
return typing.cast(typing.Any, jsii.get(self, "schema"))
|
|
4158
4160
|
|
|
4159
4161
|
@schema.setter
|
|
@@ -4166,7 +4168,7 @@ class CfnBlueprint(
|
|
|
4166
4168
|
@builtins.property
|
|
4167
4169
|
@jsii.member(jsii_name="type")
|
|
4168
4170
|
def type(self) -> builtins.str:
|
|
4169
|
-
'''
|
|
4171
|
+
'''The blueprint's type.'''
|
|
4170
4172
|
return typing.cast(builtins.str, jsii.get(self, "type"))
|
|
4171
4173
|
|
|
4172
4174
|
@type.setter
|
|
@@ -4181,7 +4183,7 @@ class CfnBlueprint(
|
|
|
4181
4183
|
def kms_encryption_context(
|
|
4182
4184
|
self,
|
|
4183
4185
|
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
4184
|
-
'''
|
|
4186
|
+
'''Name-value pairs to include as an encryption context.'''
|
|
4185
4187
|
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], jsii.get(self, "kmsEncryptionContext"))
|
|
4186
4188
|
|
|
4187
4189
|
@kms_encryption_context.setter
|
|
@@ -4197,7 +4199,7 @@ class CfnBlueprint(
|
|
|
4197
4199
|
@builtins.property
|
|
4198
4200
|
@jsii.member(jsii_name="kmsKeyId")
|
|
4199
4201
|
def kms_key_id(self) -> typing.Optional[builtins.str]:
|
|
4200
|
-
'''KMS key
|
|
4202
|
+
'''The AWS KMS key to use for encryption.'''
|
|
4201
4203
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "kmsKeyId"))
|
|
4202
4204
|
|
|
4203
4205
|
@kms_key_id.setter
|
|
@@ -4246,11 +4248,11 @@ class CfnBlueprintProps:
|
|
|
4246
4248
|
) -> None:
|
|
4247
4249
|
'''Properties for defining a ``CfnBlueprint``.
|
|
4248
4250
|
|
|
4249
|
-
:param blueprint_name:
|
|
4250
|
-
:param schema:
|
|
4251
|
-
:param type:
|
|
4252
|
-
:param kms_encryption_context:
|
|
4253
|
-
:param kms_key_id: KMS key
|
|
4251
|
+
:param blueprint_name: The blueprint's name.
|
|
4252
|
+
:param schema: The blueprint's schema.
|
|
4253
|
+
:param type: The blueprint's type.
|
|
4254
|
+
:param kms_encryption_context: Name-value pairs to include as an encryption context.
|
|
4255
|
+
:param kms_key_id: The AWS KMS key to use for encryption.
|
|
4254
4256
|
:param tags: List of Tags.
|
|
4255
4257
|
|
|
4256
4258
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-blueprint.html
|
|
@@ -4302,7 +4304,7 @@ class CfnBlueprintProps:
|
|
|
4302
4304
|
|
|
4303
4305
|
@builtins.property
|
|
4304
4306
|
def blueprint_name(self) -> builtins.str:
|
|
4305
|
-
'''
|
|
4307
|
+
'''The blueprint's name.
|
|
4306
4308
|
|
|
4307
4309
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-blueprint.html#cfn-bedrock-blueprint-blueprintname
|
|
4308
4310
|
'''
|
|
@@ -4312,7 +4314,7 @@ class CfnBlueprintProps:
|
|
|
4312
4314
|
|
|
4313
4315
|
@builtins.property
|
|
4314
4316
|
def schema(self) -> typing.Any:
|
|
4315
|
-
'''
|
|
4317
|
+
'''The blueprint's schema.
|
|
4316
4318
|
|
|
4317
4319
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-blueprint.html#cfn-bedrock-blueprint-schema
|
|
4318
4320
|
'''
|
|
@@ -4322,7 +4324,7 @@ class CfnBlueprintProps:
|
|
|
4322
4324
|
|
|
4323
4325
|
@builtins.property
|
|
4324
4326
|
def type(self) -> builtins.str:
|
|
4325
|
-
'''
|
|
4327
|
+
'''The blueprint's type.
|
|
4326
4328
|
|
|
4327
4329
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-blueprint.html#cfn-bedrock-blueprint-type
|
|
4328
4330
|
'''
|
|
@@ -4334,7 +4336,7 @@ class CfnBlueprintProps:
|
|
|
4334
4336
|
def kms_encryption_context(
|
|
4335
4337
|
self,
|
|
4336
4338
|
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
4337
|
-
'''
|
|
4339
|
+
'''Name-value pairs to include as an encryption context.
|
|
4338
4340
|
|
|
4339
4341
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-blueprint.html#cfn-bedrock-blueprint-kmsencryptioncontext
|
|
4340
4342
|
'''
|
|
@@ -4343,7 +4345,7 @@ class CfnBlueprintProps:
|
|
|
4343
4345
|
|
|
4344
4346
|
@builtins.property
|
|
4345
4347
|
def kms_key_id(self) -> typing.Optional[builtins.str]:
|
|
4346
|
-
'''KMS key
|
|
4348
|
+
'''The AWS KMS key to use for encryption.
|
|
4347
4349
|
|
|
4348
4350
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-blueprint.html#cfn-bedrock-blueprint-kmskeyid
|
|
4349
4351
|
'''
|
|
@@ -4377,7 +4379,7 @@ class CfnDataAutomationProject(
|
|
|
4377
4379
|
metaclass=jsii.JSIIMeta,
|
|
4378
4380
|
jsii_type="aws-cdk-lib.aws_bedrock.CfnDataAutomationProject",
|
|
4379
4381
|
):
|
|
4380
|
-
'''
|
|
4382
|
+
'''A data automation project.
|
|
4381
4383
|
|
|
4382
4384
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-dataautomationproject.html
|
|
4383
4385
|
:cloudformationResource: AWS::Bedrock::DataAutomationProject
|
|
@@ -4515,13 +4517,13 @@ class CfnDataAutomationProject(
|
|
|
4515
4517
|
'''
|
|
4516
4518
|
:param scope: Scope in which this resource is defined.
|
|
4517
4519
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
4518
|
-
:param project_name:
|
|
4519
|
-
:param custom_output_configuration:
|
|
4520
|
-
:param kms_encryption_context: KMS encryption context.
|
|
4521
|
-
:param kms_key_id: KMS key
|
|
4522
|
-
:param override_configuration:
|
|
4523
|
-
:param project_description:
|
|
4524
|
-
:param standard_output_configuration:
|
|
4520
|
+
:param project_name: The project's name.
|
|
4521
|
+
:param custom_output_configuration: Blueprints to apply to objects processed by the project.
|
|
4522
|
+
:param kms_encryption_context: The AWS KMS encryption context to use for encryption.
|
|
4523
|
+
:param kms_key_id: The AWS KMS key to use for encryption.
|
|
4524
|
+
:param override_configuration: Additional settings for the project.
|
|
4525
|
+
:param project_description: The project's description.
|
|
4526
|
+
:param standard_output_configuration: The project's standard output configuration.
|
|
4525
4527
|
:param tags: List of Tags.
|
|
4526
4528
|
'''
|
|
4527
4529
|
if __debug__:
|
|
@@ -4574,7 +4576,7 @@ class CfnDataAutomationProject(
|
|
|
4574
4576
|
@builtins.property
|
|
4575
4577
|
@jsii.member(jsii_name="attrCreationTime")
|
|
4576
4578
|
def attr_creation_time(self) -> builtins.str:
|
|
4577
|
-
'''
|
|
4579
|
+
'''When the project was created.
|
|
4578
4580
|
|
|
4579
4581
|
:cloudformationAttribute: CreationTime
|
|
4580
4582
|
'''
|
|
@@ -4583,7 +4585,7 @@ class CfnDataAutomationProject(
|
|
|
4583
4585
|
@builtins.property
|
|
4584
4586
|
@jsii.member(jsii_name="attrLastModifiedTime")
|
|
4585
4587
|
def attr_last_modified_time(self) -> builtins.str:
|
|
4586
|
-
'''
|
|
4588
|
+
'''When the project was last updated.
|
|
4587
4589
|
|
|
4588
4590
|
:cloudformationAttribute: LastModifiedTime
|
|
4589
4591
|
'''
|
|
@@ -4592,7 +4594,7 @@ class CfnDataAutomationProject(
|
|
|
4592
4594
|
@builtins.property
|
|
4593
4595
|
@jsii.member(jsii_name="attrProjectArn")
|
|
4594
4596
|
def attr_project_arn(self) -> builtins.str:
|
|
4595
|
-
'''
|
|
4597
|
+
'''The project's ARN.
|
|
4596
4598
|
|
|
4597
4599
|
:cloudformationAttribute: ProjectArn
|
|
4598
4600
|
'''
|
|
@@ -4601,7 +4603,7 @@ class CfnDataAutomationProject(
|
|
|
4601
4603
|
@builtins.property
|
|
4602
4604
|
@jsii.member(jsii_name="attrProjectStage")
|
|
4603
4605
|
def attr_project_stage(self) -> builtins.str:
|
|
4604
|
-
'''
|
|
4606
|
+
'''The project's stage.
|
|
4605
4607
|
|
|
4606
4608
|
:cloudformationAttribute: ProjectStage
|
|
4607
4609
|
'''
|
|
@@ -4610,7 +4612,8 @@ class CfnDataAutomationProject(
|
|
|
4610
4612
|
@builtins.property
|
|
4611
4613
|
@jsii.member(jsii_name="attrStatus")
|
|
4612
4614
|
def attr_status(self) -> builtins.str:
|
|
4613
|
-
'''
|
|
4615
|
+
'''The project's status.
|
|
4616
|
+
|
|
4614
4617
|
:cloudformationAttribute: Status
|
|
4615
4618
|
'''
|
|
4616
4619
|
return typing.cast(builtins.str, jsii.get(self, "attrStatus"))
|
|
@@ -4629,7 +4632,7 @@ class CfnDataAutomationProject(
|
|
|
4629
4632
|
@builtins.property
|
|
4630
4633
|
@jsii.member(jsii_name="projectName")
|
|
4631
4634
|
def project_name(self) -> builtins.str:
|
|
4632
|
-
'''
|
|
4635
|
+
'''The project's name.'''
|
|
4633
4636
|
return typing.cast(builtins.str, jsii.get(self, "projectName"))
|
|
4634
4637
|
|
|
4635
4638
|
@project_name.setter
|
|
@@ -4644,7 +4647,7 @@ class CfnDataAutomationProject(
|
|
|
4644
4647
|
def custom_output_configuration(
|
|
4645
4648
|
self,
|
|
4646
4649
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.CustomOutputConfigurationProperty"]]:
|
|
4647
|
-
'''
|
|
4650
|
+
'''Blueprints to apply to objects processed by the project.'''
|
|
4648
4651
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.CustomOutputConfigurationProperty"]], jsii.get(self, "customOutputConfiguration"))
|
|
4649
4652
|
|
|
4650
4653
|
@custom_output_configuration.setter
|
|
@@ -4662,7 +4665,7 @@ class CfnDataAutomationProject(
|
|
|
4662
4665
|
def kms_encryption_context(
|
|
4663
4666
|
self,
|
|
4664
4667
|
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
4665
|
-
'''KMS encryption context.'''
|
|
4668
|
+
'''The AWS KMS encryption context to use for encryption.'''
|
|
4666
4669
|
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], jsii.get(self, "kmsEncryptionContext"))
|
|
4667
4670
|
|
|
4668
4671
|
@kms_encryption_context.setter
|
|
@@ -4678,7 +4681,7 @@ class CfnDataAutomationProject(
|
|
|
4678
4681
|
@builtins.property
|
|
4679
4682
|
@jsii.member(jsii_name="kmsKeyId")
|
|
4680
4683
|
def kms_key_id(self) -> typing.Optional[builtins.str]:
|
|
4681
|
-
'''KMS key
|
|
4684
|
+
'''The AWS KMS key to use for encryption.'''
|
|
4682
4685
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "kmsKeyId"))
|
|
4683
4686
|
|
|
4684
4687
|
@kms_key_id.setter
|
|
@@ -4693,7 +4696,7 @@ class CfnDataAutomationProject(
|
|
|
4693
4696
|
def override_configuration(
|
|
4694
4697
|
self,
|
|
4695
4698
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.OverrideConfigurationProperty"]]:
|
|
4696
|
-
'''
|
|
4699
|
+
'''Additional settings for the project.'''
|
|
4697
4700
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.OverrideConfigurationProperty"]], jsii.get(self, "overrideConfiguration"))
|
|
4698
4701
|
|
|
4699
4702
|
@override_configuration.setter
|
|
@@ -4709,7 +4712,7 @@ class CfnDataAutomationProject(
|
|
|
4709
4712
|
@builtins.property
|
|
4710
4713
|
@jsii.member(jsii_name="projectDescription")
|
|
4711
4714
|
def project_description(self) -> typing.Optional[builtins.str]:
|
|
4712
|
-
'''
|
|
4715
|
+
'''The project's description.'''
|
|
4713
4716
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "projectDescription"))
|
|
4714
4717
|
|
|
4715
4718
|
@project_description.setter
|
|
@@ -4724,7 +4727,7 @@ class CfnDataAutomationProject(
|
|
|
4724
4727
|
def standard_output_configuration(
|
|
4725
4728
|
self,
|
|
4726
4729
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.StandardOutputConfigurationProperty"]]:
|
|
4727
|
-
'''
|
|
4730
|
+
'''The project's standard output configuration.'''
|
|
4728
4731
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.StandardOutputConfigurationProperty"]], jsii.get(self, "standardOutputConfiguration"))
|
|
4729
4732
|
|
|
4730
4733
|
@standard_output_configuration.setter
|
|
@@ -4762,9 +4765,10 @@ class CfnDataAutomationProject(
|
|
|
4762
4765
|
state: builtins.str,
|
|
4763
4766
|
types: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
4764
4767
|
) -> None:
|
|
4765
|
-
'''
|
|
4766
|
-
|
|
4767
|
-
:param
|
|
4768
|
+
'''Settings for generating data from audio.
|
|
4769
|
+
|
|
4770
|
+
:param state: Whether generating categorical data from audio is enabled.
|
|
4771
|
+
:param types: The types of data to generate.
|
|
4768
4772
|
|
|
4769
4773
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-audioextractioncategory.html
|
|
4770
4774
|
:exampleMetadata: fixture=_generated
|
|
@@ -4794,7 +4798,8 @@ class CfnDataAutomationProject(
|
|
|
4794
4798
|
|
|
4795
4799
|
@builtins.property
|
|
4796
4800
|
def state(self) -> builtins.str:
|
|
4797
|
-
'''
|
|
4801
|
+
'''Whether generating categorical data from audio is enabled.
|
|
4802
|
+
|
|
4798
4803
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-audioextractioncategory.html#cfn-bedrock-dataautomationproject-audioextractioncategory-state
|
|
4799
4804
|
'''
|
|
4800
4805
|
result = self._values.get("state")
|
|
@@ -4803,7 +4808,8 @@ class CfnDataAutomationProject(
|
|
|
4803
4808
|
|
|
4804
4809
|
@builtins.property
|
|
4805
4810
|
def types(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
4806
|
-
'''
|
|
4811
|
+
'''The types of data to generate.
|
|
4812
|
+
|
|
4807
4813
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-audioextractioncategory.html#cfn-bedrock-dataautomationproject-audioextractioncategory-types
|
|
4808
4814
|
'''
|
|
4809
4815
|
result = self._values.get("types")
|
|
@@ -4831,8 +4837,9 @@ class CfnDataAutomationProject(
|
|
|
4831
4837
|
*,
|
|
4832
4838
|
category: typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataAutomationProject.AudioExtractionCategoryProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
4833
4839
|
) -> None:
|
|
4834
|
-
'''
|
|
4835
|
-
|
|
4840
|
+
'''Settings for generating data from audio.
|
|
4841
|
+
|
|
4842
|
+
:param category: Settings for generating data from audio.
|
|
4836
4843
|
|
|
4837
4844
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-audiostandardextraction.html
|
|
4838
4845
|
:exampleMetadata: fixture=_generated
|
|
@@ -4863,7 +4870,8 @@ class CfnDataAutomationProject(
|
|
|
4863
4870
|
def category(
|
|
4864
4871
|
self,
|
|
4865
4872
|
) -> typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.AudioExtractionCategoryProperty"]:
|
|
4866
|
-
'''
|
|
4873
|
+
'''Settings for generating data from audio.
|
|
4874
|
+
|
|
4867
4875
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-audiostandardextraction.html#cfn-bedrock-dataautomationproject-audiostandardextraction-category
|
|
4868
4876
|
'''
|
|
4869
4877
|
result = self._values.get("category")
|
|
@@ -4893,9 +4901,10 @@ class CfnDataAutomationProject(
|
|
|
4893
4901
|
state: builtins.str,
|
|
4894
4902
|
types: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
4895
4903
|
) -> None:
|
|
4896
|
-
'''
|
|
4897
|
-
|
|
4898
|
-
:param
|
|
4904
|
+
'''Settings for generating descriptions of audio.
|
|
4905
|
+
|
|
4906
|
+
:param state: Whether generating descriptions is enabled for audio.
|
|
4907
|
+
:param types: The types of description to generate.
|
|
4899
4908
|
|
|
4900
4909
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-audiostandardgenerativefield.html
|
|
4901
4910
|
:exampleMetadata: fixture=_generated
|
|
@@ -4925,7 +4934,8 @@ class CfnDataAutomationProject(
|
|
|
4925
4934
|
|
|
4926
4935
|
@builtins.property
|
|
4927
4936
|
def state(self) -> builtins.str:
|
|
4928
|
-
'''
|
|
4937
|
+
'''Whether generating descriptions is enabled for audio.
|
|
4938
|
+
|
|
4929
4939
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-audiostandardgenerativefield.html#cfn-bedrock-dataautomationproject-audiostandardgenerativefield-state
|
|
4930
4940
|
'''
|
|
4931
4941
|
result = self._values.get("state")
|
|
@@ -4934,7 +4944,8 @@ class CfnDataAutomationProject(
|
|
|
4934
4944
|
|
|
4935
4945
|
@builtins.property
|
|
4936
4946
|
def types(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
4937
|
-
'''
|
|
4947
|
+
'''The types of description to generate.
|
|
4948
|
+
|
|
4938
4949
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-audiostandardgenerativefield.html#cfn-bedrock-dataautomationproject-audiostandardgenerativefield-types
|
|
4939
4950
|
'''
|
|
4940
4951
|
result = self._values.get("types")
|
|
@@ -4966,9 +4977,10 @@ class CfnDataAutomationProject(
|
|
|
4966
4977
|
extraction: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataAutomationProject.AudioStandardExtractionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4967
4978
|
generative_field: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataAutomationProject.AudioStandardGenerativeFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4968
4979
|
) -> None:
|
|
4969
|
-
'''
|
|
4970
|
-
|
|
4971
|
-
:param
|
|
4980
|
+
'''Output settings for processing audio.
|
|
4981
|
+
|
|
4982
|
+
:param extraction: Settings for populating data fields that describe the audio.
|
|
4983
|
+
:param generative_field: Whether to generate descriptions of the data.
|
|
4972
4984
|
|
|
4973
4985
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-audiostandardoutputconfiguration.html
|
|
4974
4986
|
:exampleMetadata: fixture=_generated
|
|
@@ -5010,7 +5022,8 @@ class CfnDataAutomationProject(
|
|
|
5010
5022
|
def extraction(
|
|
5011
5023
|
self,
|
|
5012
5024
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.AudioStandardExtractionProperty"]]:
|
|
5013
|
-
'''
|
|
5025
|
+
'''Settings for populating data fields that describe the audio.
|
|
5026
|
+
|
|
5014
5027
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-audiostandardoutputconfiguration.html#cfn-bedrock-dataautomationproject-audiostandardoutputconfiguration-extraction
|
|
5015
5028
|
'''
|
|
5016
5029
|
result = self._values.get("extraction")
|
|
@@ -5020,7 +5033,8 @@ class CfnDataAutomationProject(
|
|
|
5020
5033
|
def generative_field(
|
|
5021
5034
|
self,
|
|
5022
5035
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.AudioStandardGenerativeFieldProperty"]]:
|
|
5023
|
-
'''
|
|
5036
|
+
'''Whether to generate descriptions of the data.
|
|
5037
|
+
|
|
5024
5038
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-audiostandardoutputconfiguration.html#cfn-bedrock-dataautomationproject-audiostandardoutputconfiguration-generativefield
|
|
5025
5039
|
'''
|
|
5026
5040
|
result = self._values.get("generative_field")
|
|
@@ -5054,10 +5068,11 @@ class CfnDataAutomationProject(
|
|
|
5054
5068
|
blueprint_stage: typing.Optional[builtins.str] = None,
|
|
5055
5069
|
blueprint_version: typing.Optional[builtins.str] = None,
|
|
5056
5070
|
) -> None:
|
|
5057
|
-
'''
|
|
5058
|
-
|
|
5059
|
-
:param
|
|
5060
|
-
:param
|
|
5071
|
+
'''An abbreviated summary of a blueprint.
|
|
5072
|
+
|
|
5073
|
+
:param blueprint_arn: The blueprint's ARN.
|
|
5074
|
+
:param blueprint_stage: The blueprint's stage.
|
|
5075
|
+
:param blueprint_version: The blueprint's version.
|
|
5061
5076
|
|
|
5062
5077
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-blueprintitem.html
|
|
5063
5078
|
:exampleMetadata: fixture=_generated
|
|
@@ -5091,7 +5106,7 @@ class CfnDataAutomationProject(
|
|
|
5091
5106
|
|
|
5092
5107
|
@builtins.property
|
|
5093
5108
|
def blueprint_arn(self) -> builtins.str:
|
|
5094
|
-
'''
|
|
5109
|
+
'''The blueprint's ARN.
|
|
5095
5110
|
|
|
5096
5111
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-blueprintitem.html#cfn-bedrock-dataautomationproject-blueprintitem-blueprintarn
|
|
5097
5112
|
'''
|
|
@@ -5101,7 +5116,7 @@ class CfnDataAutomationProject(
|
|
|
5101
5116
|
|
|
5102
5117
|
@builtins.property
|
|
5103
5118
|
def blueprint_stage(self) -> typing.Optional[builtins.str]:
|
|
5104
|
-
'''
|
|
5119
|
+
'''The blueprint's stage.
|
|
5105
5120
|
|
|
5106
5121
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-blueprintitem.html#cfn-bedrock-dataautomationproject-blueprintitem-blueprintstage
|
|
5107
5122
|
'''
|
|
@@ -5110,7 +5125,7 @@ class CfnDataAutomationProject(
|
|
|
5110
5125
|
|
|
5111
5126
|
@builtins.property
|
|
5112
5127
|
def blueprint_version(self) -> typing.Optional[builtins.str]:
|
|
5113
|
-
'''
|
|
5128
|
+
'''The blueprint's version.
|
|
5114
5129
|
|
|
5115
5130
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-blueprintitem.html#cfn-bedrock-dataautomationproject-blueprintitem-blueprintversion
|
|
5116
5131
|
'''
|
|
@@ -5139,9 +5154,9 @@ class CfnDataAutomationProject(
|
|
|
5139
5154
|
*,
|
|
5140
5155
|
blueprints: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataAutomationProject.BlueprintItemProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
5141
5156
|
) -> None:
|
|
5142
|
-
'''
|
|
5157
|
+
'''Blueprints to apply to objects processed by the project.
|
|
5143
5158
|
|
|
5144
|
-
:param blueprints:
|
|
5159
|
+
:param blueprints: A list of blueprints.
|
|
5145
5160
|
|
|
5146
5161
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-customoutputconfiguration.html
|
|
5147
5162
|
:exampleMetadata: fixture=_generated
|
|
@@ -5173,7 +5188,8 @@ class CfnDataAutomationProject(
|
|
|
5173
5188
|
def blueprints(
|
|
5174
5189
|
self,
|
|
5175
5190
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.BlueprintItemProperty"]]]]:
|
|
5176
|
-
'''
|
|
5191
|
+
'''A list of blueprints.
|
|
5192
|
+
|
|
5177
5193
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-customoutputconfiguration.html#cfn-bedrock-dataautomationproject-customoutputconfiguration-blueprints
|
|
5178
5194
|
'''
|
|
5179
5195
|
result = self._values.get("blueprints")
|
|
@@ -5197,8 +5213,9 @@ class CfnDataAutomationProject(
|
|
|
5197
5213
|
)
|
|
5198
5214
|
class DocumentBoundingBoxProperty:
|
|
5199
5215
|
def __init__(self, *, state: builtins.str) -> None:
|
|
5200
|
-
'''
|
|
5201
|
-
|
|
5216
|
+
'''Bounding box settings for documents.
|
|
5217
|
+
|
|
5218
|
+
:param state: Whether bounding boxes are enabled for documents.
|
|
5202
5219
|
|
|
5203
5220
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-documentboundingbox.html
|
|
5204
5221
|
:exampleMetadata: fixture=_generated
|
|
@@ -5222,7 +5239,8 @@ class CfnDataAutomationProject(
|
|
|
5222
5239
|
|
|
5223
5240
|
@builtins.property
|
|
5224
5241
|
def state(self) -> builtins.str:
|
|
5225
|
-
'''
|
|
5242
|
+
'''Whether bounding boxes are enabled for documents.
|
|
5243
|
+
|
|
5226
5244
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-documentboundingbox.html#cfn-bedrock-dataautomationproject-documentboundingbox-state
|
|
5227
5245
|
'''
|
|
5228
5246
|
result = self._values.get("state")
|
|
@@ -5251,8 +5269,9 @@ class CfnDataAutomationProject(
|
|
|
5251
5269
|
*,
|
|
5252
5270
|
types: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
5253
5271
|
) -> None:
|
|
5254
|
-
'''
|
|
5255
|
-
|
|
5272
|
+
'''Granularity settings for documents.
|
|
5273
|
+
|
|
5274
|
+
:param types: Granularity settings for documents.
|
|
5256
5275
|
|
|
5257
5276
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-documentextractiongranularity.html
|
|
5258
5277
|
:exampleMetadata: fixture=_generated
|
|
@@ -5276,7 +5295,8 @@ class CfnDataAutomationProject(
|
|
|
5276
5295
|
|
|
5277
5296
|
@builtins.property
|
|
5278
5297
|
def types(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
5279
|
-
'''
|
|
5298
|
+
'''Granularity settings for documents.
|
|
5299
|
+
|
|
5280
5300
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-documentextractiongranularity.html#cfn-bedrock-dataautomationproject-documentextractiongranularity-types
|
|
5281
5301
|
'''
|
|
5282
5302
|
result = self._values.get("types")
|
|
@@ -5300,8 +5320,9 @@ class CfnDataAutomationProject(
|
|
|
5300
5320
|
)
|
|
5301
5321
|
class DocumentOutputAdditionalFileFormatProperty:
|
|
5302
5322
|
def __init__(self, *, state: builtins.str) -> None:
|
|
5303
|
-
'''
|
|
5304
|
-
|
|
5323
|
+
'''Output settings for additional file formats.
|
|
5324
|
+
|
|
5325
|
+
:param state: Whether additional file formats are enabled for a project.
|
|
5305
5326
|
|
|
5306
5327
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-documentoutputadditionalfileformat.html
|
|
5307
5328
|
:exampleMetadata: fixture=_generated
|
|
@@ -5325,7 +5346,8 @@ class CfnDataAutomationProject(
|
|
|
5325
5346
|
|
|
5326
5347
|
@builtins.property
|
|
5327
5348
|
def state(self) -> builtins.str:
|
|
5328
|
-
'''
|
|
5349
|
+
'''Whether additional file formats are enabled for a project.
|
|
5350
|
+
|
|
5329
5351
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-documentoutputadditionalfileformat.html#cfn-bedrock-dataautomationproject-documentoutputadditionalfileformat-state
|
|
5330
5352
|
'''
|
|
5331
5353
|
result = self._values.get("state")
|
|
@@ -5358,9 +5380,10 @@ class CfnDataAutomationProject(
|
|
|
5358
5380
|
additional_file_format: typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataAutomationProject.DocumentOutputAdditionalFileFormatProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
5359
5381
|
text_format: typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataAutomationProject.DocumentOutputTextFormatProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
5360
5382
|
) -> None:
|
|
5361
|
-
'''
|
|
5362
|
-
|
|
5363
|
-
:param
|
|
5383
|
+
'''A document output format.
|
|
5384
|
+
|
|
5385
|
+
:param additional_file_format: Output settings for additional file formats.
|
|
5386
|
+
:param text_format: An output text format.
|
|
5364
5387
|
|
|
5365
5388
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-documentoutputformat.html
|
|
5366
5389
|
:exampleMetadata: fixture=_generated
|
|
@@ -5393,7 +5416,8 @@ class CfnDataAutomationProject(
|
|
|
5393
5416
|
def additional_file_format(
|
|
5394
5417
|
self,
|
|
5395
5418
|
) -> typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.DocumentOutputAdditionalFileFormatProperty"]:
|
|
5396
|
-
'''
|
|
5419
|
+
'''Output settings for additional file formats.
|
|
5420
|
+
|
|
5397
5421
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-documentoutputformat.html#cfn-bedrock-dataautomationproject-documentoutputformat-additionalfileformat
|
|
5398
5422
|
'''
|
|
5399
5423
|
result = self._values.get("additional_file_format")
|
|
@@ -5404,7 +5428,8 @@ class CfnDataAutomationProject(
|
|
|
5404
5428
|
def text_format(
|
|
5405
5429
|
self,
|
|
5406
5430
|
) -> typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.DocumentOutputTextFormatProperty"]:
|
|
5407
|
-
'''
|
|
5431
|
+
'''An output text format.
|
|
5432
|
+
|
|
5408
5433
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-documentoutputformat.html#cfn-bedrock-dataautomationproject-documentoutputformat-textformat
|
|
5409
5434
|
'''
|
|
5410
5435
|
result = self._values.get("text_format")
|
|
@@ -5433,8 +5458,9 @@ class CfnDataAutomationProject(
|
|
|
5433
5458
|
*,
|
|
5434
5459
|
types: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
5435
5460
|
) -> None:
|
|
5436
|
-
'''
|
|
5437
|
-
|
|
5461
|
+
'''An output text format.
|
|
5462
|
+
|
|
5463
|
+
:param types: The types of output text to generate.
|
|
5438
5464
|
|
|
5439
5465
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-documentoutputtextformat.html
|
|
5440
5466
|
:exampleMetadata: fixture=_generated
|
|
@@ -5458,7 +5484,8 @@ class CfnDataAutomationProject(
|
|
|
5458
5484
|
|
|
5459
5485
|
@builtins.property
|
|
5460
5486
|
def types(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
5461
|
-
'''
|
|
5487
|
+
'''The types of output text to generate.
|
|
5488
|
+
|
|
5462
5489
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-documentoutputtextformat.html#cfn-bedrock-dataautomationproject-documentoutputtextformat-types
|
|
5463
5490
|
'''
|
|
5464
5491
|
result = self._values.get("types")
|
|
@@ -5486,8 +5513,9 @@ class CfnDataAutomationProject(
|
|
|
5486
5513
|
*,
|
|
5487
5514
|
splitter: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataAutomationProject.SplitterConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5488
5515
|
) -> None:
|
|
5489
|
-
'''
|
|
5490
|
-
|
|
5516
|
+
'''Additional settings for a project.
|
|
5517
|
+
|
|
5518
|
+
:param splitter: Whether document splitter is enabled for a project.
|
|
5491
5519
|
|
|
5492
5520
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-documentoverrideconfiguration.html
|
|
5493
5521
|
:exampleMetadata: fixture=_generated
|
|
@@ -5515,7 +5543,8 @@ class CfnDataAutomationProject(
|
|
|
5515
5543
|
def splitter(
|
|
5516
5544
|
self,
|
|
5517
5545
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.SplitterConfigurationProperty"]]:
|
|
5518
|
-
'''
|
|
5546
|
+
'''Whether document splitter is enabled for a project.
|
|
5547
|
+
|
|
5519
5548
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-documentoverrideconfiguration.html#cfn-bedrock-dataautomationproject-documentoverrideconfiguration-splitter
|
|
5520
5549
|
'''
|
|
5521
5550
|
result = self._values.get("splitter")
|
|
@@ -5544,9 +5573,10 @@ class CfnDataAutomationProject(
|
|
|
5544
5573
|
bounding_box: typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataAutomationProject.DocumentBoundingBoxProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
5545
5574
|
granularity: typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataAutomationProject.DocumentExtractionGranularityProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
5546
5575
|
) -> None:
|
|
5547
|
-
'''
|
|
5548
|
-
|
|
5549
|
-
:param
|
|
5576
|
+
'''Settings for generating data from documents.
|
|
5577
|
+
|
|
5578
|
+
:param bounding_box: Whether to generate bounding boxes.
|
|
5579
|
+
:param granularity: Which granularities to generate data for.
|
|
5550
5580
|
|
|
5551
5581
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-documentstandardextraction.html
|
|
5552
5582
|
:exampleMetadata: fixture=_generated
|
|
@@ -5579,7 +5609,8 @@ class CfnDataAutomationProject(
|
|
|
5579
5609
|
def bounding_box(
|
|
5580
5610
|
self,
|
|
5581
5611
|
) -> typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.DocumentBoundingBoxProperty"]:
|
|
5582
|
-
'''
|
|
5612
|
+
'''Whether to generate bounding boxes.
|
|
5613
|
+
|
|
5583
5614
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-documentstandardextraction.html#cfn-bedrock-dataautomationproject-documentstandardextraction-boundingbox
|
|
5584
5615
|
'''
|
|
5585
5616
|
result = self._values.get("bounding_box")
|
|
@@ -5590,7 +5621,8 @@ class CfnDataAutomationProject(
|
|
|
5590
5621
|
def granularity(
|
|
5591
5622
|
self,
|
|
5592
5623
|
) -> typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.DocumentExtractionGranularityProperty"]:
|
|
5593
|
-
'''
|
|
5624
|
+
'''Which granularities to generate data for.
|
|
5625
|
+
|
|
5594
5626
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-documentstandardextraction.html#cfn-bedrock-dataautomationproject-documentstandardextraction-granularity
|
|
5595
5627
|
'''
|
|
5596
5628
|
result = self._values.get("granularity")
|
|
@@ -5615,8 +5647,9 @@ class CfnDataAutomationProject(
|
|
|
5615
5647
|
)
|
|
5616
5648
|
class DocumentStandardGenerativeFieldProperty:
|
|
5617
5649
|
def __init__(self, *, state: builtins.str) -> None:
|
|
5618
|
-
'''
|
|
5619
|
-
|
|
5650
|
+
'''Settings for generating descriptions of documents.
|
|
5651
|
+
|
|
5652
|
+
:param state: Whether generating descriptions is enabled for documents.
|
|
5620
5653
|
|
|
5621
5654
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-documentstandardgenerativefield.html
|
|
5622
5655
|
:exampleMetadata: fixture=_generated
|
|
@@ -5640,7 +5673,8 @@ class CfnDataAutomationProject(
|
|
|
5640
5673
|
|
|
5641
5674
|
@builtins.property
|
|
5642
5675
|
def state(self) -> builtins.str:
|
|
5643
|
-
'''
|
|
5676
|
+
'''Whether generating descriptions is enabled for documents.
|
|
5677
|
+
|
|
5644
5678
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-documentstandardgenerativefield.html#cfn-bedrock-dataautomationproject-documentstandardgenerativefield-state
|
|
5645
5679
|
'''
|
|
5646
5680
|
result = self._values.get("state")
|
|
@@ -5675,10 +5709,11 @@ class CfnDataAutomationProject(
|
|
|
5675
5709
|
generative_field: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataAutomationProject.DocumentStandardGenerativeFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5676
5710
|
output_format: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataAutomationProject.DocumentOutputFormatProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5677
5711
|
) -> None:
|
|
5678
|
-
'''
|
|
5679
|
-
|
|
5680
|
-
:param
|
|
5681
|
-
:param
|
|
5712
|
+
'''Output settings for processing documents.
|
|
5713
|
+
|
|
5714
|
+
:param extraction: Settings for populating data fields that describe the document.
|
|
5715
|
+
:param generative_field: Whether to generate descriptions.
|
|
5716
|
+
:param output_format: The output format to generate.
|
|
5682
5717
|
|
|
5683
5718
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-documentstandardoutputconfiguration.html
|
|
5684
5719
|
:exampleMetadata: fixture=_generated
|
|
@@ -5728,7 +5763,8 @@ class CfnDataAutomationProject(
|
|
|
5728
5763
|
def extraction(
|
|
5729
5764
|
self,
|
|
5730
5765
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.DocumentStandardExtractionProperty"]]:
|
|
5731
|
-
'''
|
|
5766
|
+
'''Settings for populating data fields that describe the document.
|
|
5767
|
+
|
|
5732
5768
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-documentstandardoutputconfiguration.html#cfn-bedrock-dataautomationproject-documentstandardoutputconfiguration-extraction
|
|
5733
5769
|
'''
|
|
5734
5770
|
result = self._values.get("extraction")
|
|
@@ -5738,7 +5774,8 @@ class CfnDataAutomationProject(
|
|
|
5738
5774
|
def generative_field(
|
|
5739
5775
|
self,
|
|
5740
5776
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.DocumentStandardGenerativeFieldProperty"]]:
|
|
5741
|
-
'''
|
|
5777
|
+
'''Whether to generate descriptions.
|
|
5778
|
+
|
|
5742
5779
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-documentstandardoutputconfiguration.html#cfn-bedrock-dataautomationproject-documentstandardoutputconfiguration-generativefield
|
|
5743
5780
|
'''
|
|
5744
5781
|
result = self._values.get("generative_field")
|
|
@@ -5748,7 +5785,8 @@ class CfnDataAutomationProject(
|
|
|
5748
5785
|
def output_format(
|
|
5749
5786
|
self,
|
|
5750
5787
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.DocumentOutputFormatProperty"]]:
|
|
5751
|
-
'''
|
|
5788
|
+
'''The output format to generate.
|
|
5789
|
+
|
|
5752
5790
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-documentstandardoutputconfiguration.html#cfn-bedrock-dataautomationproject-documentstandardoutputconfiguration-outputformat
|
|
5753
5791
|
'''
|
|
5754
5792
|
result = self._values.get("output_format")
|
|
@@ -5772,8 +5810,9 @@ class CfnDataAutomationProject(
|
|
|
5772
5810
|
)
|
|
5773
5811
|
class ImageBoundingBoxProperty:
|
|
5774
5812
|
def __init__(self, *, state: builtins.str) -> None:
|
|
5775
|
-
'''
|
|
5776
|
-
|
|
5813
|
+
'''Bounding box settings for a project.
|
|
5814
|
+
|
|
5815
|
+
:param state: Bounding box settings for a project.
|
|
5777
5816
|
|
|
5778
5817
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-imageboundingbox.html
|
|
5779
5818
|
:exampleMetadata: fixture=_generated
|
|
@@ -5797,7 +5836,8 @@ class CfnDataAutomationProject(
|
|
|
5797
5836
|
|
|
5798
5837
|
@builtins.property
|
|
5799
5838
|
def state(self) -> builtins.str:
|
|
5800
|
-
'''
|
|
5839
|
+
'''Bounding box settings for a project.
|
|
5840
|
+
|
|
5801
5841
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-imageboundingbox.html#cfn-bedrock-dataautomationproject-imageboundingbox-state
|
|
5802
5842
|
'''
|
|
5803
5843
|
result = self._values.get("state")
|
|
@@ -5827,9 +5867,10 @@ class CfnDataAutomationProject(
|
|
|
5827
5867
|
state: builtins.str,
|
|
5828
5868
|
types: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
5829
5869
|
) -> None:
|
|
5830
|
-
'''
|
|
5831
|
-
|
|
5832
|
-
:param
|
|
5870
|
+
'''Settings for generating categorical data from images.
|
|
5871
|
+
|
|
5872
|
+
:param state: Whether generating categorical data from images is enabled.
|
|
5873
|
+
:param types: The types of data to generate.
|
|
5833
5874
|
|
|
5834
5875
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-imageextractioncategory.html
|
|
5835
5876
|
:exampleMetadata: fixture=_generated
|
|
@@ -5859,7 +5900,8 @@ class CfnDataAutomationProject(
|
|
|
5859
5900
|
|
|
5860
5901
|
@builtins.property
|
|
5861
5902
|
def state(self) -> builtins.str:
|
|
5862
|
-
'''
|
|
5903
|
+
'''Whether generating categorical data from images is enabled.
|
|
5904
|
+
|
|
5863
5905
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-imageextractioncategory.html#cfn-bedrock-dataautomationproject-imageextractioncategory-state
|
|
5864
5906
|
'''
|
|
5865
5907
|
result = self._values.get("state")
|
|
@@ -5868,7 +5910,8 @@ class CfnDataAutomationProject(
|
|
|
5868
5910
|
|
|
5869
5911
|
@builtins.property
|
|
5870
5912
|
def types(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
5871
|
-
'''
|
|
5913
|
+
'''The types of data to generate.
|
|
5914
|
+
|
|
5872
5915
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-imageextractioncategory.html#cfn-bedrock-dataautomationproject-imageextractioncategory-types
|
|
5873
5916
|
'''
|
|
5874
5917
|
result = self._values.get("types")
|
|
@@ -5897,9 +5940,10 @@ class CfnDataAutomationProject(
|
|
|
5897
5940
|
bounding_box: typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataAutomationProject.ImageBoundingBoxProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
5898
5941
|
category: typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataAutomationProject.ImageExtractionCategoryProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
5899
5942
|
) -> None:
|
|
5900
|
-
'''
|
|
5901
|
-
|
|
5902
|
-
:param
|
|
5943
|
+
'''Settings for generating data from images.
|
|
5944
|
+
|
|
5945
|
+
:param bounding_box: Settings for generating bounding boxes.
|
|
5946
|
+
:param category: Settings for generating categorical data.
|
|
5903
5947
|
|
|
5904
5948
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-imagestandardextraction.html
|
|
5905
5949
|
:exampleMetadata: fixture=_generated
|
|
@@ -5935,7 +5979,8 @@ class CfnDataAutomationProject(
|
|
|
5935
5979
|
def bounding_box(
|
|
5936
5980
|
self,
|
|
5937
5981
|
) -> typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.ImageBoundingBoxProperty"]:
|
|
5938
|
-
'''
|
|
5982
|
+
'''Settings for generating bounding boxes.
|
|
5983
|
+
|
|
5939
5984
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-imagestandardextraction.html#cfn-bedrock-dataautomationproject-imagestandardextraction-boundingbox
|
|
5940
5985
|
'''
|
|
5941
5986
|
result = self._values.get("bounding_box")
|
|
@@ -5946,7 +5991,8 @@ class CfnDataAutomationProject(
|
|
|
5946
5991
|
def category(
|
|
5947
5992
|
self,
|
|
5948
5993
|
) -> typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.ImageExtractionCategoryProperty"]:
|
|
5949
|
-
'''
|
|
5994
|
+
'''Settings for generating categorical data.
|
|
5995
|
+
|
|
5950
5996
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-imagestandardextraction.html#cfn-bedrock-dataautomationproject-imagestandardextraction-category
|
|
5951
5997
|
'''
|
|
5952
5998
|
result = self._values.get("category")
|
|
@@ -5976,9 +6022,10 @@ class CfnDataAutomationProject(
|
|
|
5976
6022
|
state: builtins.str,
|
|
5977
6023
|
types: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
5978
6024
|
) -> None:
|
|
5979
|
-
'''
|
|
5980
|
-
|
|
5981
|
-
:param
|
|
6025
|
+
'''Settings for generating descriptions of images.
|
|
6026
|
+
|
|
6027
|
+
:param state: Whether generating descriptions is enabled for images.
|
|
6028
|
+
:param types: Settings for generating descriptions of images.
|
|
5982
6029
|
|
|
5983
6030
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-imagestandardgenerativefield.html
|
|
5984
6031
|
:exampleMetadata: fixture=_generated
|
|
@@ -6008,7 +6055,8 @@ class CfnDataAutomationProject(
|
|
|
6008
6055
|
|
|
6009
6056
|
@builtins.property
|
|
6010
6057
|
def state(self) -> builtins.str:
|
|
6011
|
-
'''
|
|
6058
|
+
'''Whether generating descriptions is enabled for images.
|
|
6059
|
+
|
|
6012
6060
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-imagestandardgenerativefield.html#cfn-bedrock-dataautomationproject-imagestandardgenerativefield-state
|
|
6013
6061
|
'''
|
|
6014
6062
|
result = self._values.get("state")
|
|
@@ -6017,7 +6065,8 @@ class CfnDataAutomationProject(
|
|
|
6017
6065
|
|
|
6018
6066
|
@builtins.property
|
|
6019
6067
|
def types(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
6020
|
-
'''
|
|
6068
|
+
'''Settings for generating descriptions of images.
|
|
6069
|
+
|
|
6021
6070
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-imagestandardgenerativefield.html#cfn-bedrock-dataautomationproject-imagestandardgenerativefield-types
|
|
6022
6071
|
'''
|
|
6023
6072
|
result = self._values.get("types")
|
|
@@ -6049,9 +6098,10 @@ class CfnDataAutomationProject(
|
|
|
6049
6098
|
extraction: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataAutomationProject.ImageStandardExtractionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6050
6099
|
generative_field: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataAutomationProject.ImageStandardGenerativeFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6051
6100
|
) -> None:
|
|
6052
|
-
'''
|
|
6053
|
-
|
|
6054
|
-
:param
|
|
6101
|
+
'''Output settings for processing images.
|
|
6102
|
+
|
|
6103
|
+
:param extraction: Settings for populating data fields that describe the image.
|
|
6104
|
+
:param generative_field: Whether to generate descriptions of the data.
|
|
6055
6105
|
|
|
6056
6106
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-imagestandardoutputconfiguration.html
|
|
6057
6107
|
:exampleMetadata: fixture=_generated
|
|
@@ -6096,7 +6146,8 @@ class CfnDataAutomationProject(
|
|
|
6096
6146
|
def extraction(
|
|
6097
6147
|
self,
|
|
6098
6148
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.ImageStandardExtractionProperty"]]:
|
|
6099
|
-
'''
|
|
6149
|
+
'''Settings for populating data fields that describe the image.
|
|
6150
|
+
|
|
6100
6151
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-imagestandardoutputconfiguration.html#cfn-bedrock-dataautomationproject-imagestandardoutputconfiguration-extraction
|
|
6101
6152
|
'''
|
|
6102
6153
|
result = self._values.get("extraction")
|
|
@@ -6106,7 +6157,8 @@ class CfnDataAutomationProject(
|
|
|
6106
6157
|
def generative_field(
|
|
6107
6158
|
self,
|
|
6108
6159
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.ImageStandardGenerativeFieldProperty"]]:
|
|
6109
|
-
'''
|
|
6160
|
+
'''Whether to generate descriptions of the data.
|
|
6161
|
+
|
|
6110
6162
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-imagestandardoutputconfiguration.html#cfn-bedrock-dataautomationproject-imagestandardoutputconfiguration-generativefield
|
|
6111
6163
|
'''
|
|
6112
6164
|
result = self._values.get("generative_field")
|
|
@@ -6134,9 +6186,9 @@ class CfnDataAutomationProject(
|
|
|
6134
6186
|
*,
|
|
6135
6187
|
document: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataAutomationProject.DocumentOverrideConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6136
6188
|
) -> None:
|
|
6137
|
-
'''
|
|
6189
|
+
'''Additional settings for a project.
|
|
6138
6190
|
|
|
6139
|
-
:param document:
|
|
6191
|
+
:param document: Additional settings for a project.
|
|
6140
6192
|
|
|
6141
6193
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-overrideconfiguration.html
|
|
6142
6194
|
:exampleMetadata: fixture=_generated
|
|
@@ -6166,7 +6218,8 @@ class CfnDataAutomationProject(
|
|
|
6166
6218
|
def document(
|
|
6167
6219
|
self,
|
|
6168
6220
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.DocumentOverrideConfigurationProperty"]]:
|
|
6169
|
-
'''
|
|
6221
|
+
'''Additional settings for a project.
|
|
6222
|
+
|
|
6170
6223
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-overrideconfiguration.html#cfn-bedrock-dataautomationproject-overrideconfiguration-document
|
|
6171
6224
|
'''
|
|
6172
6225
|
result = self._values.get("document")
|
|
@@ -6190,8 +6243,11 @@ class CfnDataAutomationProject(
|
|
|
6190
6243
|
)
|
|
6191
6244
|
class SplitterConfigurationProperty:
|
|
6192
6245
|
def __init__(self, *, state: typing.Optional[builtins.str] = None) -> None:
|
|
6193
|
-
'''
|
|
6194
|
-
|
|
6246
|
+
'''Document splitter settings.
|
|
6247
|
+
|
|
6248
|
+
If a document is too large to be processed in one pass, the document splitter splits it into smaller documents.
|
|
6249
|
+
|
|
6250
|
+
:param state: Whether document splitter is enabled for a project.
|
|
6195
6251
|
|
|
6196
6252
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-splitterconfiguration.html
|
|
6197
6253
|
:exampleMetadata: fixture=_generated
|
|
@@ -6215,7 +6271,8 @@ class CfnDataAutomationProject(
|
|
|
6215
6271
|
|
|
6216
6272
|
@builtins.property
|
|
6217
6273
|
def state(self) -> typing.Optional[builtins.str]:
|
|
6218
|
-
'''
|
|
6274
|
+
'''Whether document splitter is enabled for a project.
|
|
6275
|
+
|
|
6219
6276
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-splitterconfiguration.html#cfn-bedrock-dataautomationproject-splitterconfiguration-state
|
|
6220
6277
|
'''
|
|
6221
6278
|
result = self._values.get("state")
|
|
@@ -6251,12 +6308,12 @@ class CfnDataAutomationProject(
|
|
|
6251
6308
|
image: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataAutomationProject.ImageStandardOutputConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6252
6309
|
video: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataAutomationProject.VideoStandardOutputConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6253
6310
|
) -> None:
|
|
6254
|
-
'''
|
|
6311
|
+
'''The project's standard output configuration.
|
|
6255
6312
|
|
|
6256
|
-
:param audio:
|
|
6257
|
-
:param document:
|
|
6258
|
-
:param image:
|
|
6259
|
-
:param video:
|
|
6313
|
+
:param audio: Settings for processing audio.
|
|
6314
|
+
:param document: Settings for processing documents.
|
|
6315
|
+
:param image: Settings for processing images.
|
|
6316
|
+
:param video: Settings for processing video.
|
|
6260
6317
|
|
|
6261
6318
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-standardoutputconfiguration.html
|
|
6262
6319
|
:exampleMetadata: fixture=_generated
|
|
@@ -6365,7 +6422,8 @@ class CfnDataAutomationProject(
|
|
|
6365
6422
|
def audio(
|
|
6366
6423
|
self,
|
|
6367
6424
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.AudioStandardOutputConfigurationProperty"]]:
|
|
6368
|
-
'''
|
|
6425
|
+
'''Settings for processing audio.
|
|
6426
|
+
|
|
6369
6427
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-standardoutputconfiguration.html#cfn-bedrock-dataautomationproject-standardoutputconfiguration-audio
|
|
6370
6428
|
'''
|
|
6371
6429
|
result = self._values.get("audio")
|
|
@@ -6375,7 +6433,8 @@ class CfnDataAutomationProject(
|
|
|
6375
6433
|
def document(
|
|
6376
6434
|
self,
|
|
6377
6435
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.DocumentStandardOutputConfigurationProperty"]]:
|
|
6378
|
-
'''
|
|
6436
|
+
'''Settings for processing documents.
|
|
6437
|
+
|
|
6379
6438
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-standardoutputconfiguration.html#cfn-bedrock-dataautomationproject-standardoutputconfiguration-document
|
|
6380
6439
|
'''
|
|
6381
6440
|
result = self._values.get("document")
|
|
@@ -6385,7 +6444,8 @@ class CfnDataAutomationProject(
|
|
|
6385
6444
|
def image(
|
|
6386
6445
|
self,
|
|
6387
6446
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.ImageStandardOutputConfigurationProperty"]]:
|
|
6388
|
-
'''
|
|
6447
|
+
'''Settings for processing images.
|
|
6448
|
+
|
|
6389
6449
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-standardoutputconfiguration.html#cfn-bedrock-dataautomationproject-standardoutputconfiguration-image
|
|
6390
6450
|
'''
|
|
6391
6451
|
result = self._values.get("image")
|
|
@@ -6395,7 +6455,8 @@ class CfnDataAutomationProject(
|
|
|
6395
6455
|
def video(
|
|
6396
6456
|
self,
|
|
6397
6457
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.VideoStandardOutputConfigurationProperty"]]:
|
|
6398
|
-
'''
|
|
6458
|
+
'''Settings for processing video.
|
|
6459
|
+
|
|
6399
6460
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-standardoutputconfiguration.html#cfn-bedrock-dataautomationproject-standardoutputconfiguration-video
|
|
6400
6461
|
'''
|
|
6401
6462
|
result = self._values.get("video")
|
|
@@ -6419,8 +6480,9 @@ class CfnDataAutomationProject(
|
|
|
6419
6480
|
)
|
|
6420
6481
|
class VideoBoundingBoxProperty:
|
|
6421
6482
|
def __init__(self, *, state: builtins.str) -> None:
|
|
6422
|
-
'''
|
|
6423
|
-
|
|
6483
|
+
'''Bounding box settings for video.
|
|
6484
|
+
|
|
6485
|
+
:param state: Whether bounding boxes are enabled for video.
|
|
6424
6486
|
|
|
6425
6487
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-videoboundingbox.html
|
|
6426
6488
|
:exampleMetadata: fixture=_generated
|
|
@@ -6444,7 +6506,8 @@ class CfnDataAutomationProject(
|
|
|
6444
6506
|
|
|
6445
6507
|
@builtins.property
|
|
6446
6508
|
def state(self) -> builtins.str:
|
|
6447
|
-
'''
|
|
6509
|
+
'''Whether bounding boxes are enabled for video.
|
|
6510
|
+
|
|
6448
6511
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-videoboundingbox.html#cfn-bedrock-dataautomationproject-videoboundingbox-state
|
|
6449
6512
|
'''
|
|
6450
6513
|
result = self._values.get("state")
|
|
@@ -6474,9 +6537,10 @@ class CfnDataAutomationProject(
|
|
|
6474
6537
|
state: builtins.str,
|
|
6475
6538
|
types: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
6476
6539
|
) -> None:
|
|
6477
|
-
'''
|
|
6478
|
-
|
|
6479
|
-
:param
|
|
6540
|
+
'''Settings for generating categorical data from video.
|
|
6541
|
+
|
|
6542
|
+
:param state: Whether generating categorical data from video is enabled.
|
|
6543
|
+
:param types: The types of data to generate.
|
|
6480
6544
|
|
|
6481
6545
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-videoextractioncategory.html
|
|
6482
6546
|
:exampleMetadata: fixture=_generated
|
|
@@ -6506,7 +6570,8 @@ class CfnDataAutomationProject(
|
|
|
6506
6570
|
|
|
6507
6571
|
@builtins.property
|
|
6508
6572
|
def state(self) -> builtins.str:
|
|
6509
|
-
'''
|
|
6573
|
+
'''Whether generating categorical data from video is enabled.
|
|
6574
|
+
|
|
6510
6575
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-videoextractioncategory.html#cfn-bedrock-dataautomationproject-videoextractioncategory-state
|
|
6511
6576
|
'''
|
|
6512
6577
|
result = self._values.get("state")
|
|
@@ -6515,7 +6580,8 @@ class CfnDataAutomationProject(
|
|
|
6515
6580
|
|
|
6516
6581
|
@builtins.property
|
|
6517
6582
|
def types(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
6518
|
-
'''
|
|
6583
|
+
'''The types of data to generate.
|
|
6584
|
+
|
|
6519
6585
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-videoextractioncategory.html#cfn-bedrock-dataautomationproject-videoextractioncategory-types
|
|
6520
6586
|
'''
|
|
6521
6587
|
result = self._values.get("types")
|
|
@@ -6544,9 +6610,10 @@ class CfnDataAutomationProject(
|
|
|
6544
6610
|
bounding_box: typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataAutomationProject.VideoBoundingBoxProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
6545
6611
|
category: typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataAutomationProject.VideoExtractionCategoryProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
6546
6612
|
) -> None:
|
|
6547
|
-
'''
|
|
6548
|
-
|
|
6549
|
-
:param
|
|
6613
|
+
'''Settings for generating data from video.
|
|
6614
|
+
|
|
6615
|
+
:param bounding_box: Settings for generating bounding boxes.
|
|
6616
|
+
:param category: Settings for generating categorical data.
|
|
6550
6617
|
|
|
6551
6618
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-videostandardextraction.html
|
|
6552
6619
|
:exampleMetadata: fixture=_generated
|
|
@@ -6582,7 +6649,8 @@ class CfnDataAutomationProject(
|
|
|
6582
6649
|
def bounding_box(
|
|
6583
6650
|
self,
|
|
6584
6651
|
) -> typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.VideoBoundingBoxProperty"]:
|
|
6585
|
-
'''
|
|
6652
|
+
'''Settings for generating bounding boxes.
|
|
6653
|
+
|
|
6586
6654
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-videostandardextraction.html#cfn-bedrock-dataautomationproject-videostandardextraction-boundingbox
|
|
6587
6655
|
'''
|
|
6588
6656
|
result = self._values.get("bounding_box")
|
|
@@ -6593,7 +6661,8 @@ class CfnDataAutomationProject(
|
|
|
6593
6661
|
def category(
|
|
6594
6662
|
self,
|
|
6595
6663
|
) -> typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.VideoExtractionCategoryProperty"]:
|
|
6596
|
-
'''
|
|
6664
|
+
'''Settings for generating categorical data.
|
|
6665
|
+
|
|
6597
6666
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-videostandardextraction.html#cfn-bedrock-dataautomationproject-videostandardextraction-category
|
|
6598
6667
|
'''
|
|
6599
6668
|
result = self._values.get("category")
|
|
@@ -6623,9 +6692,10 @@ class CfnDataAutomationProject(
|
|
|
6623
6692
|
state: builtins.str,
|
|
6624
6693
|
types: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
6625
6694
|
) -> None:
|
|
6626
|
-
'''
|
|
6627
|
-
|
|
6628
|
-
:param
|
|
6695
|
+
'''Settings for generating descriptions of video.
|
|
6696
|
+
|
|
6697
|
+
:param state: Whether generating descriptions is enabled for video.
|
|
6698
|
+
:param types: The types of description to generate.
|
|
6629
6699
|
|
|
6630
6700
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-videostandardgenerativefield.html
|
|
6631
6701
|
:exampleMetadata: fixture=_generated
|
|
@@ -6655,7 +6725,8 @@ class CfnDataAutomationProject(
|
|
|
6655
6725
|
|
|
6656
6726
|
@builtins.property
|
|
6657
6727
|
def state(self) -> builtins.str:
|
|
6658
|
-
'''
|
|
6728
|
+
'''Whether generating descriptions is enabled for video.
|
|
6729
|
+
|
|
6659
6730
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-videostandardgenerativefield.html#cfn-bedrock-dataautomationproject-videostandardgenerativefield-state
|
|
6660
6731
|
'''
|
|
6661
6732
|
result = self._values.get("state")
|
|
@@ -6664,7 +6735,8 @@ class CfnDataAutomationProject(
|
|
|
6664
6735
|
|
|
6665
6736
|
@builtins.property
|
|
6666
6737
|
def types(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
6667
|
-
'''
|
|
6738
|
+
'''The types of description to generate.
|
|
6739
|
+
|
|
6668
6740
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-videostandardgenerativefield.html#cfn-bedrock-dataautomationproject-videostandardgenerativefield-types
|
|
6669
6741
|
'''
|
|
6670
6742
|
result = self._values.get("types")
|
|
@@ -6696,9 +6768,10 @@ class CfnDataAutomationProject(
|
|
|
6696
6768
|
extraction: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataAutomationProject.VideoStandardExtractionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6697
6769
|
generative_field: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataAutomationProject.VideoStandardGenerativeFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6698
6770
|
) -> None:
|
|
6699
|
-
'''
|
|
6700
|
-
|
|
6701
|
-
:param
|
|
6771
|
+
'''Output settings for processing video.
|
|
6772
|
+
|
|
6773
|
+
:param extraction: Settings for populating data fields that describe the video.
|
|
6774
|
+
:param generative_field: Whether to generate descriptions of the video.
|
|
6702
6775
|
|
|
6703
6776
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-videostandardoutputconfiguration.html
|
|
6704
6777
|
:exampleMetadata: fixture=_generated
|
|
@@ -6743,7 +6816,8 @@ class CfnDataAutomationProject(
|
|
|
6743
6816
|
def extraction(
|
|
6744
6817
|
self,
|
|
6745
6818
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.VideoStandardExtractionProperty"]]:
|
|
6746
|
-
'''
|
|
6819
|
+
'''Settings for populating data fields that describe the video.
|
|
6820
|
+
|
|
6747
6821
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-videostandardoutputconfiguration.html#cfn-bedrock-dataautomationproject-videostandardoutputconfiguration-extraction
|
|
6748
6822
|
'''
|
|
6749
6823
|
result = self._values.get("extraction")
|
|
@@ -6753,7 +6827,8 @@ class CfnDataAutomationProject(
|
|
|
6753
6827
|
def generative_field(
|
|
6754
6828
|
self,
|
|
6755
6829
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.VideoStandardGenerativeFieldProperty"]]:
|
|
6756
|
-
'''
|
|
6830
|
+
'''Whether to generate descriptions of the video.
|
|
6831
|
+
|
|
6757
6832
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-videostandardoutputconfiguration.html#cfn-bedrock-dataautomationproject-videostandardoutputconfiguration-generativefield
|
|
6758
6833
|
'''
|
|
6759
6834
|
result = self._values.get("generative_field")
|
|
@@ -6800,13 +6875,13 @@ class CfnDataAutomationProjectProps:
|
|
|
6800
6875
|
) -> None:
|
|
6801
6876
|
'''Properties for defining a ``CfnDataAutomationProject``.
|
|
6802
6877
|
|
|
6803
|
-
:param project_name:
|
|
6804
|
-
:param custom_output_configuration:
|
|
6805
|
-
:param kms_encryption_context: KMS encryption context.
|
|
6806
|
-
:param kms_key_id: KMS key
|
|
6807
|
-
:param override_configuration:
|
|
6808
|
-
:param project_description:
|
|
6809
|
-
:param standard_output_configuration:
|
|
6878
|
+
:param project_name: The project's name.
|
|
6879
|
+
:param custom_output_configuration: Blueprints to apply to objects processed by the project.
|
|
6880
|
+
:param kms_encryption_context: The AWS KMS encryption context to use for encryption.
|
|
6881
|
+
:param kms_key_id: The AWS KMS key to use for encryption.
|
|
6882
|
+
:param override_configuration: Additional settings for the project.
|
|
6883
|
+
:param project_description: The project's description.
|
|
6884
|
+
:param standard_output_configuration: The project's standard output configuration.
|
|
6810
6885
|
:param tags: List of Tags.
|
|
6811
6886
|
|
|
6812
6887
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-dataautomationproject.html
|
|
@@ -6956,7 +7031,7 @@ class CfnDataAutomationProjectProps:
|
|
|
6956
7031
|
|
|
6957
7032
|
@builtins.property
|
|
6958
7033
|
def project_name(self) -> builtins.str:
|
|
6959
|
-
'''
|
|
7034
|
+
'''The project's name.
|
|
6960
7035
|
|
|
6961
7036
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-dataautomationproject.html#cfn-bedrock-dataautomationproject-projectname
|
|
6962
7037
|
'''
|
|
@@ -6968,7 +7043,7 @@ class CfnDataAutomationProjectProps:
|
|
|
6968
7043
|
def custom_output_configuration(
|
|
6969
7044
|
self,
|
|
6970
7045
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDataAutomationProject.CustomOutputConfigurationProperty]]:
|
|
6971
|
-
'''
|
|
7046
|
+
'''Blueprints to apply to objects processed by the project.
|
|
6972
7047
|
|
|
6973
7048
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-dataautomationproject.html#cfn-bedrock-dataautomationproject-customoutputconfiguration
|
|
6974
7049
|
'''
|
|
@@ -6979,7 +7054,7 @@ class CfnDataAutomationProjectProps:
|
|
|
6979
7054
|
def kms_encryption_context(
|
|
6980
7055
|
self,
|
|
6981
7056
|
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
6982
|
-
'''KMS encryption context.
|
|
7057
|
+
'''The AWS KMS encryption context to use for encryption.
|
|
6983
7058
|
|
|
6984
7059
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-dataautomationproject.html#cfn-bedrock-dataautomationproject-kmsencryptioncontext
|
|
6985
7060
|
'''
|
|
@@ -6988,7 +7063,7 @@ class CfnDataAutomationProjectProps:
|
|
|
6988
7063
|
|
|
6989
7064
|
@builtins.property
|
|
6990
7065
|
def kms_key_id(self) -> typing.Optional[builtins.str]:
|
|
6991
|
-
'''KMS key
|
|
7066
|
+
'''The AWS KMS key to use for encryption.
|
|
6992
7067
|
|
|
6993
7068
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-dataautomationproject.html#cfn-bedrock-dataautomationproject-kmskeyid
|
|
6994
7069
|
'''
|
|
@@ -6999,7 +7074,7 @@ class CfnDataAutomationProjectProps:
|
|
|
6999
7074
|
def override_configuration(
|
|
7000
7075
|
self,
|
|
7001
7076
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDataAutomationProject.OverrideConfigurationProperty]]:
|
|
7002
|
-
'''
|
|
7077
|
+
'''Additional settings for the project.
|
|
7003
7078
|
|
|
7004
7079
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-dataautomationproject.html#cfn-bedrock-dataautomationproject-overrideconfiguration
|
|
7005
7080
|
'''
|
|
@@ -7008,7 +7083,7 @@ class CfnDataAutomationProjectProps:
|
|
|
7008
7083
|
|
|
7009
7084
|
@builtins.property
|
|
7010
7085
|
def project_description(self) -> typing.Optional[builtins.str]:
|
|
7011
|
-
'''
|
|
7086
|
+
'''The project's description.
|
|
7012
7087
|
|
|
7013
7088
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-dataautomationproject.html#cfn-bedrock-dataautomationproject-projectdescription
|
|
7014
7089
|
'''
|
|
@@ -7019,7 +7094,7 @@ class CfnDataAutomationProjectProps:
|
|
|
7019
7094
|
def standard_output_configuration(
|
|
7020
7095
|
self,
|
|
7021
7096
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDataAutomationProject.StandardOutputConfigurationProperty]]:
|
|
7022
|
-
'''
|
|
7097
|
+
'''The project's standard output configuration.
|
|
7023
7098
|
|
|
7024
7099
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-dataautomationproject.html#cfn-bedrock-dataautomationproject-standardoutputconfiguration
|
|
7025
7100
|
'''
|