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)


4205
4206
4207
# File 'sig/types.rbs', line 4205

def compilation_job_name
  @compilation_job_name
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4213
4214
4215
# File 'sig/types.rbs', line 4213

def creation_time
  @creation_time
end

#edge_packaging_job_arn::String

Returns the value of attribute edge_packaging_job_arn.

Returns:

  • (::String)


4203
4204
4205
# File 'sig/types.rbs', line 4203

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)


4204
4205
4206
# File 'sig/types.rbs', line 4204

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")


4211
4212
4213
# File 'sig/types.rbs', line 4211

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)


4212
4213
4214
# File 'sig/types.rbs', line 4212

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)


4214
4215
4216
# File 'sig/types.rbs', line 4214

def last_modified_time
  @last_modified_time
end

#model_artifact::String

Returns the value of attribute model_artifact.

Returns:

  • (::String)


4215
4216
4217
# File 'sig/types.rbs', line 4215

def model_artifact
  @model_artifact
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


4206
4207
4208
# File 'sig/types.rbs', line 4206

def model_name
  @model_name
end

#model_signature::String

Returns the value of attribute model_signature.

Returns:

  • (::String)


4216
4217
4218
# File 'sig/types.rbs', line 4216

def model_signature
  @model_signature
end

#model_version::String

Returns the value of attribute model_version.

Returns:

  • (::String)


4207
4208
4209
# File 'sig/types.rbs', line 4207

def model_version
  @model_version
end

#output_configTypes::EdgeOutputConfig

Returns the value of attribute output_config.



4209
4210
4211
# File 'sig/types.rbs', line 4209

def output_config
  @output_config
end

#preset_deployment_outputTypes::EdgePresetDeploymentOutput

Returns the value of attribute preset_deployment_output.



4217
4218
4219
# File 'sig/types.rbs', line 4217

def preset_deployment_output
  @preset_deployment_output
end

#resource_key::String

Returns the value of attribute resource_key.

Returns:

  • (::String)


4210
4211
4212
# File 'sig/types.rbs', line 4210

def resource_key
  @resource_key
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4208
4209
4210
# File 'sig/types.rbs', line 4208

def role_arn
  @role_arn
end