Class: Aws::Bedrock::Types::GetImportedModelResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

Creation time of the imported model.

Returns:

  • (Time)


2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
# File 'lib/aws-sdk-bedrock/types.rb', line 2293

class GetImportedModelResponse < Struct.new(
  :model_arn,
  :model_name,
  :job_name,
  :job_arn,
  :model_data_source,
  :creation_time,
  :model_architecture,
  :model_kms_key_arn,
  :instruct_supported)
  SENSITIVE = []
  include Aws::Structure
end

#instruct_supportedBoolean

Specifies if the imported model supports converse.

Returns:

  • (Boolean)


2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
# File 'lib/aws-sdk-bedrock/types.rb', line 2293

class GetImportedModelResponse < Struct.new(
  :model_arn,
  :model_name,
  :job_name,
  :job_arn,
  :model_data_source,
  :creation_time,
  :model_architecture,
  :model_kms_key_arn,
  :instruct_supported)
  SENSITIVE = []
  include Aws::Structure
end

#job_arnString

Job Amazon Resource Name (ARN) associated with the imported model.

Returns:

  • (String)


2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
# File 'lib/aws-sdk-bedrock/types.rb', line 2293

class GetImportedModelResponse < Struct.new(
  :model_arn,
  :model_name,
  :job_name,
  :job_arn,
  :model_data_source,
  :creation_time,
  :model_architecture,
  :model_kms_key_arn,
  :instruct_supported)
  SENSITIVE = []
  include Aws::Structure
end

#job_nameString

Job name associated with the imported model.

Returns:

  • (String)


2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
# File 'lib/aws-sdk-bedrock/types.rb', line 2293

class GetImportedModelResponse < Struct.new(
  :model_arn,
  :model_name,
  :job_name,
  :job_arn,
  :model_data_source,
  :creation_time,
  :model_architecture,
  :model_kms_key_arn,
  :instruct_supported)
  SENSITIVE = []
  include Aws::Structure
end

#model_architectureString

The architecture of the imported model.

Returns:

  • (String)


2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
# File 'lib/aws-sdk-bedrock/types.rb', line 2293

class GetImportedModelResponse < Struct.new(
  :model_arn,
  :model_name,
  :job_name,
  :job_arn,
  :model_data_source,
  :creation_time,
  :model_architecture,
  :model_kms_key_arn,
  :instruct_supported)
  SENSITIVE = []
  include Aws::Structure
end

#model_arnString

The Amazon Resource Name (ARN) associated with this imported model.

Returns:

  • (String)


2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
# File 'lib/aws-sdk-bedrock/types.rb', line 2293

class GetImportedModelResponse < Struct.new(
  :model_arn,
  :model_name,
  :job_name,
  :job_arn,
  :model_data_source,
  :creation_time,
  :model_architecture,
  :model_kms_key_arn,
  :instruct_supported)
  SENSITIVE = []
  include Aws::Structure
end

#model_data_sourceTypes::ModelDataSource

The data source for this imported model.



2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
# File 'lib/aws-sdk-bedrock/types.rb', line 2293

class GetImportedModelResponse < Struct.new(
  :model_arn,
  :model_name,
  :job_name,
  :job_arn,
  :model_data_source,
  :creation_time,
  :model_architecture,
  :model_kms_key_arn,
  :instruct_supported)
  SENSITIVE = []
  include Aws::Structure
end

#model_kms_key_arnString

The imported model is encrypted at rest using this key.

Returns:

  • (String)


2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
# File 'lib/aws-sdk-bedrock/types.rb', line 2293

class GetImportedModelResponse < Struct.new(
  :model_arn,
  :model_name,
  :job_name,
  :job_arn,
  :model_data_source,
  :creation_time,
  :model_architecture,
  :model_kms_key_arn,
  :instruct_supported)
  SENSITIVE = []
  include Aws::Structure
end

#model_nameString

The name of the imported model.

Returns:

  • (String)


2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
# File 'lib/aws-sdk-bedrock/types.rb', line 2293

class GetImportedModelResponse < Struct.new(
  :model_arn,
  :model_name,
  :job_name,
  :job_arn,
  :model_data_source,
  :creation_time,
  :model_architecture,
  :model_kms_key_arn,
  :instruct_supported)
  SENSITIVE = []
  include Aws::Structure
end