Class: Aws::Bedrock::Types::GetProvisionedModelThroughputResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetProvisionedModelThroughputResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#commitment_duration ⇒ String
Commitment duration of the Provisioned Throughput.
-
#commitment_expiration_time ⇒ Time
The timestamp for when the commitment term for the Provisioned Throughput expires.
-
#creation_time ⇒ Time
The timestamp of the creation time for this Provisioned Throughput.
-
#desired_model_arn ⇒ String
The Amazon Resource Name (ARN) of the model requested to be associated to this Provisioned Throughput.
-
#desired_model_units ⇒ Integer
The number of model units that was requested for this Provisioned Throughput.
-
#failure_message ⇒ String
A failure message for any issues that occurred during creation, updating, or deletion of the Provisioned Throughput.
-
#foundation_model_arn ⇒ String
The Amazon Resource Name (ARN) of the base model for which the Provisioned Throughput was created, or of the base model that the custom model for which the Provisioned Throughput was created was customized.
-
#last_modified_time ⇒ Time
The timestamp of the last time that this Provisioned Throughput was modified.
-
#model_arn ⇒ String
The Amazon Resource Name (ARN) of the model associated with this Provisioned Throughput.
-
#model_units ⇒ Integer
The number of model units allocated to this Provisioned Throughput.
-
#provisioned_model_arn ⇒ String
The Amazon Resource Name (ARN) of the Provisioned Throughput.
-
#provisioned_model_name ⇒ String
The name of the Provisioned Throughput.
-
#status ⇒ String
The status of the Provisioned Throughput.
Instance Attribute Details
#commitment_duration ⇒ String
Commitment duration of the Provisioned Throughput.
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3040 class GetProvisionedModelThroughputResponse < Struct.new( :model_units, :desired_model_units, :provisioned_model_name, :provisioned_model_arn, :model_arn, :desired_model_arn, :foundation_model_arn, :status, :creation_time, :last_modified_time, :failure_message, :commitment_duration, :commitment_expiration_time) SENSITIVE = [] include Aws::Structure end |
#commitment_expiration_time ⇒ Time
The timestamp for when the commitment term for the Provisioned Throughput expires.
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3040 class GetProvisionedModelThroughputResponse < Struct.new( :model_units, :desired_model_units, :provisioned_model_name, :provisioned_model_arn, :model_arn, :desired_model_arn, :foundation_model_arn, :status, :creation_time, :last_modified_time, :failure_message, :commitment_duration, :commitment_expiration_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The timestamp of the creation time for this Provisioned Throughput.
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3040 class GetProvisionedModelThroughputResponse < Struct.new( :model_units, :desired_model_units, :provisioned_model_name, :provisioned_model_arn, :model_arn, :desired_model_arn, :foundation_model_arn, :status, :creation_time, :last_modified_time, :failure_message, :commitment_duration, :commitment_expiration_time) SENSITIVE = [] include Aws::Structure end |
#desired_model_arn ⇒ String
The Amazon Resource Name (ARN) of the model requested to be associated to this Provisioned Throughput. This value differs from the ‘modelArn` if updating hasn’t completed.
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3040 class GetProvisionedModelThroughputResponse < Struct.new( :model_units, :desired_model_units, :provisioned_model_name, :provisioned_model_arn, :model_arn, :desired_model_arn, :foundation_model_arn, :status, :creation_time, :last_modified_time, :failure_message, :commitment_duration, :commitment_expiration_time) SENSITIVE = [] include Aws::Structure end |
#desired_model_units ⇒ Integer
The number of model units that was requested for this Provisioned Throughput.
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3040 class GetProvisionedModelThroughputResponse < Struct.new( :model_units, :desired_model_units, :provisioned_model_name, :provisioned_model_arn, :model_arn, :desired_model_arn, :foundation_model_arn, :status, :creation_time, :last_modified_time, :failure_message, :commitment_duration, :commitment_expiration_time) SENSITIVE = [] include Aws::Structure end |
#failure_message ⇒ String
A failure message for any issues that occurred during creation, updating, or deletion of the Provisioned Throughput.
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3040 class GetProvisionedModelThroughputResponse < Struct.new( :model_units, :desired_model_units, :provisioned_model_name, :provisioned_model_arn, :model_arn, :desired_model_arn, :foundation_model_arn, :status, :creation_time, :last_modified_time, :failure_message, :commitment_duration, :commitment_expiration_time) SENSITIVE = [] include Aws::Structure end |
#foundation_model_arn ⇒ String
The Amazon Resource Name (ARN) of the base model for which the Provisioned Throughput was created, or of the base model that the custom model for which the Provisioned Throughput was created was customized.
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3040 class GetProvisionedModelThroughputResponse < Struct.new( :model_units, :desired_model_units, :provisioned_model_name, :provisioned_model_arn, :model_arn, :desired_model_arn, :foundation_model_arn, :status, :creation_time, :last_modified_time, :failure_message, :commitment_duration, :commitment_expiration_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The timestamp of the last time that this Provisioned Throughput was modified.
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3040 class GetProvisionedModelThroughputResponse < Struct.new( :model_units, :desired_model_units, :provisioned_model_name, :provisioned_model_arn, :model_arn, :desired_model_arn, :foundation_model_arn, :status, :creation_time, :last_modified_time, :failure_message, :commitment_duration, :commitment_expiration_time) SENSITIVE = [] include Aws::Structure end |
#model_arn ⇒ String
The Amazon Resource Name (ARN) of the model associated with this Provisioned Throughput.
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3040 class GetProvisionedModelThroughputResponse < Struct.new( :model_units, :desired_model_units, :provisioned_model_name, :provisioned_model_arn, :model_arn, :desired_model_arn, :foundation_model_arn, :status, :creation_time, :last_modified_time, :failure_message, :commitment_duration, :commitment_expiration_time) SENSITIVE = [] include Aws::Structure end |
#model_units ⇒ Integer
The number of model units allocated to this Provisioned Throughput.
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3040 class GetProvisionedModelThroughputResponse < Struct.new( :model_units, :desired_model_units, :provisioned_model_name, :provisioned_model_arn, :model_arn, :desired_model_arn, :foundation_model_arn, :status, :creation_time, :last_modified_time, :failure_message, :commitment_duration, :commitment_expiration_time) SENSITIVE = [] include Aws::Structure end |
#provisioned_model_arn ⇒ String
The Amazon Resource Name (ARN) of the Provisioned Throughput.
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3040 class GetProvisionedModelThroughputResponse < Struct.new( :model_units, :desired_model_units, :provisioned_model_name, :provisioned_model_arn, :model_arn, :desired_model_arn, :foundation_model_arn, :status, :creation_time, :last_modified_time, :failure_message, :commitment_duration, :commitment_expiration_time) SENSITIVE = [] include Aws::Structure end |
#provisioned_model_name ⇒ String
The name of the Provisioned Throughput.
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3040 class GetProvisionedModelThroughputResponse < Struct.new( :model_units, :desired_model_units, :provisioned_model_name, :provisioned_model_arn, :model_arn, :desired_model_arn, :foundation_model_arn, :status, :creation_time, :last_modified_time, :failure_message, :commitment_duration, :commitment_expiration_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the Provisioned Throughput.
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3040 class GetProvisionedModelThroughputResponse < Struct.new( :model_units, :desired_model_units, :provisioned_model_name, :provisioned_model_arn, :model_arn, :desired_model_arn, :foundation_model_arn, :status, :creation_time, :last_modified_time, :failure_message, :commitment_duration, :commitment_expiration_time) SENSITIVE = [] include Aws::Structure end |