Class: Aws::SageMaker::Types::ListModelExplainabilityJobDefinitionsResponse

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

#job_definition_summariesArray<Types::MonitoringJobDefinitionSummary>

A JSON array in which each element is a summary for a explainability bias jobs.



27877
27878
27879
27880
27881
27882
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27877

class ListModelExplainabilityJobDefinitionsResponse < Struct.new(
  :job_definition_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.

Returns:

  • (String)


27877
27878
27879
27880
27881
27882
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27877

class ListModelExplainabilityJobDefinitionsResponse < Struct.new(
  :job_definition_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end