Class: Aws::Bedrock::Types::GetInferenceProfileResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The time at which the inference profile was created.

Returns:

  • (Time)


2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
# File 'lib/aws-sdk-bedrock/types.rb', line 2367

class GetInferenceProfileResponse < Struct.new(
  :inference_profile_name,
  :description,
  :created_at,
  :updated_at,
  :inference_profile_arn,
  :models,
  :inference_profile_id,
  :status,
  :type)
  SENSITIVE = [:description]
  include Aws::Structure
end

#descriptionString

The description of the inference profile.

Returns:

  • (String)


2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
# File 'lib/aws-sdk-bedrock/types.rb', line 2367

class GetInferenceProfileResponse < Struct.new(
  :inference_profile_name,
  :description,
  :created_at,
  :updated_at,
  :inference_profile_arn,
  :models,
  :inference_profile_id,
  :status,
  :type)
  SENSITIVE = [:description]
  include Aws::Structure
end

#inference_profile_arnString

The Amazon Resource Name (ARN) of the inference profile.

Returns:

  • (String)


2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
# File 'lib/aws-sdk-bedrock/types.rb', line 2367

class GetInferenceProfileResponse < Struct.new(
  :inference_profile_name,
  :description,
  :created_at,
  :updated_at,
  :inference_profile_arn,
  :models,
  :inference_profile_id,
  :status,
  :type)
  SENSITIVE = [:description]
  include Aws::Structure
end

#inference_profile_idString

The unique identifier of the inference profile.

Returns:

  • (String)


2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
# File 'lib/aws-sdk-bedrock/types.rb', line 2367

class GetInferenceProfileResponse < Struct.new(
  :inference_profile_name,
  :description,
  :created_at,
  :updated_at,
  :inference_profile_arn,
  :models,
  :inference_profile_id,
  :status,
  :type)
  SENSITIVE = [:description]
  include Aws::Structure
end

#inference_profile_nameString

The name of the inference profile.

Returns:

  • (String)


2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
# File 'lib/aws-sdk-bedrock/types.rb', line 2367

class GetInferenceProfileResponse < Struct.new(
  :inference_profile_name,
  :description,
  :created_at,
  :updated_at,
  :inference_profile_arn,
  :models,
  :inference_profile_id,
  :status,
  :type)
  SENSITIVE = [:description]
  include Aws::Structure
end

#modelsArray<Types::InferenceProfileModel>

A list of information about each model in the inference profile.

Returns:



2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
# File 'lib/aws-sdk-bedrock/types.rb', line 2367

class GetInferenceProfileResponse < Struct.new(
  :inference_profile_name,
  :description,
  :created_at,
  :updated_at,
  :inference_profile_arn,
  :models,
  :inference_profile_id,
  :status,
  :type)
  SENSITIVE = [:description]
  include Aws::Structure
end

#statusString

The status of the inference profile. ‘ACTIVE` means that the inference profile is ready to be used.

Returns:

  • (String)


2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
# File 'lib/aws-sdk-bedrock/types.rb', line 2367

class GetInferenceProfileResponse < Struct.new(
  :inference_profile_name,
  :description,
  :created_at,
  :updated_at,
  :inference_profile_arn,
  :models,
  :inference_profile_id,
  :status,
  :type)
  SENSITIVE = [:description]
  include Aws::Structure
end

#typeString

The type of the inference profile. The following types are possible:

  • ‘SYSTEM_DEFINED` – The inference profile is defined by Amazon Bedrock. You can route inference requests across regions with these inference profiles.

  • ‘APPLICATION` – The inference profile was created by a user. This type of inference profile can track metrics and costs when invoking the model in it. The inference profile may route requests to one or multiple regions.

Returns:

  • (String)


2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
# File 'lib/aws-sdk-bedrock/types.rb', line 2367

class GetInferenceProfileResponse < Struct.new(
  :inference_profile_name,
  :description,
  :created_at,
  :updated_at,
  :inference_profile_arn,
  :models,
  :inference_profile_id,
  :status,
  :type)
  SENSITIVE = [:description]
  include Aws::Structure
end

#updated_atTime

The time at which the inference profile was last updated.

Returns:

  • (Time)


2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
# File 'lib/aws-sdk-bedrock/types.rb', line 2367

class GetInferenceProfileResponse < Struct.new(
  :inference_profile_name,
  :description,
  :created_at,
  :updated_at,
  :inference_profile_arn,
  :models,
  :inference_profile_id,
  :status,
  :type)
  SENSITIVE = [:description]
  include Aws::Structure
end