Class: Aws::Bedrock::Types::CreateCustomModelDeploymentRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


323
324
325
326
327
328
329
330
331
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 323

class CreateCustomModelDeploymentRequest < Struct.new(
  :model_deployment_name,
  :model_arn,
  :description,
  :tags,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description for the custom model deployment to help you identify its purpose.

Returns:

  • (String)


323
324
325
326
327
328
329
330
331
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 323

class CreateCustomModelDeploymentRequest < Struct.new(
  :model_deployment_name,
  :model_arn,
  :description,
  :tags,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#model_arnString

The Amazon Resource Name (ARN) of the custom model to deploy for on-demand inference. The custom model must be in the Active state.

Returns:

  • (String)


323
324
325
326
327
328
329
330
331
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 323

class CreateCustomModelDeploymentRequest < Struct.new(
  :model_deployment_name,
  :model_arn,
  :description,
  :tags,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#model_deployment_nameString

The name for the custom model deployment. The name must be unique within your Amazon Web Services account and Region.

Returns:

  • (String)


323
324
325
326
327
328
329
330
331
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 323

class CreateCustomModelDeploymentRequest < Struct.new(
  :model_deployment_name,
  :model_arn,
  :description,
  :tags,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Tags to assign to the custom model deployment. You can use tags to organize and track your Amazon Web Services resources for cost allocation and management purposes.

Returns:



323
324
325
326
327
328
329
330
331
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 323

class CreateCustomModelDeploymentRequest < Struct.new(
  :model_deployment_name,
  :model_arn,
  :description,
  :tags,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end