Class: Aws::SageMaker::Types::ListAssociationsRequest

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

#association_typeString

A filter that returns only associations of the specified type.

Returns:

  • (String)


25086
25087
25088
25089
25090
25091
25092
25093
25094
25095
25096
25097
25098
25099
25100
# File 'lib/aws-sdk-sagemaker/types.rb', line 25086

class ListAssociationsRequest < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_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 associations created on or after the specified time.

Returns:

  • (Time)


25086
25087
25088
25089
25090
25091
25092
25093
25094
25095
25096
25097
25098
25099
25100
# File 'lib/aws-sdk-sagemaker/types.rb', line 25086

class ListAssociationsRequest < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_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 associations created on or before the specified time.

Returns:

  • (Time)


25086
25087
25088
25089
25090
25091
25092
25093
25094
25095
25096
25097
25098
25099
25100
# File 'lib/aws-sdk-sagemaker/types.rb', line 25086

class ListAssociationsRequest < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#destination_arnString

A filter that returns only associations with the specified destination Amazon Resource Name (ARN).

Returns:

  • (String)


25086
25087
25088
25089
25090
25091
25092
25093
25094
25095
25096
25097
25098
25099
25100
# File 'lib/aws-sdk-sagemaker/types.rb', line 25086

class ListAssociationsRequest < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#destination_typeString

A filter that returns only associations with the specified destination type.

Returns:

  • (String)


25086
25087
25088
25089
25090
25091
25092
25093
25094
25095
25096
25097
25098
25099
25100
# File 'lib/aws-sdk-sagemaker/types.rb', line 25086

class ListAssociationsRequest < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

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

Returns:

  • (Integer)


25086
25087
25088
25089
25090
25091
25092
25093
25094
25095
25096
25097
25098
25099
25100
# File 'lib/aws-sdk-sagemaker/types.rb', line 25086

class ListAssociationsRequest < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_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 ‘ListAssociations` didn’t return the full set of associations, the call returns a token for getting the next set of associations.

Returns:

  • (String)


25086
25087
25088
25089
25090
25091
25092
25093
25094
25095
25096
25097
25098
25099
25100
# File 'lib/aws-sdk-sagemaker/types.rb', line 25086

class ListAssociationsRequest < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_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)


25086
25087
25088
25089
25090
25091
25092
25093
25094
25095
25096
25097
25098
25099
25100
# File 'lib/aws-sdk-sagemaker/types.rb', line 25086

class ListAssociationsRequest < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_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)


25086
25087
25088
25089
25090
25091
25092
25093
25094
25095
25096
25097
25098
25099
25100
# File 'lib/aws-sdk-sagemaker/types.rb', line 25086

class ListAssociationsRequest < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#source_arnString

A filter that returns only associations with the specified source ARN.

Returns:

  • (String)


25086
25087
25088
25089
25090
25091
25092
25093
25094
25095
25096
25097
25098
25099
25100
# File 'lib/aws-sdk-sagemaker/types.rb', line 25086

class ListAssociationsRequest < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#source_typeString

A filter that returns only associations with the specified source type.

Returns:

  • (String)


25086
25087
25088
25089
25090
25091
25092
25093
25094
25095
25096
25097
25098
25099
25100
# File 'lib/aws-sdk-sagemaker/types.rb', line 25086

class ListAssociationsRequest < Struct.new(
  :source_arn,
  :destination_arn,
  :source_type,
  :destination_type,
  :association_type,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end