Class: Aws::SageMaker::Types::ListHubsRequest

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

Only list hubs that were created after the time specified.

Returns:

  • (Time)


27919
27920
27921
27922
27923
27924
27925
27926
27927
27928
27929
27930
27931
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27919

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

#creation_time_beforeTime

Only list hubs that were created before the time specified.

Returns:

  • (Time)


27919
27920
27921
27922
27923
27924
27925
27926
27927
27928
27929
27930
27931
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27919

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

#last_modified_time_afterTime

Only list hubs that were last modified after the time specified.

Returns:

  • (Time)


27919
27920
27921
27922
27923
27924
27925
27926
27927
27928
27929
27930
27931
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27919

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

#last_modified_time_beforeTime

Only list hubs that were last modified before the time specified.

Returns:

  • (Time)


27919
27920
27921
27922
27923
27924
27925
27926
27927
27928
27929
27930
27931
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27919

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

#max_resultsInteger

The maximum number of hubs to list.

Returns:

  • (Integer)


27919
27920
27921
27922
27923
27924
27925
27926
27927
27928
27929
27930
27931
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27919

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

#name_containsString

Only list hubs with names that contain the specified string.

Returns:

  • (String)


27919
27920
27921
27922
27923
27924
27925
27926
27927
27928
27929
27930
27931
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27919

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

#next_tokenString

If the response to a previous ListHubs request was truncated, the response includes a NextToken. To retrieve the next set of hubs, use the token in the next request.

Returns:

  • (String)


27919
27920
27921
27922
27923
27924
27925
27926
27927
27928
27929
27930
27931
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27919

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

#sort_byString

Sort hubs by either name or creation time.

Returns:

  • (String)


27919
27920
27921
27922
27923
27924
27925
27926
27927
27928
27929
27930
27931
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27919

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

#sort_orderString

Sort hubs by ascending or descending order.

Returns:

  • (String)


27919
27920
27921
27922
27923
27924
27925
27926
27927
27928
27929
27930
27931
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27919

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