Reference documentation and code samples for the Google Cloud Discovery Engine V1beta Client class CustomTuningModel.
Metadata that describes a custom tuned model.
Generated from protobuf message google.cloud.discoveryengine.v1beta.CustomTuningModel
Namespace
Google \ Cloud \ DiscoveryEngine \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The fully qualified resource name of the model. Format: |
↳ display_name |
string
The display name of the model. |
↳ model_version |
int|string
The version of the model. |
↳ model_state |
int
The state that the model is in (e.g. |
↳ create_time |
Google\Protobuf\Timestamp
Timestamp the Model was created at. |
↳ training_start_time |
Google\Protobuf\Timestamp
Timestamp the model training was initiated. |
getName
Required. The fully qualified resource name of the model.
Format:
projects/{project_number}/locations/{location}/collections/{collection}/dataStores/{data_store}/customTuningModels/{custom_tuning_model}
model must be an alpha-numerical string with limit of 40 characters.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The fully qualified resource name of the model.
Format:
projects/{project_number}/locations/{location}/collections/{collection}/dataStores/{data_store}/customTuningModels/{custom_tuning_model}
model must be an alpha-numerical string with limit of 40 characters.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDisplayName
The display name of the model.
Returns | |
---|---|
Type | Description |
string |
setDisplayName
The display name of the model.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getModelVersion
The version of the model.
Returns | |
---|---|
Type | Description |
int|string |
setModelVersion
The version of the model.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getModelState
The state that the model is in (e.g.TRAINING
or TRAINING_FAILED
).
Returns | |
---|---|
Type | Description |
int |
setModelState
The state that the model is in (e.g.TRAINING
or TRAINING_FAILED
).
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getCreateTime
Timestamp the Model was created at.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
Timestamp the Model was created at.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getTrainingStartTime
Timestamp the model training was initiated.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasTrainingStartTime
clearTrainingStartTime
setTrainingStartTime
Timestamp the model training was initiated.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |