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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


26648
26649
26650
26651
26652
26653
26654
26655
26656
26657
26658
26659
26660
# File 'lib/aws-sdk-sagemaker/types.rb', line 26648

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)


26648
26649
26650
26651
26652
26653
26654
26655
26656
26657
26658
26659
26660
# File 'lib/aws-sdk-sagemaker/types.rb', line 26648

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)


26648
26649
26650
26651
26652
26653
26654
26655
26656
26657
26658
26659
26660
# File 'lib/aws-sdk-sagemaker/types.rb', line 26648

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)


26648
26649
26650
26651
26652
26653
26654
26655
26656
26657
26658
26659
26660
# File 'lib/aws-sdk-sagemaker/types.rb', line 26648

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)


26648
26649
26650
26651
26652
26653
26654
26655
26656
26657
26658
26659
26660
# File 'lib/aws-sdk-sagemaker/types.rb', line 26648

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)


26648
26649
26650
26651
26652
26653
26654
26655
26656
26657
26658
26659
26660
# File 'lib/aws-sdk-sagemaker/types.rb', line 26648

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)


26648
26649
26650
26651
26652
26653
26654
26655
26656
26657
26658
26659
26660
# File 'lib/aws-sdk-sagemaker/types.rb', line 26648

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)


26648
26649
26650
26651
26652
26653
26654
26655
26656
26657
26658
26659
26660
# File 'lib/aws-sdk-sagemaker/types.rb', line 26648

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)


26648
26649
26650
26651
26652
26653
26654
26655
26656
26657
26658
26659
26660
# File 'lib/aws-sdk-sagemaker/types.rb', line 26648

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