Class: Aws::SageMaker::Types::ListModelQualityJobDefinitionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time_afterTime

A filter that returns only model quality monitoring job definitions created after the specified time.

Returns:

  • (Time)


28134
28135
28136
28137
28138
28139
28140
28141
28142
28143
28144
28145
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28134

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

#creation_time_beforeTime

A filter that returns only model quality monitoring job definitions created before the specified time.

Returns:

  • (Time)


28134
28135
28136
28137
28138
28139
28140
28141
28142
28143
28144
28145
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28134

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

#endpoint_nameString

A filter that returns only model quality monitoring job definitions that are associated with the specified endpoint.

Returns:

  • (String)


28134
28135
28136
28137
28138
28139
28140
28141
28142
28143
28144
28145
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28134

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

#max_resultsInteger

The maximum number of results to return in a call to ListModelQualityJobDefinitions.

Returns:

  • (Integer)


28134
28135
28136
28137
28138
28139
28140
28141
28142
28143
28144
28145
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28134

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

#name_containsString

A string in the transform job name. This filter returns only model quality monitoring job definitions whose name contains the specified string.

Returns:

  • (String)


28134
28135
28136
28137
28138
28139
28140
28141
28142
28143
28144
28145
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28134

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

#next_tokenString

If the result of the previous ListModelQualityJobDefinitions request was truncated, the response includes a NextToken. To retrieve the next set of model quality monitoring job definitions, use the token in the next request.

Returns:

  • (String)


28134
28135
28136
28137
28138
28139
28140
28141
28142
28143
28144
28145
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28134

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

#sort_byString

The field to sort results by. The default is CreationTime.

Returns:

  • (String)


28134
28135
28136
28137
28138
28139
28140
28141
28142
28143
28144
28145
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28134

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

#sort_orderString

Whether to sort the results in Ascending or Descending order. The default is Descending.

Returns:

  • (String)


28134
28135
28136
28137
28138
28139
28140
28141
28142
28143
28144
28145
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28134

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