Class: Aws::SageMaker::Types::InferenceExperimentSchedule

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

The start and end times of an inference experiment.

The maximum duration that you can set for an inference experiment is 30 days.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The timestamp at which the inference experiment ended or will end.

Returns:

  • (Time)


24428
24429
24430
24431
24432
24433
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24428

class InferenceExperimentSchedule < Struct.new(
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The timestamp at which the inference experiment started or will start.

Returns:

  • (Time)


24428
24429
24430
24431
24432
24433
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24428

class InferenceExperimentSchedule < Struct.new(
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end