Class: Aws::SageMaker::Types::ListMlflowAppsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListMlflowAppsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_default_status ⇒ String
Filter for MLflow Apps with the specified
AccountDefaultStatus. -
#created_after ⇒ Time
Use the
CreatedAfterfilter to only list MLflow Apps created after a specific date and time. -
#created_before ⇒ Time
Use the
CreatedBeforefilter to only list MLflow Apps created before a specific date and time. -
#default_for_domain_id ⇒ String
Filter for MLflow Apps with the specified default SageMaker Domain ID.
-
#max_results ⇒ Integer
The maximum number of MLflow Apps to list.
-
#mlflow_version ⇒ String
Filter for Mlflow Apps with the specified version.
-
#next_token ⇒ String
If the previous response was truncated, use this token in your next request to receive the next set of results.
-
#sort_by ⇒ String
Filter for MLflow Apps sorting by name, creation time, or creation status.
-
#sort_order ⇒ String
Change the order of the listed MLflow Apps.
-
#status ⇒ String
Filter for Mlflow apps with a specific creation status.
Instance Attribute Details
#account_default_status ⇒ String
Filter for MLflow Apps with the specified AccountDefaultStatus.
34008 34009 34010 34011 34012 34013 34014 34015 34016 34017 34018 34019 34020 34021 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34008 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_after ⇒ Time
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.
34008 34009 34010 34011 34012 34013 34014 34015 34016 34017 34018 34019 34020 34021 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34008 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_before ⇒ Time
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.
34008 34009 34010 34011 34012 34013 34014 34015 34016 34017 34018 34019 34020 34021 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34008 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_id ⇒ String
Filter for MLflow Apps with the specified default SageMaker Domain ID.
34008 34009 34010 34011 34012 34013 34014 34015 34016 34017 34018 34019 34020 34021 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34008 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_results ⇒ Integer
The maximum number of MLflow Apps to list.
34008 34009 34010 34011 34012 34013 34014 34015 34016 34017 34018 34019 34020 34021 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34008 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_version ⇒ String
Filter for Mlflow Apps with the specified version.
34008 34009 34010 34011 34012 34013 34014 34015 34016 34017 34018 34019 34020 34021 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34008 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_token ⇒ String
If the previous response was truncated, use this token in your next request to receive the next set of results.
34008 34009 34010 34011 34012 34013 34014 34015 34016 34017 34018 34019 34020 34021 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34008 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_by ⇒ String
Filter for MLflow Apps sorting by name, creation time, or creation status.
34008 34009 34010 34011 34012 34013 34014 34015 34016 34017 34018 34019 34020 34021 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34008 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_order ⇒ String
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.
34008 34009 34010 34011 34012 34013 34014 34015 34016 34017 34018 34019 34020 34021 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34008 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 |
#status ⇒ String
Filter for Mlflow apps with a specific creation status.
34008 34009 34010 34011 34012 34013 34014 34015 34016 34017 34018 34019 34020 34021 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34008 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 |