replicate-client 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a20ca9782989cf1f19b9e72e6206502164fec70e801983e27a4a00d658c19521
4
- data.tar.gz: 4dc06446e5d998e28e7406e10a381786740cd4bcbec72d3b6cf06dd00a25b28f
3
+ metadata.gz: f52df5f5238a476baf9e3927913349bc9a331374dcbdd34024d4a133a962c48c
4
+ data.tar.gz: d640caa759a841a173cccdb6309377375e78b9c2fc77bba3d9894ef42701ef70
5
5
  SHA512:
6
- metadata.gz: a90bb3c7d30ec32fc9317ffae68ecfbdf6febeeb325ed7384cc8203002a34cf29fe270a03e189e425954891250ddb0d1cf6450ea6d8db9ea6aaa5f33594d944f
7
- data.tar.gz: 390ba46f3c4d12f33ee4f41a8c8ca3230e465a0e8700126a89322b68daeacfadef601fbe7e8ea49810f65684a724a06b009918f88bf62adb0f0d1da1cd792679
6
+ metadata.gz: 0b0883674e776e744ae3af6c1cfa5dd5dc6dcc472e5635ecafce1dc2c1a73251f3803921fb5b6ee7ef3557650e2604b5487f2a3d94bf597d07649f475596b371
7
+ data.tar.gz: d9cc6a9d6cb19efd0ecf7ae5aad3568282e37cbc1c3981d1718559398211c493fa6e23f2fd120c19e94a157fd6ecd7b331ee5ecf1b4be5490d8672db646f70cc
@@ -190,6 +190,11 @@ module ReplicateClient
190
190
  # @return [Hash]
191
191
  attr_accessor :urls
192
192
 
193
+ # The logs for the prediction.
194
+ #
195
+ # @return [String]
196
+ attr_accessor :logs
197
+
193
198
  def initialize(attributes)
194
199
  reset_attributes(attributes)
195
200
  end
@@ -279,6 +284,7 @@ module ReplicateClient
279
284
  @completed_at = attributes["completed_at"]
280
285
  @metrics = attributes["metrics"]
281
286
  @urls = attributes["urls"]
287
+ @logs = attributes["logs"]
282
288
 
283
289
  @model = nil
284
290
  @version = nil
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ReplicateClient
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: replicate-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dylan Player