replicate-client 0.1.0 → 0.1.1

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: 7d40274f18b3fca8f69b7a0e7614765150352ec1d828dedc6d4046605339833c
4
- data.tar.gz: 991a137f2a20658ef3c85d95fbc230ac4528d63b29d1c01d6efdd07f1dcd1675
3
+ metadata.gz: a20ca9782989cf1f19b9e72e6206502164fec70e801983e27a4a00d658c19521
4
+ data.tar.gz: 4dc06446e5d998e28e7406e10a381786740cd4bcbec72d3b6cf06dd00a25b28f
5
5
  SHA512:
6
- metadata.gz: e89be0757da9ea93891a36126fefc72b5d26a5d2942477c7dd0c5a28978d31faf202b84743d6196c8d597e0703527e68538cfe483afc4d0c1526fb714e0c925d
7
- data.tar.gz: d30afd20e196df7e169053d284ad9ab1d435876274763926e518e78661f2b3a156eaf9ffbc4b9ccd84955c7b22bc3abc979ca647f4c91ddf9404311cf0e3aad5
6
+ metadata.gz: a90bb3c7d30ec32fc9317ffae68ecfbdf6febeeb325ed7384cc8203002a34cf29fe270a03e189e425954891250ddb0d1cf6450ea6d8db9ea6aaa5f33594d944f
7
+ data.tar.gz: 390ba46f3c4d12f33ee4f41a8c8ca3230e465a0e8700126a89322b68daeacfadef601fbe7e8ea49810f65684a724a06b009918f88bf62adb0f0d1da1cd792679
@@ -168,6 +168,11 @@ module ReplicateClient
168
168
  # @return [Hash]
169
169
  attr_accessor :urls
170
170
 
171
+ # The output data generated during the training process.
172
+ #
173
+ # @return [Hash, nil]
174
+ attr_accessor :output
175
+
171
176
  # Initialize a new training instance.
172
177
  #
173
178
  # @param attributes [Hash] The attributes of the training.
@@ -245,6 +250,7 @@ module ReplicateClient
245
250
  @logs = attributes["logs"]
246
251
  @error = attributes["error"]
247
252
  @urls = attributes["urls"]
253
+ @output = attributes["output"]
248
254
  end
249
255
  end
250
256
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ReplicateClient
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: replicate-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dylan Player
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-08-20 00:00:00.000000000 Z
11
+ date: 2024-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday