Class: Aws::Comprehend::Types::ImportModelRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_access_role_arnString

The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to use Amazon Key Management Service (KMS) to encrypt or decrypt the custom model.

Returns:

  • (String)


5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
# File 'lib/aws-sdk-comprehend/types.rb', line 5008

class ImportModelRequest < Struct.new(
  :source_model_arn,
  :model_name,
  :version_name,
  :model_kms_key_id,
  :data_access_role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#model_kms_key_idString

ID for the KMS key that Amazon Comprehend uses to encrypt trained custom models. The ModelKmsKeyId can be either of the following formats:

  • KMS Key ID: ‘“1234abcd-12ab-34cd-56ef-1234567890ab”`

  • Amazon Resource Name (ARN) of a KMS Key: ‘“arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab”`

Returns:

  • (String)


5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
# File 'lib/aws-sdk-comprehend/types.rb', line 5008

class ImportModelRequest < Struct.new(
  :source_model_arn,
  :model_name,
  :version_name,
  :model_kms_key_id,
  :data_access_role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#model_nameString

The name to assign to the custom model that is created in Amazon Comprehend by this import.

Returns:

  • (String)


5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
# File 'lib/aws-sdk-comprehend/types.rb', line 5008

class ImportModelRequest < Struct.new(
  :source_model_arn,
  :model_name,
  :version_name,
  :model_kms_key_id,
  :data_access_role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#source_model_arnString

The Amazon Resource Name (ARN) of the custom model to import.

Returns:

  • (String)


5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
# File 'lib/aws-sdk-comprehend/types.rb', line 5008

class ImportModelRequest < Struct.new(
  :source_model_arn,
  :model_name,
  :version_name,
  :model_kms_key_id,
  :data_access_role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Tags to associate with the custom model that is created by this import. A tag is a key-value pair that adds as a metadata to a resource used by Amazon Comprehend. For example, a tag with “Sales” as the key might be added to a resource to indicate its use by the sales department.

Returns:



5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
# File 'lib/aws-sdk-comprehend/types.rb', line 5008

class ImportModelRequest < Struct.new(
  :source_model_arn,
  :model_name,
  :version_name,
  :model_kms_key_id,
  :data_access_role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#version_nameString

The version name given to the custom model that is created by this import. Version names can have a maximum of 256 characters. Alphanumeric characters, hyphens (-) and underscores (_) are allowed. The version name must be unique among all models with the same classifier name in the account/Region.

Returns:

  • (String)


5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
# File 'lib/aws-sdk-comprehend/types.rb', line 5008

class ImportModelRequest < Struct.new(
  :source_model_arn,
  :model_name,
  :version_name,
  :model_kms_key_id,
  :data_access_role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end