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 +4 -4
- data/lib/replicate-client/training.rb +6 -0
- data/lib/replicate-client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a20ca9782989cf1f19b9e72e6206502164fec70e801983e27a4a00d658c19521
|
4
|
+
data.tar.gz: 4dc06446e5d998e28e7406e10a381786740cd4bcbec72d3b6cf06dd00a25b28f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
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-
|
11
|
+
date: 2024-08-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|