class Aws::LookoutforVision::Types::CreateModelRequest

@note When making an API call, you may pass CreateModelRequest

data as a hash:

    {
      project_name: "ProjectName", # required
      description: "ModelDescriptionMessage",
      client_token: "ClientToken",
      output_config: { # required
        s3_location: { # required
          bucket: "S3BucketName", # required
          prefix: "S3KeyPrefix",
        },
      },
      kms_key_id: "KmsKeyId",
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] project_name

The name of the project in which you want to create a model version.
@return [String]

@!attribute [rw] description

A description for the version of the model.
@return [String]

@!attribute [rw] client_token

ClientToken is an idempotency token that ensures a call to
`CreateModel` completes only once. You choose the value to pass. For
example, An issue, such as an network outage, might prevent you from
getting a response from `CreateModel`. In this case, safely retry
your call to `CreateModel` by using the same `ClientToken` parameter
value. An error occurs if the other input parameters are not the
same as in the first request. Using a different value for
`ClientToken` is considered a new call to `CreateModel`. An
idempotency token is active for 8 hours.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] output_config

The location where Amazon Lookout for Vision saves the training
results.
@return [Types::OutputConfig]

@!attribute [rw] kms_key_id

The identifier for your AWS Key Management Service (AWS KMS)
customer master key (CMK). The key is used to encrypt training and
test images copied into the service for model training. Your source
images are unaffected. If this parameter is not specified, the
copied images are encrypted by a key that AWS owns and manages.
@return [String]

@!attribute [rw] tags

A set of tags (key-value pairs) that you want to attach to the
model.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/lookoutvision-2020-11-20/CreateModelRequest AWS API Documentation

Constants

SENSITIVE