Class: Aws::Types::InferenceExperimentSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#completion_time::Time

Returns the value of attribute completion_time.

Returns:



6717
6718
6719
# File 'sig/types.rbs', line 6717

def completion_time
  @completion_time
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



6716
6717
6718
# File 'sig/types.rbs', line 6716

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:



6715
6716
6717
# File 'sig/types.rbs', line 6715

def description
  @description
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:



6718
6719
6720
# File 'sig/types.rbs', line 6718

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:



6710
6711
6712
# File 'sig/types.rbs', line 6710

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:



6719
6720
6721
# File 'sig/types.rbs', line 6719

def role_arn
  @role_arn
end

#scheduleTypes::InferenceExperimentSchedule

Returns the value of attribute schedule.

Returns:



6712
6713
6714
# File 'sig/types.rbs', line 6712

def schedule
  @schedule
end

#status"Creating", ...

Returns the value of attribute status.

Returns:



6713
6714
6715
# File 'sig/types.rbs', line 6713

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:



6714
6715
6716
# File 'sig/types.rbs', line 6714

def status_reason
  @status_reason
end

#type"ShadowMode"

Returns the value of attribute type.

Returns:



6711
6712
6713
# File 'sig/types.rbs', line 6711

def type
  @type
end