Class: Aws::Types::PredictorSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:



1144
1145
1146
# File 'sig/types.rbs', line 1144

def creation_time
  @creation_time
end

#dataset_group_arn ⇒ ::String

Returns the value of attribute dataset_group_arn.

Returns:



1139
1140
1141
# File 'sig/types.rbs', line 1139

def dataset_group_arn
  @dataset_group_arn
end

#is_auto_predictor ⇒ Boolean

Returns the value of attribute is_auto_predictor.

Returns:



1140
1141
1142
# File 'sig/types.rbs', line 1140

def is_auto_predictor
  @is_auto_predictor
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:



1145
1146
1147
# File 'sig/types.rbs', line 1145

def last_modification_time
  @last_modification_time
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:



1143
1144
1145
# File 'sig/types.rbs', line 1143

def message
  @message
end

#predictor_arn ⇒ ::String

Returns the value of attribute predictor_arn.

Returns:



1137
1138
1139
# File 'sig/types.rbs', line 1137

def predictor_arn
  @predictor_arn
end

#predictor_name ⇒ ::String

Returns the value of attribute predictor_name.

Returns:



1138
1139
1140
# File 'sig/types.rbs', line 1138

def predictor_name
  @predictor_name
end

#reference_predictor_summary ⇒ Types::ReferencePredictorSummary

Returns the value of attribute reference_predictor_summary.

Returns:



1141
1142
1143
# File 'sig/types.rbs', line 1141

def reference_predictor_summary
  @reference_predictor_summary
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:



1142
1143
1144
# File 'sig/types.rbs', line 1142

def status
  @status
end