Class: Aws::SageMaker::Types::ListMlflowAppsRequest

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

#account_default_statusString

Filter for MLflow Apps with the specified ‘AccountDefaultStatus`.

Returns:

  • (String)


34010
34011
34012
34013
34014
34015
34016
34017
34018
34019
34020
34021
34022
34023
# File 'lib/aws-sdk-sagemaker/types.rb', line 34010

class ListMlflowAppsRequest < Struct.new(
  :created_after,
  :created_before,
  :status,
  :mlflow_version,
  :default_for_domain_id,
  :account_default_status,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#created_afterTime

Use the ‘CreatedAfter` filter to only list MLflow Apps created after a specific date and time. Listed MLflow Apps are shown with a date and time such as `“2024-03-16T01:46:56+00:00”`. The `CreatedAfter` parameter takes in a Unix timestamp.

Returns:

  • (Time)


34010
34011
34012
34013
34014
34015
34016
34017
34018
34019
34020
34021
34022
34023
# File 'lib/aws-sdk-sagemaker/types.rb', line 34010

class ListMlflowAppsRequest < Struct.new(
  :created_after,
  :created_before,
  :status,
  :mlflow_version,
  :default_for_domain_id,
  :account_default_status,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#created_beforeTime

Use the ‘CreatedBefore` filter to only list MLflow Apps created before a specific date and time. Listed MLflow Apps are shown with a date and time such as `“2024-03-16T01:46:56+00:00”`. The `CreatedAfter` parameter takes in a Unix timestamp.

Returns:

  • (Time)


34010
34011
34012
34013
34014
34015
34016
34017
34018
34019
34020
34021
34022
34023
# File 'lib/aws-sdk-sagemaker/types.rb', line 34010

class ListMlflowAppsRequest < Struct.new(
  :created_after,
  :created_before,
  :status,
  :mlflow_version,
  :default_for_domain_id,
  :account_default_status,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#default_for_domain_idString

Filter for MLflow Apps with the specified default SageMaker Domain ID.

Returns:

  • (String)


34010
34011
34012
34013
34014
34015
34016
34017
34018
34019
34020
34021
34022
34023
# File 'lib/aws-sdk-sagemaker/types.rb', line 34010

class ListMlflowAppsRequest < Struct.new(
  :created_after,
  :created_before,
  :status,
  :mlflow_version,
  :default_for_domain_id,
  :account_default_status,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of MLflow Apps to list.

Returns:

  • (Integer)


34010
34011
34012
34013
34014
34015
34016
34017
34018
34019
34020
34021
34022
34023
# File 'lib/aws-sdk-sagemaker/types.rb', line 34010

class ListMlflowAppsRequest < Struct.new(
  :created_after,
  :created_before,
  :status,
  :mlflow_version,
  :default_for_domain_id,
  :account_default_status,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#mlflow_versionString

Filter for Mlflow Apps with the specified version.

Returns:

  • (String)


34010
34011
34012
34013
34014
34015
34016
34017
34018
34019
34020
34021
34022
34023
# File 'lib/aws-sdk-sagemaker/types.rb', line 34010

class ListMlflowAppsRequest < Struct.new(
  :created_after,
  :created_before,
  :status,
  :mlflow_version,
  :default_for_domain_id,
  :account_default_status,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


34010
34011
34012
34013
34014
34015
34016
34017
34018
34019
34020
34021
34022
34023
# File 'lib/aws-sdk-sagemaker/types.rb', line 34010

class ListMlflowAppsRequest < Struct.new(
  :created_after,
  :created_before,
  :status,
  :mlflow_version,
  :default_for_domain_id,
  :account_default_status,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

Filter for MLflow Apps sorting by name, creation time, or creation status.

Returns:

  • (String)


34010
34011
34012
34013
34014
34015
34016
34017
34018
34019
34020
34021
34022
34023
# File 'lib/aws-sdk-sagemaker/types.rb', line 34010

class ListMlflowAppsRequest < Struct.new(
  :created_after,
  :created_before,
  :status,
  :mlflow_version,
  :default_for_domain_id,
  :account_default_status,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

Change the order of the listed MLflow Apps. By default, MLflow Apps are listed in ‘Descending` order by creation time. To change the list order, specify `SortOrder` to be `Ascending`.

Returns:

  • (String)


34010
34011
34012
34013
34014
34015
34016
34017
34018
34019
34020
34021
34022
34023
# File 'lib/aws-sdk-sagemaker/types.rb', line 34010

class ListMlflowAppsRequest < Struct.new(
  :created_after,
  :created_before,
  :status,
  :mlflow_version,
  :default_for_domain_id,
  :account_default_status,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Filter for Mlflow apps with a specific creation status.

Returns:

  • (String)


34010
34011
34012
34013
34014
34015
34016
34017
34018
34019
34020
34021
34022
34023
# File 'lib/aws-sdk-sagemaker/types.rb', line 34010

class ListMlflowAppsRequest < Struct.new(
  :created_after,
  :created_before,
  :status,
  :mlflow_version,
  :default_for_domain_id,
  :account_default_status,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end