Class: Aws::SageMaker::Types::ListContextsRequest

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

#context_typeString

A filter that returns only contexts of the specified type.

Returns:

  • (String)


25590
25591
25592
25593
25594
25595
25596
25597
25598
25599
25600
25601
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25590

class ListContextsRequest < Struct.new(
  :source_uri,
  :context_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#created_afterTime

A filter that returns only contexts created on or after the specified time.

Returns:

  • (Time)


25590
25591
25592
25593
25594
25595
25596
25597
25598
25599
25600
25601
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25590

class ListContextsRequest < Struct.new(
  :source_uri,
  :context_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#created_beforeTime

A filter that returns only contexts created on or before the specified time.

Returns:

  • (Time)


25590
25591
25592
25593
25594
25595
25596
25597
25598
25599
25600
25601
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25590

class ListContextsRequest < Struct.new(
  :source_uri,
  :context_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of contexts to return in the response. The default value is 10.

Returns:

  • (Integer)


25590
25591
25592
25593
25594
25595
25596
25597
25598
25599
25600
25601
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25590

class ListContextsRequest < Struct.new(
  :source_uri,
  :context_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the previous call to ListContexts didn't return the full set of contexts, the call returns a token for getting the next set of contexts.

Returns:

  • (String)


25590
25591
25592
25593
25594
25595
25596
25597
25598
25599
25600
25601
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25590

class ListContextsRequest < Struct.new(
  :source_uri,
  :context_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

The property used to sort results. The default value is CreationTime.

Returns:

  • (String)


25590
25591
25592
25593
25594
25595
25596
25597
25598
25599
25600
25601
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25590

class ListContextsRequest < Struct.new(
  :source_uri,
  :context_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The sort order. The default value is Descending.

Returns:

  • (String)


25590
25591
25592
25593
25594
25595
25596
25597
25598
25599
25600
25601
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25590

class ListContextsRequest < Struct.new(
  :source_uri,
  :context_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#source_uriString

A filter that returns only contexts with the specified source URI.

Returns:

  • (String)


25590
25591
25592
25593
25594
25595
25596
25597
25598
25599
25600
25601
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25590

class ListContextsRequest < Struct.new(
  :source_uri,
  :context_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end