Class: Aws::Types::DescribeEdgePackagingJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compilation_job_name::String

Returns the value of attribute compilation_job_name.

Returns:

  • (::String)


4222
4223
4224
# File 'sig/types.rbs', line 4222

def compilation_job_name
  @compilation_job_name
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4230
4231
4232
# File 'sig/types.rbs', line 4230

def creation_time
  @creation_time
end

#edge_packaging_job_arn::String

Returns the value of attribute edge_packaging_job_arn.

Returns:

  • (::String)


4220
4221
4222
# File 'sig/types.rbs', line 4220

def edge_packaging_job_arn
  @edge_packaging_job_arn
end

#edge_packaging_job_name::String

Returns the value of attribute edge_packaging_job_name.

Returns:

  • (::String)


4221
4222
4223
# File 'sig/types.rbs', line 4221

def edge_packaging_job_name
  @edge_packaging_job_name
end

#edge_packaging_job_status"STARTING", ...

Returns the value of attribute edge_packaging_job_status.

Returns:

  • ("STARTING", "INPROGRESS", "COMPLETED", "FAILED", "STOPPING", "STOPPED")


4228
4229
4230
# File 'sig/types.rbs', line 4228

def edge_packaging_job_status
  @edge_packaging_job_status
end

#edge_packaging_job_status_message::String

Returns the value of attribute edge_packaging_job_status_message.

Returns:

  • (::String)


4229
4230
4231
# File 'sig/types.rbs', line 4229

def edge_packaging_job_status_message
  @edge_packaging_job_status_message
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4231
4232
4233
# File 'sig/types.rbs', line 4231

def last_modified_time
  @last_modified_time
end

#model_artifact::String

Returns the value of attribute model_artifact.

Returns:

  • (::String)


4232
4233
4234
# File 'sig/types.rbs', line 4232

def model_artifact
  @model_artifact
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


4223
4224
4225
# File 'sig/types.rbs', line 4223

def model_name
  @model_name
end

#model_signature::String

Returns the value of attribute model_signature.

Returns:

  • (::String)


4233
4234
4235
# File 'sig/types.rbs', line 4233

def model_signature
  @model_signature
end

#model_version::String

Returns the value of attribute model_version.

Returns:

  • (::String)


4224
4225
4226
# File 'sig/types.rbs', line 4224

def model_version
  @model_version
end

#output_configTypes::EdgeOutputConfig

Returns the value of attribute output_config.



4226
4227
4228
# File 'sig/types.rbs', line 4226

def output_config
  @output_config
end

#preset_deployment_outputTypes::EdgePresetDeploymentOutput

Returns the value of attribute preset_deployment_output.



4234
4235
4236
# File 'sig/types.rbs', line 4234

def preset_deployment_output
  @preset_deployment_output
end

#resource_key::String

Returns the value of attribute resource_key.

Returns:

  • (::String)


4227
4228
4229
# File 'sig/types.rbs', line 4227

def resource_key
  @resource_key
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4225
4226
4227
# File 'sig/types.rbs', line 4225

def role_arn
  @role_arn
end