Class: Twilio::REST::Autopilot::V1::AssistantContext::ModelBuildInstance

Inherits:
InstanceResource
  • Object
show all
Defined in:
lib/twilio-ruby/rest/autopilot/v1/assistant/model_build.rb

Overview

PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact [email protected].

Instance Method Summary collapse

Constructor Details

#initialize(version, payload, assistant_sid: nil, sid: nil) ⇒ ModelBuildInstance

Initialize the ModelBuildInstance

Parameters:

  • version (Version)

    Version that contains the resource

  • payload (Hash)

    payload that contains response from Twilio

  • assistant_sid (String) (defaults to: nil)

    The unique ID of the parent Assistant.

  • sid (String) (defaults to: nil)

    The sid



255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
# File 'lib/twilio-ruby/rest/autopilot/v1/assistant/model_build.rb', line 255

def initialize(version, payload, assistant_sid: nil, sid: nil)
  super(version)

  # Marshaled Properties
  @properties = {
      'account_sid' => payload['account_sid'],
      'date_created' => Twilio.deserialize_iso8601_datetime(payload['date_created']),
      'date_updated' => Twilio.deserialize_iso8601_datetime(payload['date_updated']),
      'assistant_sid' => payload['assistant_sid'],
      'sid' => payload['sid'],
      'status' => payload['status'],
      'unique_name' => payload['unique_name'],
      'url' => payload['url'],
      'build_duration' => payload['build_duration'] == nil ? payload['build_duration'] : payload['build_duration'].to_i,
      'error_code' => payload['error_code'] == nil ? payload['error_code'] : payload['error_code'].to_i,
  }

  # Context
  @instance_context = nil
  @params = {'assistant_sid' => assistant_sid, 'sid' => sid || @properties['sid'], }
end

Instance Method Details

#account_sidString

Returns The unique ID of the Account that created this Model Build.

Returns:

  • (String)

    The unique ID of the Account that created this Model Build.



290
291
292
# File 'lib/twilio-ruby/rest/autopilot/v1/assistant/model_build.rb', line 290

def 
  @properties['account_sid']
end

#assistant_sidString

Returns The unique ID of the parent Assistant.

Returns:

  • (String)

    The unique ID of the parent Assistant.



308
309
310
# File 'lib/twilio-ruby/rest/autopilot/v1/assistant/model_build.rb', line 308

def assistant_sid
  @properties['assistant_sid']
end

#build_durationString

Returns The time in seconds it took to build the model.

Returns:

  • (String)

    The time in seconds it took to build the model.



338
339
340
# File 'lib/twilio-ruby/rest/autopilot/v1/assistant/model_build.rb', line 338

def build_duration
  @properties['build_duration']
end

#contextModelBuildContext

Generate an instance context for the instance, the context is capable of performing various actions. All instance actions are proxied to the context

Returns:



281
282
283
284
285
286
# File 'lib/twilio-ruby/rest/autopilot/v1/assistant/model_build.rb', line 281

def context
  unless @instance_context
    @instance_context = ModelBuildContext.new(@version, @params['assistant_sid'], @params['sid'], )
  end
  @instance_context
end

#date_createdTime

Returns The date that this resource was created.

Returns:

  • (Time)

    The date that this resource was created



296
297
298
# File 'lib/twilio-ruby/rest/autopilot/v1/assistant/model_build.rb', line 296

def date_created
  @properties['date_created']
end

#date_updatedTime

Returns The date that this resource was last updated.

Returns:

  • (Time)

    The date that this resource was last updated



302
303
304
# File 'lib/twilio-ruby/rest/autopilot/v1/assistant/model_build.rb', line 302

def date_updated
  @properties['date_updated']
end

#deleteBoolean

Deletes the ModelBuildInstance

Returns:

  • (Boolean)

    true if delete succeeds, true otherwise



368
369
370
# File 'lib/twilio-ruby/rest/autopilot/v1/assistant/model_build.rb', line 368

def delete
  context.delete
end

#error_codeString

Returns The error_code.

Returns:

  • (String)

    The error_code



344
345
346
# File 'lib/twilio-ruby/rest/autopilot/v1/assistant/model_build.rb', line 344

def error_code
  @properties['error_code']
end

#fetchModelBuildInstance

Fetch a ModelBuildInstance

Returns:



351
352
353
# File 'lib/twilio-ruby/rest/autopilot/v1/assistant/model_build.rb', line 351

def fetch
  context.fetch
end

#inspectObject

Provide a detailed, user friendly representation



381
382
383
384
# File 'lib/twilio-ruby/rest/autopilot/v1/assistant/model_build.rb', line 381

def inspect
  values = @properties.map{|k, v| "#{k}: #{v}"}.join(" ")
  "<Twilio.Autopilot.V1.ModelBuildInstance #{values}>"
end

#sidString

Returns A 34 character string that uniquely identifies this resource.

Returns:

  • (String)

    A 34 character string that uniquely identifies this resource.



314
315
316
# File 'lib/twilio-ruby/rest/autopilot/v1/assistant/model_build.rb', line 314

def sid
  @properties['sid']
end

#statusmodel_build.Status

Returns A string that described the model build status. The values can be: ‘enqueued`, `building`, `completed`, `failed`.

Returns:

  • (model_build.Status)

    A string that described the model build status. The values can be: ‘enqueued`, `building`, `completed`, `failed`



320
321
322
# File 'lib/twilio-ruby/rest/autopilot/v1/assistant/model_build.rb', line 320

def status
  @properties['status']
end

#to_sObject

Provide a user friendly representation



374
375
376
377
# File 'lib/twilio-ruby/rest/autopilot/v1/assistant/model_build.rb', line 374

def to_s
  values = @params.map{|k, v| "#{k}: #{v}"}.join(" ")
  "<Twilio.Autopilot.V1.ModelBuildInstance #{values}>"
end

#unique_nameString

Returns A user-provided string that uniquely identifies this resource as an alternative to the sid. Unique up to 64 characters long.

Returns:

  • (String)

    A user-provided string that uniquely identifies this resource as an alternative to the sid. Unique up to 64 characters long.



326
327
328
# File 'lib/twilio-ruby/rest/autopilot/v1/assistant/model_build.rb', line 326

def unique_name
  @properties['unique_name']
end

#update(unique_name: :unset) ⇒ ModelBuildInstance

Update the ModelBuildInstance

Parameters:

  • unique_name (String) (defaults to: :unset)

    A user-provided string that uniquely identifies this resource as an alternative to the sid. Unique up to 64 characters long. For example: v0.1

Returns:



361
362
363
# File 'lib/twilio-ruby/rest/autopilot/v1/assistant/model_build.rb', line 361

def update(unique_name: :unset)
  context.update(unique_name: unique_name, )
end

#urlString

Returns The url.

Returns:

  • (String)

    The url



332
333
334
# File 'lib/twilio-ruby/rest/autopilot/v1/assistant/model_build.rb', line 332

def url
  @properties['url']
end