Class: Aws::SageMaker::Types::ListInferenceExperimentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListInferenceExperimentsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inference_experiments ⇒ Array<Types::InferenceExperimentSummary>
List of inference experiments.
-
#next_token ⇒ String
The token to use when calling the next page of results.
Instance Attribute Details
#inference_experiments ⇒ Array<Types::InferenceExperimentSummary>
List of inference experiments.
28553 28554 28555 28556 28557 28558 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28553 class ListInferenceExperimentsResponse < Struct.new( :inference_experiments, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use when calling the next page of results.
28553 28554 28555 28556 28557 28558 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28553 class ListInferenceExperimentsResponse < Struct.new( :inference_experiments, :next_token) SENSITIVE = [] include Aws::Structure end |