Package | Description |
---|---|
com.oracle.bmc.datascience.model |
Modifier and Type | Method and Description |
---|---|
static ModelSummary.Builder |
ModelSummary.builder()
Create a new builder.
|
ModelSummary.Builder |
ModelSummary.Builder.compartmentId(String compartmentId)
The OCID
of the model’s compartment.
|
ModelSummary.Builder |
ModelSummary.Builder.copy(ModelSummary model) |
ModelSummary.Builder |
ModelSummary.Builder.createdBy(String createdBy)
The OCID
of the user who created the model.
|
ModelSummary.Builder |
ModelSummary.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ModelSummary.Builder |
ModelSummary.Builder.displayName(String displayName)
A user-friendly display name for the resource.
|
ModelSummary.Builder |
ModelSummary.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
ModelSummary.Builder |
ModelSummary.Builder.id(String id)
The OCID
of the model.
|
ModelSummary.Builder |
ModelSummary.Builder.lifecycleDetails(String lifecycleDetails)
Details about the lifecycle state of the model.
|
ModelSummary.Builder |
ModelSummary.Builder.lifecycleState(ModelLifecycleState lifecycleState)
The state of the model.
|
ModelSummary.Builder |
ModelSummary.Builder.modelVersionSetId(String modelVersionSetId)
The OCID of the model version set that the model is associated to.
|
ModelSummary.Builder |
ModelSummary.Builder.modelVersionSetName(String modelVersionSetName)
The name of the model version set that the model is associated to.
|
ModelSummary.Builder |
ModelSummary.Builder.projectId(String projectId)
The OCID
of the project associated with the model.
|
ModelSummary.Builder |
ModelSummary.Builder.timeCreated(Date timeCreated)
The date and time the resource was created in the timestamp format defined by
RFC3339.
|
ModelSummary.Builder |
ModelSummary.toBuilder() |
ModelSummary.Builder |
ModelSummary.Builder.versionId(Long versionId)
Unique identifier assigned to each version of the model.
|
ModelSummary.Builder |
ModelSummary.Builder.versionLabel(String versionLabel)
The version label can add an additional description of the lifecycle state of the model
or the application using and training the model.
|
Copyright © 2016–2024. All rights reserved.