Class: Aws::SageMaker::Types::ListCandidatesForAutoMLJobResponse

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

#candidatesArray<Types::AutoMLCandidate>

Summaries about the AutoMLCandidates.

Returns:



25164
25165
25166
25167
25168
25169
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25164

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

#next_tokenString

If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

Returns:

  • (String)


25164
25165
25166
25167
25168
25169
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25164

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