Class: Aws::Bedrock::Types::ListProvisionedModelThroughputsRequest

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

#creation_time_afterTime

A filter that returns Provisioned Throughputs created after the specified time.

Returns:

  • (Time)


2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2680

class ListProvisionedModelThroughputsRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :status_equals,
  :model_arn_equals,
  :name_contains,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#creation_time_beforeTime

A filter that returns Provisioned Throughputs created before the specified time.

Returns:

  • (Time)


2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2680

class ListProvisionedModelThroughputsRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :status_equals,
  :model_arn_equals,
  :name_contains,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

THe maximum number of results to return in the response. If there are more results than the number you specified, the response returns a nextToken value. To see the next batch of results, send the nextToken value in another list request.

Returns:

  • (Integer)


2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2680

class ListProvisionedModelThroughputsRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :status_equals,
  :model_arn_equals,
  :name_contains,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#model_arn_equalsString

A filter that returns Provisioned Throughputs whose model Amazon Resource Name (ARN) is equal to the value that you specify.

Returns:

  • (String)


2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2680

class ListProvisionedModelThroughputsRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :status_equals,
  :model_arn_equals,
  :name_contains,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#name_containsString

A filter that returns Provisioned Throughputs if their name contains the expression that you specify.

Returns:

  • (String)


2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2680

class ListProvisionedModelThroughputsRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :status_equals,
  :model_arn_equals,
  :name_contains,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If there are more results than the number you specified in the maxResults field, the response returns a nextToken value. To see the next batch of results, specify the nextToken value in this field.

Returns:

  • (String)


2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2680

class ListProvisionedModelThroughputsRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :status_equals,
  :model_arn_equals,
  :name_contains,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

The field by which to sort the returned list of Provisioned Throughputs.

Returns:

  • (String)


2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2680

class ListProvisionedModelThroughputsRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :status_equals,
  :model_arn_equals,
  :name_contains,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The sort order of the results.

Returns:

  • (String)


2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2680

class ListProvisionedModelThroughputsRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :status_equals,
  :model_arn_equals,
  :name_contains,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#status_equalsString

A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.

Returns:

  • (String)


2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2680

class ListProvisionedModelThroughputsRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :status_equals,
  :model_arn_equals,
  :name_contains,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end