public static class ModelVersionSet.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ModelVersionSet |
build() |
ModelVersionSet.Builder |
compartmentId(String compartmentId)
The OCID
of the model version set compartment.
|
ModelVersionSet.Builder |
copy(ModelVersionSet model) |
ModelVersionSet.Builder |
createdBy(String createdBy)
The OCID
of the user who created the model version set.
|
ModelVersionSet.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ModelVersionSet.Builder |
description(String description)
A short description of the model version set.
|
ModelVersionSet.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
ModelVersionSet.Builder |
id(String id)
The OCID
of the model version set.
|
ModelVersionSet.Builder |
lifecycleState(ModelVersionSetLifecycleState lifecycleState)
The state of the model version set.
|
ModelVersionSet.Builder |
name(String name)
A user-friendly name for the resource.
|
ModelVersionSet.Builder |
projectId(String projectId)
The OCID
of the project associated with the model version set.
|
ModelVersionSet.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
ModelVersionSet.Builder |
timeCreated(Date timeCreated)
The date and time that the resource was created in the timestamp format defined by
RFC3339.
|
ModelVersionSet.Builder |
timeUpdated(Date timeUpdated)
The date and time that the resource was created in the timestamp format defined by
RFC3339.
|
public ModelVersionSet.Builder id(String id)
The OCID of the model version set.
id
- the value to setpublic ModelVersionSet.Builder compartmentId(String compartmentId)
The OCID of the model version set compartment.
compartmentId
- the value to setpublic ModelVersionSet.Builder projectId(String projectId)
The OCID of the project associated with the model version set.
projectId
- the value to setpublic ModelVersionSet.Builder name(String name)
A user-friendly name for the resource.
name
- the value to setpublic ModelVersionSet.Builder description(String description)
A short description of the model version set.
description
- the value to setpublic ModelVersionSet.Builder lifecycleState(ModelVersionSetLifecycleState lifecycleState)
The state of the model version set.
lifecycleState
- the value to setpublic ModelVersionSet.Builder timeCreated(Date timeCreated)
The date and time that the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
timeCreated
- the value to setpublic ModelVersionSet.Builder timeUpdated(Date timeUpdated)
The date and time that the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
timeUpdated
- the value to setpublic ModelVersionSet.Builder createdBy(String createdBy)
The OCID of the user who created the model version set.
createdBy
- the value to setpublic ModelVersionSet.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined
name, type, or namespace. See Resource
Tags. Example:
{"Department": "Finance"}
freeformTags
- the value to setpublic ModelVersionSet.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. See
Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic ModelVersionSet.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic ModelVersionSet build()
public ModelVersionSet.Builder copy(ModelVersionSet model)
Copyright © 2016–2024. All rights reserved.