Class InferencePipelineListResponse.Item.Project.Builder
-
- All Implemented Interfaces:
public final class InferencePipelineListResponse.Item.Project.BuilderA builder for Project.
-
-
Method Summary
-
-
Method Detail
-
id
final InferencePipelineListResponse.Item.Project.Builder id(String id)
The project id.
-
id
final InferencePipelineListResponse.Item.Project.Builder id(JsonField<String> id)
Sets Builder.id to an arbitrary JSON value.
You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
creatorId
final InferencePipelineListResponse.Item.Project.Builder creatorId(String creatorId)
The project creator id.
-
creatorId
final InferencePipelineListResponse.Item.Project.Builder creatorId(Optional<String> creatorId)
Alias for calling Builder.creatorId with
creatorId.orElse(null).
-
creatorId
final InferencePipelineListResponse.Item.Project.Builder creatorId(JsonField<String> creatorId)
Sets Builder.creatorId to an arbitrary JSON value.
You should usually call Builder.creatorId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
dateCreated
final InferencePipelineListResponse.Item.Project.Builder dateCreated(OffsetDateTime dateCreated)
The project creation date.
-
dateCreated
final InferencePipelineListResponse.Item.Project.Builder dateCreated(JsonField<OffsetDateTime> dateCreated)
Sets Builder.dateCreated to an arbitrary JSON value.
You should usually call Builder.dateCreated with a well-typed OffsetDateTime value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
dateUpdated
final InferencePipelineListResponse.Item.Project.Builder dateUpdated(OffsetDateTime dateUpdated)
The project last updated date.
-
dateUpdated
final InferencePipelineListResponse.Item.Project.Builder dateUpdated(JsonField<OffsetDateTime> dateUpdated)
Sets Builder.dateUpdated to an arbitrary JSON value.
You should usually call Builder.dateUpdated with a well-typed OffsetDateTime value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
developmentGoalCount
final InferencePipelineListResponse.Item.Project.Builder developmentGoalCount(Long developmentGoalCount)
The number of tests in the development mode of the project.
-
developmentGoalCount
final InferencePipelineListResponse.Item.Project.Builder developmentGoalCount(JsonField<Long> developmentGoalCount)
Sets Builder.developmentGoalCount to an arbitrary JSON value.
You should usually call Builder.developmentGoalCount with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
goalCount
final InferencePipelineListResponse.Item.Project.Builder goalCount(Long goalCount)
The total number of tests in the project.
-
goalCount
final InferencePipelineListResponse.Item.Project.Builder goalCount(JsonField<Long> goalCount)
Sets Builder.goalCount to an arbitrary JSON value.
You should usually call Builder.goalCount with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
inferencePipelineCount
final InferencePipelineListResponse.Item.Project.Builder inferencePipelineCount(Long inferencePipelineCount)
The number of inference pipelines in the project.
-
inferencePipelineCount
final InferencePipelineListResponse.Item.Project.Builder inferencePipelineCount(JsonField<Long> inferencePipelineCount)
Sets Builder.inferencePipelineCount to an arbitrary JSON value.
You should usually call Builder.inferencePipelineCount with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
links
final InferencePipelineListResponse.Item.Project.Builder links(InferencePipelineListResponse.Item.Project.Links links)
Links to the project.
-
links
final InferencePipelineListResponse.Item.Project.Builder links(JsonField<InferencePipelineListResponse.Item.Project.Links> links)
Sets Builder.links to an arbitrary JSON value.
You should usually call Builder.links with a well-typed Links value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
monitoringGoalCount
final InferencePipelineListResponse.Item.Project.Builder monitoringGoalCount(Long monitoringGoalCount)
The number of tests in the monitoring mode of the project.
-
monitoringGoalCount
final InferencePipelineListResponse.Item.Project.Builder monitoringGoalCount(JsonField<Long> monitoringGoalCount)
Sets Builder.monitoringGoalCount to an arbitrary JSON value.
You should usually call Builder.monitoringGoalCount with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
name
final InferencePipelineListResponse.Item.Project.Builder name(String name)
The project name.
-
name
final InferencePipelineListResponse.Item.Project.Builder name(JsonField<String> name)
Sets Builder.name to an arbitrary JSON value.
You should usually call Builder.name with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
source
final InferencePipelineListResponse.Item.Project.Builder source(InferencePipelineListResponse.Item.Project.Source source)
The source of the project.
-
source
final InferencePipelineListResponse.Item.Project.Builder source(Optional<InferencePipelineListResponse.Item.Project.Source> source)
Alias for calling Builder.source with
source.orElse(null).
-
source
final InferencePipelineListResponse.Item.Project.Builder source(JsonField<InferencePipelineListResponse.Item.Project.Source> source)
Sets Builder.source to an arbitrary JSON value.
You should usually call Builder.source with a well-typed Source value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
taskType
final InferencePipelineListResponse.Item.Project.Builder taskType(InferencePipelineListResponse.Item.Project.TaskType taskType)
The task type of the project.
-
taskType
final InferencePipelineListResponse.Item.Project.Builder taskType(JsonField<InferencePipelineListResponse.Item.Project.TaskType> taskType)
Sets Builder.taskType to an arbitrary JSON value.
You should usually call Builder.taskType with a well-typed TaskType value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
versionCount
final InferencePipelineListResponse.Item.Project.Builder versionCount(Long versionCount)
The number of versions (commits) in the project.
-
versionCount
final InferencePipelineListResponse.Item.Project.Builder versionCount(JsonField<Long> versionCount)
Sets Builder.versionCount to an arbitrary JSON value.
You should usually call Builder.versionCount with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
workspaceId
final InferencePipelineListResponse.Item.Project.Builder workspaceId(String workspaceId)
The workspace id.
-
workspaceId
final InferencePipelineListResponse.Item.Project.Builder workspaceId(Optional<String> workspaceId)
Alias for calling Builder.workspaceId with
workspaceId.orElse(null).
-
workspaceId
final InferencePipelineListResponse.Item.Project.Builder workspaceId(JsonField<String> workspaceId)
Sets Builder.workspaceId to an arbitrary JSON value.
You should usually call Builder.workspaceId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
description
final InferencePipelineListResponse.Item.Project.Builder description(String description)
The project description.
-
description
final InferencePipelineListResponse.Item.Project.Builder description(Optional<String> description)
Alias for calling Builder.description with
description.orElse(null).
-
description
final InferencePipelineListResponse.Item.Project.Builder description(JsonField<String> description)
Sets Builder.description to an arbitrary JSON value.
You should usually call Builder.description with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
gitRepo
final InferencePipelineListResponse.Item.Project.Builder gitRepo(InferencePipelineListResponse.Item.Project.GitRepo gitRepo)
-
gitRepo
final InferencePipelineListResponse.Item.Project.Builder gitRepo(Optional<InferencePipelineListResponse.Item.Project.GitRepo> gitRepo)
Alias for calling Builder.gitRepo with
gitRepo.orElse(null).
-
gitRepo
final InferencePipelineListResponse.Item.Project.Builder gitRepo(JsonField<InferencePipelineListResponse.Item.Project.GitRepo> gitRepo)
Sets Builder.gitRepo to an arbitrary JSON value.
You should usually call Builder.gitRepo with a well-typed GitRepo value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final InferencePipelineListResponse.Item.Project.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final InferencePipelineListResponse.Item.Project.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final InferencePipelineListResponse.Item.Project.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final InferencePipelineListResponse.Item.Project.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final InferencePipelineListResponse.Item.Project.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final InferencePipelineListResponse.Item.Project build()
Returns an immutable instance of Project.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.id() .creatorId() .dateCreated() .dateUpdated() .developmentGoalCount() .goalCount() .inferencePipelineCount() .links() .monitoringGoalCount() .name() .source() .taskType() .versionCount() .workspaceId()
-
-
-
-