public static class ModelSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ModelSummary |
build() |
ModelSummary.Builder |
compartmentId(String compartmentId)
The OCID for
the model’s compartment.
|
ModelSummary.Builder |
copy(ModelSummary model) |
ModelSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ModelSummary.Builder |
description(String description)
A short description of the Model.
|
ModelSummary.Builder |
displayName(String displayName)
A user-friendly display name for the resource.
|
ModelSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
ModelSummary.Builder |
id(String id)
Unique identifier model OCID of a model that is immutable on creation
|
ModelSummary.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
ModelSummary.Builder |
lifecycleState(Model.LifecycleState lifecycleState)
The state of the model.
|
ModelSummary.Builder |
modelDetails(ModelDetails modelDetails) |
ModelSummary.Builder |
projectId(String projectId)
The OCID
of the project to associate with the model.
|
ModelSummary.Builder |
systemTags(Map<String,Object> systemTags)
Usage of system tag keys.
|
ModelSummary.Builder |
timeCreated(Date timeCreated)
The time the the Model was created.
|
ModelSummary.Builder |
version(String version)
Identifying the model by model id is difficult.
|
public ModelSummary.Builder id(String id)
Unique identifier model OCID of a model that is immutable on creation
id
- the value to setpublic ModelSummary.Builder displayName(String displayName)
A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
displayName
- the value to setpublic ModelSummary.Builder compartmentId(String compartmentId)
The OCID for the model’s compartment.
compartmentId
- the value to setpublic ModelSummary.Builder description(String description)
A short description of the Model.
description
- the value to setpublic ModelSummary.Builder modelDetails(ModelDetails modelDetails)
public ModelSummary.Builder timeCreated(Date timeCreated)
The time the the Model was created. An RFC3339 formatted datetime string.
timeCreated
- the value to setpublic ModelSummary.Builder lifecycleState(Model.LifecycleState lifecycleState)
The state of the model.
lifecycleState
- the value to setpublic ModelSummary.Builder lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in failed state.
lifecycleDetails
- the value to setpublic ModelSummary.Builder projectId(String projectId)
The OCID of the project to associate with the model.
projectId
- the value to setpublic ModelSummary.Builder version(String version)
Identifying the model by model id is difficult. This param provides ease of use for end customer. «service>>::<<service-name>>-<<model-type-version»::<<custom model on which this training has to be done>> ex: ai-lang::NER_V1::CUSTOM-V0
version
- the value to setpublic ModelSummary.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic ModelSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic ModelSummary.Builder systemTags(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 ModelSummary build()
public ModelSummary.Builder copy(ModelSummary model)
Copyright © 2016–2023. All rights reserved.