Class: Aws::Types::CollaborationTrainedModelInferenceJobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#collaboration_identifier::String

Returns the value of attribute collaboration_identifier.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def collaboration_identifier
  @collaboration_identifier
end

#configured_model_algorithm_association_arn::String

Returns the value of attribute configured_model_algorithm_association_arn.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def configured_model_algorithm_association_arn
  @configured_model_algorithm_association_arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


174
175
176
# File 'sig/types.rbs', line 174

def create_time
  @create_time
end

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:

  • (::String)


176
177
178
# File 'sig/types.rbs', line 176

def 
  
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def description
  @description
end

#logs_status"PUBLISH_SUCCEEDED", "PUBLISH_FAILED"

Returns the value of attribute logs_status.

Returns:

  • ("PUBLISH_SUCCEEDED", "PUBLISH_FAILED")


171
172
173
# File 'sig/types.rbs', line 171

def logs_status
  @logs_status
end

#logs_status_details::String

Returns the value of attribute logs_status_details.

Returns:

  • (::String)


172
173
174
# File 'sig/types.rbs', line 172

def logs_status_details
  @logs_status_details
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


161
162
163
# File 'sig/types.rbs', line 161

def membership_identifier
  @membership_identifier
end

#metrics_status"PUBLISH_SUCCEEDED", "PUBLISH_FAILED"

Returns the value of attribute metrics_status.

Returns:

  • ("PUBLISH_SUCCEEDED", "PUBLISH_FAILED")


169
170
171
# File 'sig/types.rbs', line 169

def metrics_status
  @metrics_status
end

#metrics_status_details::String

Returns the value of attribute metrics_status_details.

Returns:

  • (::String)


170
171
172
# File 'sig/types.rbs', line 170

def metrics_status_details
  @metrics_status_details
end

#ml_model_inference_payer_account_id::String

Returns the value of attribute ml_model_inference_payer_account_id.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def 
  
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def name
  @name
end

#output_configurationTypes::InferenceOutputConfiguration

Returns the value of attribute output_configuration.



166
167
168
# File 'sig/types.rbs', line 166

def output_configuration
  @output_configuration
end

#status"CREATE_PENDING", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_PENDING", "CREATE_IN_PROGRESS", "CREATE_FAILED", "ACTIVE", "CANCEL_PENDING", "CANCEL_IN_PROGRESS", "CANCEL_FAILED", "INACTIVE")


165
166
167
# File 'sig/types.rbs', line 165

def status
  @status
end

#trained_model_arn::String

Returns the value of attribute trained_model_arn.

Returns:

  • (::String)


162
163
164
# File 'sig/types.rbs', line 162

def trained_model_arn
  @trained_model_arn
end

#trained_model_inference_job_arn::String

Returns the value of attribute trained_model_inference_job_arn.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def trained_model_inference_job_arn
  @trained_model_inference_job_arn
end

#trained_model_version_identifier::String

Returns the value of attribute trained_model_version_identifier.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def trained_model_version_identifier
  @trained_model_version_identifier
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


175
176
177
# File 'sig/types.rbs', line 175

def update_time
  @update_time
end