Class ModelRetrieveResponse.Version
-
- All Implemented Interfaces:
public final class ModelRetrieveResponse.Version
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classModelRetrieveResponse.Version.BuilderA builder for Version.
public final classModelRetrieveResponse.Version.Deploymentpublic final classModelRetrieveResponse.Version.Locationspublic final classModelRetrieveResponse.Version.Tags
-
Method Summary
-
-
Method Detail
-
deployments
final Optional<List<ModelRetrieveResponse.Version.Deployment>> deployments()
-
locations
final Optional<ModelRetrieveResponse.Version.Locations> locations()
-
modelVersionId
final Optional<String> modelVersionId()
-
retrievable
final Optional<Boolean> retrievable()
-
tags
final Optional<ModelRetrieveResponse.Version.Tags> tags()
-
_version
final JsonField<String> _version()
Returns the raw JSON value of version.
Unlike version, this method doesn't throw if the JSON field has an unexpected type.
-
_deployments
final JsonField<List<ModelRetrieveResponse.Version.Deployment>> _deployments()
Returns the raw JSON value of deployments.
Unlike deployments, this method doesn't throw if the JSON field has an unexpected type.
-
_locations
final JsonField<ModelRetrieveResponse.Version.Locations> _locations()
Returns the raw JSON value of locations.
Unlike locations, this method doesn't throw if the JSON field has an unexpected type.
-
_modelVersionId
final JsonField<String> _modelVersionId()
Returns the raw JSON value of modelVersionId.
Unlike modelVersionId, this method doesn't throw if the JSON field has an unexpected type.
-
_multiFile
final JsonField<Boolean> _multiFile()
Returns the raw JSON value of multiFile.
Unlike multiFile, this method doesn't throw if the JSON field has an unexpected type.
-
_retrievable
final JsonField<Boolean> _retrievable()
Returns the raw JSON value of retrievable.
Unlike retrievable, this method doesn't throw if the JSON field has an unexpected type.
-
_tags
final JsonField<ModelRetrieveResponse.Version.Tags> _tags()
Returns the raw JSON value of tags.
Unlike tags, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ModelRetrieveResponse.Version.Builder toBuilder()
-
validate
final ModelRetrieveResponse.Version validate()
-
builder
final static ModelRetrieveResponse.Version.Builder builder()
Returns a mutable builder for constructing an instance of Version.
The following fields are required:
.version()
-
-
-
-